summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-07-01 18:54:26 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-07-01 18:54:26 +0000
commit9d17e883db48e3530ce2d101c0885eefb19c560b (patch)
tree80053a324dde9f9ee8be5df791b73a53109ca132 /databases
parent- Fix MENUCOLORS-support on -CURRENT (diff)
Chase PostgreSQL upgrade.
Noticed by: Kris / pointyhat.
Notes
Notes: svn path=/head/; revision=112687
Diffstat (limited to 'databases')
-rw-r--r--databases/postgis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
index 65b00a53049a..2deeff51c0d4 100644
--- a/databases/postgis/Makefile
+++ b/databases/postgis/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postgis
PORTVERSION= 0.8.2
+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= ${PORTSDIR}/databases/postgresql7
WRKSRC= ${WRKDIR}/postgis-${PORTVERSION}
-PGSQL_SRC= ${WRKDIRPREFIX}${PGSQL_PORTDIR}/work/postgresql-7.4.2
+PGSQL_SRC= ${WRKDIRPREFIX}${PGSQL_PORTDIR}/work/postgresql-7.4.3
INSTALL_TARGET= install
.if defined(WITH_GEOS)