diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-10 00:05:19 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-10 00:05:19 +0800 |
commit | 76960363ae74db0626662a25837f16fe21ab9925 (patch) | |
tree | 94fb0413753e35c9b83839bfe40687a2e8f61913 /graphics | |
parent | e2c178d310c81f8d5bd0073f5a2c8b8282306f1c (diff) | |
download | freebsd-ports-gnome-76960363ae74db0626662a25837f16fe21ab9925.tar.gz freebsd-ports-gnome-76960363ae74db0626662a25837f16fe21ab9925.tar.zst freebsd-ports-gnome-76960363ae74db0626662a25837f16fe21ab9925.zip |
- Update to 2.0.0
- Fix MASTER_SITES
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Geo-GDAL/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-Geo-GDAL/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/graphics/p5-Geo-GDAL/Makefile b/graphics/p5-Geo-GDAL/Makefile index 45f0af70f0d5..7395885e13a5 100644 --- a/graphics/p5-Geo-GDAL/Makefile +++ b/graphics/p5-Geo-GDAL/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Geo-GDAL -PORTVERSION= 1.11.2 -PORTREVISION= 3 +PORTVERSION= 2.0.0 CATEGORIES= graphics perl5 -MASTER_SITES= http://download.osgeo.org/gdal/ \ - ftp://ftp.remotesensing.org/pub/gdal/ \ +MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ + ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ LOCAL/sunpoet PKGNAMEPREFIX= p5- DISTNAME= gdal-${PORTVERSION} @@ -27,7 +26,6 @@ post-patch: @${REINPLACE_CMD} -e 's|(const char \*)""|(char \*)""|' ${WRKSRC}/gdal_wrap.cpp ${WRKSRC}/ogr_wrap.cpp post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/GDAL/Const/Const.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/*/*.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/GDAL/Const/Const.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/*/*.so .include <bsd.port.mk> diff --git a/graphics/p5-Geo-GDAL/distinfo b/graphics/p5-Geo-GDAL/distinfo index 00c748da5c1c..82af70220193 100644 --- a/graphics/p5-Geo-GDAL/distinfo +++ b/graphics/p5-Geo-GDAL/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f -SIZE (gdal-1.11.2.tar.xz) = 6473004 +SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 +SIZE (gdal-2.0.0.tar.xz) = 6967656 |