diff options
author | robak <robak@FreeBSD.org> | 2015-05-19 05:39:04 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-05-19 05:39:04 +0800 |
commit | e30d9f0b1522e85dd381bee5d425c9e96785debe (patch) | |
tree | f1895a703aca974a8724d5cb3523a1bec2dd90ca /graphics | |
parent | bf7a2dab955265aacd8cbb117725ce9f1eca8d00 (diff) | |
download | freebsd-ports-gnome-e30d9f0b1522e85dd381bee5d425c9e96785debe.tar.gz freebsd-ports-gnome-e30d9f0b1522e85dd381bee5d425c9e96785debe.tar.zst freebsd-ports-gnome-e30d9f0b1522e85dd381bee5d425c9e96785debe.zip |
graphics/gdal-grass: update 1.4.3 -> 1.11.2
PR: 199234
Submitted by: Kato Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal-grass/Makefile | 18 | ||||
-rw-r--r-- | graphics/gdal-grass/distinfo | 4 |
2 files changed, 12 insertions, 10 deletions
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index de3e4893113e..a87d31697a27 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal-grass -PORTVERSION= 1.4.3 -PORTREVISION= 17 +PORTVERSION= 1.11.2 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/ @@ -17,18 +16,21 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ libgrass_gis.so:${PORTSDIR}/databases/grass RUN_DEPENDS= grass>=6:${PORTSDIR}/databases/grass -ALL_TARGET= # empty +USES= gmake +USE_GCC= yes # from databases/grass +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-autoload=${PREFIX}/lib/gdalplugins \ --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-grass=${LOCALBASE}/${GRASS_INST_DIR} -GNU_CONFIGURE= yes -USE_GCC= yes # from databases/grass -USES= gmake +ALL_TARGET= default GRASS_INST_DIR!=${MAKE} -C ${.CURDIR}/../../databases/grass/ -V GRASS_INST_DIR pre-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gdalplugins/ - ${MKDIR} ${STAGEDIR}${PREFIX}/share/gdal/ + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gdalplugins + @${MKDIR} ${STAGEDIR}${PREFIX}/share/gdal + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdalplugins/*_GRASS.so .include <bsd.port.mk> diff --git a/graphics/gdal-grass/distinfo b/graphics/gdal-grass/distinfo index 60b95bdb8e96..ec012c501b35 100644 --- a/graphics/gdal-grass/distinfo +++ b/graphics/gdal-grass/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdal-grass-1.4.3.tar.gz) = ea18d1e773e8875aaf3261a6ccd2a5fa22d998f064196399dfe73d991688f1dd -SIZE (gdal-grass-1.4.3.tar.gz) = 47527 +SHA256 (gdal-grass-1.11.2.tar.gz) = 08473ade53d699e1292c54a4271ed0108ec39e0b3a5ebfea04dc88d31e44bd1b +SIZE (gdal-grass-1.11.2.tar.gz) = 50456 |