diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-15 05:29:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-15 05:29:25 +0800 |
commit | 8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe (patch) | |
tree | 7b2b2a88c25efd216ebb4679fd87fe8e222efc63 /databases | |
parent | 471b802ad3d54797f0050d27a4b0a15e3d6e5123 (diff) | |
download | freebsd-ports-gnome-8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe.tar.gz freebsd-ports-gnome-8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe.tar.zst freebsd-ports-gnome-8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe.zip |
- Chase graphics/geos shlib bump
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis/Makefile | 1 | ||||
-rw-r--r-- | databases/spatialite/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index df35f9606334..ba601aef1494 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -7,6 +7,7 @@ PORTNAME= postgis DISTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index 6a97be5445b7..e94688e595ec 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -7,14 +7,14 @@ PORTNAME= spatialite PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 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.6:${PORTSDIR}/graphics/geos/ \ +LIB_DEPENDS= geos_c.7:${PORTSDIR}/graphics/geos/ \ proj.5:${PORTSDIR}/graphics/proj/ \ iconv.3:${PORTSDIR}/converters/libiconv/ |