Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2015 16:05:25 +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: r391660 - head/graphics/php-gdal
Message-ID:  <201507091605.t69G5PmN031097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul  9 16:05:24 2015
New Revision: 391660
URL: https://svnweb.freebsd.org/changeset/ports/391660

Log:
  - Update to 2.0.0
  - Fix MASTER_SITES
  
  Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News

Modified:
  head/graphics/php-gdal/Makefile
  head/graphics/php-gdal/distinfo

Modified: head/graphics/php-gdal/Makefile
==============================================================================
--- head/graphics/php-gdal/Makefile	Thu Jul  9 16:05:19 2015	(r391659)
+++ head/graphics/php-gdal/Makefile	Thu Jul  9 16:05:24 2015	(r391660)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	gdal
-PORTVERSION=	1.11.2
+PORTVERSION=	2.0.0
 CATEGORIES=	graphics
-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=	php-
 

Modified: head/graphics/php-gdal/distinfo
==============================================================================
--- head/graphics/php-gdal/distinfo	Thu Jul  9 16:05:19 2015	(r391659)
+++ head/graphics/php-gdal/distinfo	Thu Jul  9 16:05:24 2015	(r391660)
@@ -1,2 +1,2 @@
-SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f
-SIZE (gdal-1.11.2.tar.xz) = 6473004
+SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061
+SIZE (gdal-2.0.0.tar.xz) = 6967656



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