svn commit: r489928 - head/databases/grass7

Wen Heping wen at FreeBSD.org
Fri Jan 11 00:36:59 UTC 2019


Author: wen
Date: Fri Jan 11 00:36:58 2019
New Revision: 489928
URL: https://svnweb.freebsd.org/changeset/ports/489928

Log:
  - Update to 7.4.4
  
  PR:		234834
  Submitted by:	lbartoletti at tuxfamily.org(maintainer)

Modified:
  head/databases/grass7/Makefile
  head/databases/grass7/distinfo
  head/databases/grass7/pkg-plist

Modified: head/databases/grass7/Makefile
==============================================================================
--- head/databases/grass7/Makefile	Thu Jan 10 22:43:28 2019	(r489927)
+++ head/databases/grass7/Makefile	Fri Jan 11 00:36:58 2019	(r489928)
@@ -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

Modified: head/databases/grass7/distinfo
==============================================================================
--- head/databases/grass7/distinfo	Thu Jan 10 22:43:28 2019	(r489927)
+++ head/databases/grass7/distinfo	Fri Jan 11 00:36:58 2019	(r489928)
@@ -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

Modified: head/databases/grass7/pkg-plist
==============================================================================
--- head/databases/grass7/pkg-plist	Thu Jan 10 22:43:28 2019	(r489927)
+++ head/databases/grass7/pkg-plist	Fri Jan 11 00:36:58 2019	(r489928)
@@ -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


More information about the svn-ports-head mailing list