diff options
author | wen <wen@FreeBSD.org> | 2012-03-08 18:24:15 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-03-08 18:24:15 +0800 |
commit | fb738321f5f706b40d2e5ad552c1a330c982b886 (patch) | |
tree | 15196a7de83c39dc8db8c20e8b1ab955200539bc | |
parent | 23bb3a02d94d334a998eac849b37200d61473b38 (diff) | |
download | freebsd-ports-gnome-fb738321f5f706b40d2e5ad552c1a330c982b886.tar.gz freebsd-ports-gnome-fb738321f5f706b40d2e5ad552c1a330c982b886.tar.zst freebsd-ports-gnome-fb738321f5f706b40d2e5ad552c1a330c982b886.zip |
- Bump PORTREVISION to chase the update of databases/grass
- Reset maintainer
-rw-r--r-- | graphics/gdal-grass/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index c058101ae12d..fa59108f18eb 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -7,18 +7,18 @@ PORTNAME= gdal-grass PORTVERSION= 1.4.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/ -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= GDAL drivers for GRASS raster and vector files LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal BUILD_DEPENDS= grass>6:${PORTSDIR}/databases/grass RUN_DEPENDS= grass>6:${PORTSDIR}/databases/grass -GRASS_INST_DIR= grass-6.4.1 +GRASS_INST_DIR= grass-6.4.2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes GNU_CONFIGURE= yes |