mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 6.2.1
PR: ports/107336 (based on) Submitted by: Steven Kreuzer<skreuzer@f2o.org> Approved by: maintainer timeout (20 days)
This commit is contained in:
parent
77ec9a76f2
commit
743abb62bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185622
3 changed files with 856 additions and 298 deletions
|
@ -6,21 +6,21 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= grass
|
PORTNAME= grass
|
||||||
PORTVERSION= 6.0.2
|
PORTVERSION= 6.2.1
|
||||||
PORTEPOCH= 2
|
PORTEPOCH= 2
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://grass.itc.it/grass60/source/ \
|
MASTER_SITES= http://grass.itc.it/grass62/source/ \
|
||||||
ftp://grass.itc.it/pub/grass/grass60/source/ \
|
ftp://grass.itc.it/pub/grass/grass62/source/ \
|
||||||
http://grass.ibiblio.org/grass60/source/\
|
http://grass.ibiblio.org/grass62/source/\
|
||||||
ftp://www.ibiblio.org/pub/packages/gis/grass/grass60/source/\
|
ftp://www.ibiblio.org/pub/packages/gis/grass/grass62/source/\
|
||||||
http://www.geog.uni-hannover.de/grass/grass60/source/\
|
http://www.geog.uni-hannover.de/grass/grass62/source/\
|
||||||
http://grass.meteo.uni.wroc.pl/grass60/source/ \
|
http://grass.meteo.uni.wroc.pl/grass62/source/ \
|
||||||
http://grass.ru.ac.za/grass60/source/\
|
http://grass.ru.ac.za/grass62/source/\
|
||||||
http://wgrass.media.osaka-cu.ac.jp/grassh/grass60/source/\
|
http://wgrass.media.osaka-cu.ac.jp/grassh/grass62/source/\
|
||||||
http://public.planetmirror.com/pub/grass/grass60/source/\
|
http://public.planetmirror.com/pub/grass/grass62/source/\
|
||||||
ftp://ftp.planetmirror.com/pub/grass/grass60/source/\
|
ftp://ftp.planetmirror.com/pub/grass/grass62/source/\
|
||||||
http://gulus.usherbrooke.ca/pub/appl/grass/grass60/source/\
|
http://gulus.usherbrooke.ca/pub/appl/grass/grass62/source/\
|
||||||
http://ludique.u-bourgogne.fr/grass/grass60/source/
|
http://ludique.u-bourgogne.fr/grass/grass62/source/
|
||||||
|
|
||||||
MAINTAINER= lrntct@gmail.com
|
MAINTAINER= lrntct@gmail.com
|
||||||
COMMENT= An open source Geographical Information System (GIS)
|
COMMENT= An open source Geographical Information System (GIS)
|
||||||
|
@ -63,7 +63,8 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \
|
||||||
--with-readline \
|
--with-readline \
|
||||||
--enable-largefile
|
--enable-largefile
|
||||||
|
|
||||||
PLIST_SUB= GRASS_INST_DIR=${GRASS_INST_DIR}
|
PLIST_SUB= GRASS_INST_DIR=${GRASS_INST_DIR} \
|
||||||
|
VERSION=${PORTVERSION}
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
LDCONFIG_DIRS= %%PREFIX%%/%%GRASS_INST_DIR%%/lib
|
LDCONFIG_DIRS= %%PREFIX%%/%%GRASS_INST_DIR%%/lib
|
||||||
USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib
|
USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (grass-6.0.2.tar.gz) = e31887f84ff1f0c830c2b2e8760bbde7
|
MD5 (grass-6.2.1.tar.gz) = cbe14d34503a75e8102d2f56c7b527a7
|
||||||
SHA256 (grass-6.0.2.tar.gz) = dabe7315be1147b40f148a93add29dd405725aca39f366f31826b17230f8437b
|
SHA256 (grass-6.2.1.tar.gz) = fb7a1030a51222b586f1fd4cbd6ee2c99a0974dba72c70032d336a6a30b073f9
|
||||||
SIZE (grass-6.0.2.tar.gz) = 8640862
|
SIZE (grass-6.2.1.tar.gz) = 12599109
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue