svn commit: r440529 - head/graphics/p5-Geo-GDAL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 10 06:53:11 UTC 2017


Author: sunpoet
Date: Wed May 10 06:53:09 2017
New Revision: 440529
URL: https://svnweb.freebsd.org/changeset/ports/440529

Log:
  Update to 2.2.0
  
  Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.2.0-News

Modified:
  head/graphics/p5-Geo-GDAL/Makefile
  head/graphics/p5-Geo-GDAL/distinfo

Modified: head/graphics/p5-Geo-GDAL/Makefile
==============================================================================
--- head/graphics/p5-Geo-GDAL/Makefile	Wed May 10 06:53:01 2017	(r440528)
+++ head/graphics/p5-Geo-GDAL/Makefile	Wed May 10 06:53:09 2017	(r440529)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Geo-GDAL
-PORTVERSION=	2.1.3
+PORTVERSION=	2.2.0
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://download.osgeo.org/gdal/${PORTVERSION}/ \
 		ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -24,8 +24,8 @@ USES=		perl5 tar:xz
 WRKSRC_SUBDIR=	swig/perl
 
 post-patch:
-	@${RM} ${WRKSRC}/../../GDALmake.opt.in
-	@${REINPLACE_CMD} -e 's| install| pure_install|' ${WRKSRC}/${MAKEFILE}
+	@${LN} -s ${LOCALBASE}/bin/gdal-config ${WRKSRC}/../../apps/gdal-config
+	@${REINPLACE_CMD} -e 's| INSTALL_BASE=.*||; s| install| pure_install|' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|(const char \*)""|(char \*)""|' ${WRKSRC}/gdal_wrap.cpp ${WRKSRC}/ogr_wrap.cpp
 
 post-install:

Modified: head/graphics/p5-Geo-GDAL/distinfo
==============================================================================
--- head/graphics/p5-Geo-GDAL/distinfo	Wed May 10 06:53:01 2017	(r440528)
+++ head/graphics/p5-Geo-GDAL/distinfo	Wed May 10 06:53:09 2017	(r440529)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485557241
-SHA256 (gdal-2.1.3.tar.xz) = b489793627e6cb8d2ff8d7737b61daf58382fe189fae4c581ddfd48c04b49005
-SIZE (gdal-2.1.3.tar.xz) = 7707436
+TIMESTAMP = 1494345082
+SHA256 (gdal-2.2.0.tar.xz) = 0d4c326862e0f118e17418c042c2bcd037b25abd3fb198e1fc5d40b11a9fc8ea
+SIZE (gdal-2.2.0.tar.xz) = 8229284


More information about the svn-ports-all mailing list