diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-05-08 07:04:13 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-05-08 07:04:13 +0800 |
commit | 507065e1fee37861571a713fa1749b17538c1eb1 (patch) | |
tree | 1984b6b2e2f9dc914bbe783d635311e1f1f93e90 /graphics/libgeotiff | |
parent | 026fe7c9c0e990611d030c6f5770e58281094335 (diff) | |
download | freebsd-ports-gnome-507065e1fee37861571a713fa1749b17538c1eb1.tar.gz freebsd-ports-gnome-507065e1fee37861571a713fa1749b17538c1eb1.tar.zst freebsd-ports-gnome-507065e1fee37861571a713fa1749b17538c1eb1.zip |
- Update MASTER_SITES and WWW
- Pass maintainership to submitter.
PR: ports/146345
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
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/ |