diff options
-rw-r--r-- | databases/spatialite/Makefile | 3 | ||||
-rw-r--r-- | devel/py-shapely/Makefile | 3 | ||||
-rw-r--r-- | graphics/mapnik/Makefile | 1 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 1 |
4 files changed, 6 insertions, 2 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index 6263e1127255..6a97be5445b7 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -7,13 +7,14 @@ PORTNAME= spatialite PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/${PORTNAME}-${PORTVERSION}/ MAINTAINER= wenheping@gmail.com COMMENT= Spatial Extensions for SQLite -LIB_DEPENDS= geos_c.5:${PORTSDIR}/graphics/geos/ \ +LIB_DEPENDS= geos_c.6:${PORTSDIR}/graphics/geos/ \ proj.5:${PORTSDIR}/graphics/proj/ \ iconv.3:${PORTSDIR}/converters/libiconv/ diff --git a/devel/py-shapely/Makefile b/devel/py-shapely/Makefile index 7634fc22b18b..9d84fc6246c1 100644 --- a/devel/py-shapely/Makefile +++ b/devel/py-shapely/Makefile @@ -7,6 +7,7 @@ PORTNAME= Shapely PORTVERSION= 1.0.11 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= Python Package for Manipulation 2D Geospatial Geometry -LIB_DEPENDS= geos_c.5:${PORTSDIR}/graphics/geos +LIB_DEPENDS= geos_c.6:${PORTSDIR}/graphics/geos USE_PYTHON= 2.5 USE_PYDISTUTILS= easy_install diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 319ad0e4db7a..7a1e56744a71 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -7,6 +7,7 @@ PORTNAME= mapnik PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= ${MASTER_SITE_BERLIOS}/${PORTNAME}/ DISTNAME= mapnik_src-${PORTVERSION} diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 2eea59183f25..260f3416f5dc 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,6 +7,7 @@ PORTNAME= qgis PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/qgis/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} |