diff options
Diffstat (limited to 'graphics/libgeotiff')
-rw-r--r-- | graphics/libgeotiff/Makefile | 6 | ||||
-rw-r--r-- | graphics/libgeotiff/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index 59ab8e0d0581..cf4cdc30d361 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -9,10 +9,10 @@ PORTNAME= libgeotiff PORTVERSION= 1.2.5 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/ \ - http://dl1.maptools.org/dl/geotiff/libgeotiff/ +MASTER_SITES= http://download.osgeo.org/geotiff/libgeotiff/ \ + ftp://ftp.remotesensing.org/geotiff/libgeotiff/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@sunpoet.net COMMENT= Library for reading and writing GeoTIFF information tags LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/libgeotiff/pkg-descr b/graphics/libgeotiff/pkg-descr index 8d89eea5842a..ec3bf976efc3 100644 --- a/graphics/libgeotiff/pkg-descr +++ b/graphics/libgeotiff/pkg-descr @@ -1,4 +1,4 @@ Libgeotiff is a library for reading and writing GeoTIFF information tags. GeoTIFF is a TIFF based interchange format for georeferenced raster imagery. -WWW: http://www.remotesensing.org/geotiff/geotiff.html +WWW: http://geotiff.osgeo.org/ |