From owner-svn-ports-head@FreeBSD.ORG Wed Oct 1 20:09:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E31E503; Wed, 1 Oct 2014 20:09:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4416EC9; Wed, 1 Oct 2014 20:09:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K9OY5082982; Wed, 1 Oct 2014 20:09:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K9OCc082979; Wed, 1 Oct 2014 20:09:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012009.s91K9OCc082979@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369763 - head/graphics/p5-Geo-GDAL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:09:25 -0000 Author: sunpoet Date: Wed Oct 1 20:09:23 2014 New Revision: 369763 URL: https://svnweb.freebsd.org/changeset/ports/369763 QAT: https://qat.redports.org/buildarchive/r369763/ Log: - Update to 1.11.1 - Cleanup PLIST Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News Modified: head/graphics/p5-Geo-GDAL/Makefile head/graphics/p5-Geo-GDAL/distinfo head/graphics/p5-Geo-GDAL/pkg-plist Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Wed Oct 1 20:09:18 2014 (r369762) +++ head/graphics/p5-Geo-GDAL/Makefile Wed Oct 1 20:09:23 2014 (r369763) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-GDAL -PORTVERSION= 1.11.0 -PORTREVISION= 1 +PORTVERSION= 1.11.1 CATEGORIES= graphics perl5 MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -19,7 +18,7 @@ LICENSE= MIT LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal USE_PERL5= build fixpacklist run -USES= perl5 +USES= perl5 tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/swig/perl post-patch: Modified: head/graphics/p5-Geo-GDAL/distinfo ============================================================================== --- head/graphics/p5-Geo-GDAL/distinfo Wed Oct 1 20:09:18 2014 (r369762) +++ head/graphics/p5-Geo-GDAL/distinfo Wed Oct 1 20:09:23 2014 (r369763) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.0.tar.gz) = 989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe -SIZE (gdal-1.11.0.tar.gz) = 10707286 +SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 +SIZE (gdal-1.11.1.tar.xz) = 6464112 Modified: head/graphics/p5-Geo-GDAL/pkg-plist ============================================================================== --- head/graphics/p5-Geo-GDAL/pkg-plist Wed Oct 1 20:09:18 2014 (r369762) +++ head/graphics/p5-Geo-GDAL/pkg-plist Wed Oct 1 20:09:23 2014 (r369763) @@ -10,10 +10,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/OGR/OGR.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/OSR/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/OSR/OSR.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/OSR -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/OGR -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/GDAL/Const -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/GDAL -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Geo/GDAL -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Geo