mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 7.4.4
PR: 234834 Submitted by: lbartoletti@tuxfamily.org(maintainer)
This commit is contained in:
parent
888bc900b2
commit
2e16f77727
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489928
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grass
|
||||
PORTVERSION= 7.4.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 7.4.4
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \
|
||||
http://grass.cict.fr/%SUBDIR%/ \
|
||||
@ -38,7 +37,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \
|
||||
libgeos.so:graphics/geos
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= blaslapack compiler:openmp fortran gettext gmake iconv \
|
||||
USES= blaslapack compiler:openmp fortran gettext gmake gl iconv \
|
||||
jpeg perl5 pkgconfig python:2.7 readline shebangfix tk
|
||||
SHEBANG_LANG= nviz
|
||||
nviz_OLD_CMD= nviz
|
||||
@ -83,7 +82,7 @@ OPTIONS_MULTI= DB
|
||||
OPTIONS_MULTI_DB= MYSQL ODBC PGSQL SQLITE
|
||||
#OPTIONS_SINGLE= BLAS
|
||||
#OPTIONS_SINGLE_BLAS= ATLAS NETLIB GOTOBLAS OPENBLAS
|
||||
OPTIONS_DEFAULT= LAS PDAL PGSQL SQLITE NETLIB
|
||||
OPTIONS_DEFAULT= LAS PDAL PGSQL SQLITE NETLIB MOTIF NETCDF MYSQL ODBC
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
#BLAS_DESC= BLAS/LAPACK support
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1543481027
|
||||
SHA256 (grass-7.4.3.tar.gz) = 004e65693ee97fd4d5dc7ad244e3286a115dccd88964d04be61c07db6574b399
|
||||
SIZE (grass-7.4.3.tar.gz) = 58415691
|
||||
TIMESTAMP = 1546991213
|
||||
SHA256 (grass-7.4.4.tar.gz) = 96a39e273103f7375a670eba94fa3e5dad2819c5c5664c9aee8f145882a94e8c
|
||||
SIZE (grass-7.4.4.tar.gz) = 58454921
|
||||
|
@ -1082,6 +1082,7 @@ bin/grass%%VER%%
|
||||
%%GRASS_INST_DIR%%/docs/html/r.li.shape.html
|
||||
%%GRASS_INST_DIR%%/docs/html/r.li.simpson.html
|
||||
%%GRASS_INST_DIR%%/docs/html/r.mapcalc.html
|
||||
%%GRASS_INST_DIR%%/docs/html/r.mapcalc.simple.html
|
||||
%%GRASS_INST_DIR%%/docs/html/r.mask.html
|
||||
%%GRASS_INST_DIR%%/docs/html/r.mfilter.html
|
||||
%%GRASS_INST_DIR%%/docs/html/r.mode.html
|
||||
@ -1985,6 +1986,7 @@ bin/grass%%VER%%
|
||||
%%GRASS_INST_DIR%%/docs/man/man1/r.li.shape.1.gz
|
||||
%%GRASS_INST_DIR%%/docs/man/man1/r.li.simpson.1.gz
|
||||
%%GRASS_INST_DIR%%/docs/man/man1/r.mapcalc.1.gz
|
||||
%%GRASS_INST_DIR%%/docs/man/man1/r.mapcalc.simple.1.gz
|
||||
%%GRASS_INST_DIR%%/docs/man/man1/r.mask.1.gz
|
||||
%%GRASS_INST_DIR%%/docs/man/man1/r.mfilter.1.gz
|
||||
%%GRASS_INST_DIR%%/docs/man/man1/r.mode.1.gz
|
||||
@ -4093,6 +4095,7 @@ bin/grass%%VER%%
|
||||
%%GRASS_INST_DIR%%/scripts/r.in.aster
|
||||
%%GRASS_INST_DIR%%/scripts/r.in.srtm
|
||||
%%GRASS_INST_DIR%%/scripts/r.in.wms
|
||||
%%GRASS_INST_DIR%%/scripts/r.mapcalc.simple
|
||||
%%GRASS_INST_DIR%%/scripts/r.mask
|
||||
%%GRASS_INST_DIR%%/scripts/r.out.xyz
|
||||
%%GRASS_INST_DIR%%/scripts/r.pack
|
||||
|
Loading…
Reference in New Issue
Block a user