Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 06:18:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410238 - head/graphics/p5-Geo-GDAL
Message-ID:  <201603060618.u266ICBT034736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  6 06:18:12 2016
New Revision: 410238
URL: https://svnweb.freebsd.org/changeset/ports/410238

Log:
  - Update to 2.0.2
  - Remove USE_PERL5
  
  Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.2-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	Sun Mar  6 06:18:08 2016	(r410237)
+++ head/graphics/p5-Geo-GDAL/Makefile	Sun Mar  6 06:18:12 2016	(r410238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Geo-GDAL
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://download.osgeo.org/gdal/${PORTVERSION}/ \
 		ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -18,12 +18,12 @@ LICENSE_FILE=	${WRKSRC}/../../LICENSE.TX
 
 LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal
 
-USE_PERL5=	build run
 USES=		perl5 tar:xz
 
 WRKSRC_SUBDIR=	swig/perl
 
 post-patch:
+	@${RM} ${WRKSRC}/../../GDALmake.opt.in
 	@${REINPLACE_CMD} -e 's| install| pure_install|' ${WRKSRC}/${MAKEFILE}
 	@${REINPLACE_CMD} -e 's|(const char \*)""|(char \*)""|' ${WRKSRC}/gdal_wrap.cpp ${WRKSRC}/ogr_wrap.cpp
 

Modified: head/graphics/p5-Geo-GDAL/distinfo
==============================================================================
--- head/graphics/p5-Geo-GDAL/distinfo	Sun Mar  6 06:18:08 2016	(r410237)
+++ head/graphics/p5-Geo-GDAL/distinfo	Sun Mar  6 06:18:12 2016	(r410238)
@@ -1,2 +1,2 @@
-SHA256 (gdal-2.0.1.tar.xz) = 2564c91ed8ed36274ee31002a25798f5babc4221e879cb5013867733d80f9920
-SIZE (gdal-2.0.1.tar.xz) = 6975872
+SHA256 (gdal-2.0.2.tar.xz) = 90f838853cc1c07e55893483faa7e923e4b4b1659c6bc9df3538366030a7e622
+SIZE (gdal-2.0.2.tar.xz) = 7018768



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603060618.u266ICBT034736>