From 76960363ae74db0626662a25837f16fe21ab9925 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 16:05:19 +0000 Subject: - Update to 2.0.0 - Fix MASTER_SITES Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News --- graphics/p5-Geo-GDAL/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'graphics/p5-Geo-GDAL/Makefile') 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 -- cgit v1.2.3