diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-01-29 21:09:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-01-29 21:09:13 +0800 |
commit | c53aedca635189f10fa68e0921acd647a533d5f4 (patch) | |
tree | 4d2e1f548d9c8623e86dc2716b7024d93a6aaf45 /graphics | |
parent | ff5db3c6c14769e330c5ce5dbc6b8e851211e5c6 (diff) | |
download | freebsd-ports-gnome-c53aedca635189f10fa68e0921acd647a533d5f4.tar.gz freebsd-ports-gnome-c53aedca635189f10fa68e0921acd647a533d5f4.tar.zst freebsd-ports-gnome-c53aedca635189f10fa68e0921acd647a533d5f4.zip |
- Bump PORTREVISION for gdal shlib change
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal-grass/Makefile | 1 | ||||
-rw-r--r-- | graphics/mapserver/Makefile | 3 | ||||
-rw-r--r-- | graphics/osg-devel/Makefile | 3 | ||||
-rw-r--r-- | graphics/osg/Makefile | 4 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 1 | ||||
-rw-r--r-- | graphics/visionworkbench/Makefile | 1 |
6 files changed, 9 insertions, 4 deletions
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index a742580d86b2..f0e0af4e2bef 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdal-grass PORTVERSION= 1.4.3 +PORTREVISION= 1 PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.gdal.org/dl/ \ diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index bed909998143..69906c780b0e 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= mapserver PORTVERSION= 5.6.6 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ @@ -80,7 +81,7 @@ CONFIGURE_ARGS+= --with-wfs --with-wfsclient .endif .if defined(WITH_GDAL) -LIB_DEPENDS+= gdal.15:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-ogr=${LOCALBASE}/bin/gdal-config .endif diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 22a5347b9849..431962c7c9b8 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= osg PORTVERSION= 2.9.10 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -84,7 +85,7 @@ PLIST_SUB+= FREETYPE="@comment " .if defined(WITH_GDAL) FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.15:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else FORCE_IGNORE+= GDAL diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 8ebc7ec3ecaa..ef7fd232dbe6 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -7,7 +7,7 @@ PORTNAME= osg PORTVERSION= 2.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PORTVERSION}/source/ \ http://mirror.amdmi3.ru/distfiles/ @@ -84,7 +84,7 @@ PLIST_SUB+= FREETYPE="@comment " .if defined(WITH_GDAL) FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.15:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else FORCE_IGNORE+= GDAL diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 25d7298b1082..1ed1728ea3cb 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,6 +7,7 @@ PORTNAME= qgis PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://qgis.org/downloads/ \ http://download.osgeo.org/qgis/src/ diff --git a/graphics/visionworkbench/Makefile b/graphics/visionworkbench/Makefile index e57bb793ad87..88bd5552384b 100644 --- a/graphics/visionworkbench/Makefile +++ b/graphics/visionworkbench/Makefile @@ -7,6 +7,7 @@ PORTNAME= visionworkbench PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://ti.arc.nasa.gov/m/project/nasa-vision-workbench/ DISTNAME= VisionWorkbench-${PORTVERSION} |