aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Geo-GDAL/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-07-09 16:05:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-07-09 16:05:19 +0000
commit76960363ae74db0626662a25837f16fe21ab9925 (patch)
tree94fb0413753e35c9b83839bfe40687a2e8f61913 /graphics/p5-Geo-GDAL/Makefile
parente2c178d310c81f8d5bd0073f5a2c8b8282306f1c (diff)
downloadports-76960363ae74db0626662a25837f16fe21ab9925.tar.gz
ports-76960363ae74db0626662a25837f16fe21ab9925.zip
Notes
Diffstat (limited to 'graphics/p5-Geo-GDAL/Makefile')
-rw-r--r--graphics/p5-Geo-GDAL/Makefile8
1 files changed, 3 insertions, 5 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>