diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-27 23:17:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-27 23:17:38 +0000 |
commit | 78f963d9bd429f620c69a3be14bb27f1405cd787 (patch) | |
tree | 6441f17e6a1f1f5e4e71a90d6e069f0d6c2ed379 /graphics | |
parent | 3dca10884c073194f5e6cd73b95ae303f578b7cd (diff) | |
download | ports-78f963d9bd429f620c69a3be14bb27f1405cd787.tar.gz ports-78f963d9bd429f620c69a3be14bb27f1405cd787.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgeotiff/Makefile | 4 | ||||
-rw-r--r-- | graphics/mapnik/Makefile | 1 | ||||
-rw-r--r-- | graphics/mapserver/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Geo-Proj4/Makefile | 1 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 1 |
6 files changed, 9 insertions, 6 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 284cd9ce5f18..4d0a4ce72ea0 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdal PORTVERSION= 1.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics geography MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ \ http://www.gdal.org/dl/ \ @@ -171,7 +171,7 @@ CONFIGURE_ARGS+= --with-php .endif .if defined(WITH_PROJ4) -LIB_DEPENDS+= proj.5:${PORTSDIR}/graphics/proj +LIB_DEPENDS+= proj.6:${PORTSDIR}/graphics/proj CONFIGURE_ARGS+= --with-static-proj4=${LOCALBASE} .else CONFIGURE_ARGS+= --with-static-proj4=no diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index 4dcaf1a6a3ea..e6d751c943bc 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgeotiff PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/ \ http://dl1.maptools.org/dl/geotiff/libgeotiff/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for reading and writing GeoTIFF information tags LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ - proj.5:${PORTSDIR}/graphics/proj \ + proj.6:${PORTSDIR}/graphics/proj \ tiff.4:${PORTSDIR}/graphics/tiff USE_GNOME= gnometarget diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index a99047321d6c..603283fa78c4 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -7,6 +7,7 @@ PORTNAME= mapnik PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= ${MASTER_SITE_BERLIOS}/${PORTNAME}/ diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index e86518e02b58..249575088dd7 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= mapserver PORTVERSION= 5.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ @@ -15,7 +15,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= System for developing web-based GIS applications LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ - proj.5:${PORTSDIR}/graphics/proj + proj.6:${PORTSDIR}/graphics/proj USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/graphics/p5-Geo-Proj4/Makefile b/graphics/p5-Geo-Proj4/Makefile index 2c41e186da98..a750ecf49c12 100644 --- a/graphics/p5-Geo-Proj4/Makefile +++ b/graphics/p5-Geo-Proj4/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-Proj4 PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= graphics devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 3b6d362f41d3..9db746f5ead7 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,6 +7,7 @@ PORTNAME= qgis PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/qgis/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} |