diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-05-07 16:12:53 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-05-07 16:12:53 +0800 |
commit | b360c0c97b599904652ff595b45d5ed7cd29aaac (patch) | |
tree | a19f2f07e36828c7650b4b16e1ef5e095b2d05f2 /databases | |
parent | 9282898646dbb64f8807f3ea1a788a02042ddd9b (diff) | |
download | freebsd-ports-gnome-b360c0c97b599904652ff595b45d5ed7cd29aaac.tar.gz freebsd-ports-gnome-b360c0c97b599904652ff595b45d5ed7cd29aaac.tar.zst freebsd-ports-gnome-b360c0c97b599904652ff595b45d5ed7cd29aaac.zip |
- Bump PORTREVISION to chase the update of graphics/proj
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass/Makefile | 4 | ||||
-rw-r--r-- | databases/postgis/Makefile | 4 | ||||
-rw-r--r-- | databases/spatialite/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 3743981b0c9c..360196daf6c7 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -7,7 +7,7 @@ PORTNAME= grass PORTVERSION= 6.4.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ @@ -29,7 +29,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= gdal.16:${PORTSDIR}/graphics/gdal \ jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ - proj.6:${PORTSDIR}/graphics/proj \ + proj.7:${PORTSDIR}/graphics/proj \ tiff.4:${PORTSDIR}/graphics/tiff \ fftw3.6:${PORTSDIR}/math/fftw3 \ freetype.9:${PORTSDIR}/print/freetype2 diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index e78c936817c2..1694c58724d3 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -7,7 +7,7 @@ PORTNAME= postgis PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ \ http://www.postgis.org/download/ @@ -15,7 +15,7 @@ MASTER_SITES= http://postgis.refractions.net/download/ \ MAINTAINER= anderson@cnpm.embrapa.br COMMENT= Adds support for geographic objects to PostgreSQL databases -LIB_DEPENDS= proj.6:${PORTSDIR}/graphics/proj \ +LIB_DEPENDS= proj.7:${PORTSDIR}/graphics/proj \ geos.0:${PORTSDIR}/graphics/geos RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index aeddd1711919..92e7f48ccd0d 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -7,7 +7,7 @@ PORTNAME= spatialite PORTVERSION= 2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/${PORTNAME}-${PORTVERSION}/ @@ -15,7 +15,7 @@ MAINTAINER= wenheping@gmail.com COMMENT= Spatial Extensions for SQLite LIB_DEPENDS= geos_c.8:${PORTSDIR}/graphics/geos \ - proj.6:${PORTSDIR}/graphics/proj \ + proj.7:${PORTSDIR}/graphics/proj \ iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= yes |