diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 11:25:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 11:25:06 +0800 |
commit | 66a8bee935863066672bd6b9c8e48f60e09b20a6 (patch) | |
tree | 1d576eb799436c03e6b0feaac7e1c8f1596b5c5e /graphics/gdal | |
parent | 9f0427e5509f60fd5f9f328e30870d7d42874663 (diff) | |
download | freebsd-ports-gnome-66a8bee935863066672bd6b9c8e48f60e09b20a6.tar.gz freebsd-ports-gnome-66a8bee935863066672bd6b9c8e48f60e09b20a6.tar.zst freebsd-ports-gnome-66a8bee935863066672bd6b9c8e48f60e09b20a6.zip |
- Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index eab98648d108..3f45a0ed3207 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.11.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ |