diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-12-20 09:13:58 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-12-20 09:13:58 +0000 |
commit | bf254cbc029faaffe270d72dccfc86d26645c2d6 (patch) | |
tree | 657064597c4d736d3ae9fcac9092dae3b187d201 | |
parent | 99a0dd591c25092bcd84fac65197009aea3fe593 (diff) | |
download | ports-bf254cbc029faaffe270d72dccfc86d26645c2d6.tar.gz ports-bf254cbc029faaffe270d72dccfc86d26645c2d6.zip |
Notes
-rw-r--r-- | databases/postgis/Makefile | 2 | ||||
-rw-r--r-- | databases/spatialite/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index 8f5b104eca61..5ea2c23cf965 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -7,7 +7,7 @@ PORTNAME= postgis DISTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ \ http://www.postgis.org/download/ diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index 7c4165ce9341..dc9aa692a020 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -7,7 +7,7 @@ PORTNAME= spatialite PORTVERSION= 2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/${PORTNAME}-${PORTVERSION}/ |