diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-10 00:05:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-10 00:05:24 +0800 |
commit | 206d18e48941cbaead8f878ea742571e37fb0a43 (patch) | |
tree | 51878b38be6952473846797a8111a0b3a690d016 /graphics/php-gdal/Makefile | |
parent | ed93b61233f1f95830eb7043802cc4bb5010fc0b (diff) | |
download | freebsd-ports-gnome-206d18e48941cbaead8f878ea742571e37fb0a43.tar.gz freebsd-ports-gnome-206d18e48941cbaead8f878ea742571e37fb0a43.tar.zst freebsd-ports-gnome-206d18e48941cbaead8f878ea742571e37fb0a43.zip |
- Update to 2.0.0
- Fix MASTER_SITES
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
Diffstat (limited to 'graphics/php-gdal/Makefile')
-rw-r--r-- | graphics/php-gdal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile index 1e32e00c56d9..bc3d9b4ccaec 100644 --- a/graphics/php-gdal/Makefile +++ b/graphics/php-gdal/Makefile @@ -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- |