aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgis
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-11-10 04:51:47 +0800
committerpav <pav@FreeBSD.org>2004-11-10 04:51:47 +0800
commit291451604107f9585d43bd30b781dc3b560fc17d (patch)
tree8277bb1f458178a8cbd12dbb5944141de268b883 /databases/postgis
parent8649cf2306d188dc39128aa846d37fedd3de7341 (diff)
downloadfreebsd-ports-gnome-291451604107f9585d43bd30b781dc3b560fc17d.tar.gz
freebsd-ports-gnome-291451604107f9585d43bd30b781dc3b560fc17d.tar.zst
freebsd-ports-gnome-291451604107f9585d43bd30b781dc3b560fc17d.zip
- Chase postgresql update
PR: ports/73708 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Diffstat (limited to 'databases/postgis')
-rw-r--r--databases/postgis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
index 4cd895d17f2a..b2159fbe0c83 100644
--- a/databases/postgis/Makefile
+++ b/databases/postgis/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postgis
PORTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://postgis.refractions.net/
DISTNAME= postgis-${PORTVERSION}
@@ -24,7 +25,7 @@ MAKE_ARGS= PGSQL_SRC=${PGSQL_SRC}
PGSQL_PORTDIR= ${WRKDIR}/../../../databases/postgresql7
WRKSRC= ${WRKDIR}/postgis-${PORTVERSION}
-PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.5
+PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.6
INSTALL_TARGET= install
.if defined(WITH_GEOS)