svn commit: r369761 - head/graphics/php-gdal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Oct 1 20:09:13 UTC 2014
Author: sunpoet
Date: Wed Oct 1 20:09:12 2014
New Revision: 369761
URL: https://svnweb.freebsd.org/changeset/ports/369761
QAT: https://qat.redports.org/buildarchive/r369761/
Log:
- Update to 1.11.1
- Cleanup PLIST
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News
Modified:
head/graphics/php-gdal/Makefile
head/graphics/php-gdal/distinfo
head/graphics/php-gdal/pkg-plist
Modified: head/graphics/php-gdal/Makefile
==============================================================================
--- head/graphics/php-gdal/Makefile Wed Oct 1 20:07:52 2014 (r369760)
+++ head/graphics/php-gdal/Makefile Wed Oct 1 20:09:12 2014 (r369761)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gdal
-PORTVERSION= 1.11.0
-PORTREVISION= 1
+PORTVERSION= 1.11.1
CATEGORIES= graphics
MASTER_SITES= http://download.osgeo.org/gdal/ \
ftp://ftp.remotesensing.org/pub/gdal/ \
@@ -24,7 +23,7 @@ MAKEFILE= GNUmakefile
PHP_MOD_NAME= php_${PORTNAME}
USE_PHP= yes
USE_PHP_BUILD= yes
-USES= gmake
+USES= gmake tar:xz
WRKSRC= ${WRKDIR}/${DISTNAME}/swig/php
Modified: head/graphics/php-gdal/distinfo
==============================================================================
--- head/graphics/php-gdal/distinfo Wed Oct 1 20:07:52 2014 (r369760)
+++ head/graphics/php-gdal/distinfo Wed Oct 1 20:09:12 2014 (r369761)
@@ -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/php-gdal/pkg-plist
==============================================================================
--- head/graphics/php-gdal/pkg-plist Wed Oct 1 20:07:52 2014 (r369760)
+++ head/graphics/php-gdal/pkg-plist Wed Oct 1 20:09:12 2014 (r369761)
@@ -6,8 +6,3 @@ lib/php/%%PHP_EXT_DIR%%/php_gdal.so
lib/php/%%PHP_EXT_DIR%%/php_gdalconst.so
lib/php/%%PHP_EXT_DIR%%/php_ogr.so
lib/php/%%PHP_EXT_DIR%%/php_osr.so
- at dirrmtry lib/php/%%PHP_EXT_DIR%%
- at dirrmtry lib/php
- at dirrm include/php/ext/gdal
- at dirrmtry include/php/ext
- at dirrmtry include/php
More information about the svn-ports-all
mailing list