diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-14 18:19:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-14 18:19:32 +0000 |
commit | c6faa705a5fb2824a641c35b5060181b51ca9fe4 (patch) | |
tree | 7d0497a4b384b2fe2912162b0c3d7cb597326dbd /graphics/gdal | |
parent | 78f365008b386f872c3093fc67d24153bd223d1e (diff) | |
download | ports-c6faa705a5fb2824a641c35b5060181b51ca9fe4.tar.gz ports-c6faa705a5fb2824a641c35b5060181b51ca9fe4.zip |
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
Notes
Notes:
svn path=/head/; revision=377033
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 531457ab9055..1d67d803df46 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.11.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ |