aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-06-05 03:27:20 +0800
committerrm <rm@FreeBSD.org>2012-06-05 03:27:20 +0800
commita68005e4ae4ba51f6493bff27244036965308527 (patch)
tree027ba77da2cb4fe36129919607eda2ef16d0a738 /databases
parent239cc6b573a3bef44f2c6837774e97090bad2696 (diff)
downloadfreebsd-ports-gnome-a68005e4ae4ba51f6493bff27244036965308527.tar.gz
freebsd-ports-gnome-a68005e4ae4ba51f6493bff27244036965308527.tar.zst
freebsd-ports-gnome-a68005e4ae4ba51f6493bff27244036965308527.zip
- make it build against PostgreSQL 9.0 by default, since
this is an default version in ports tree at the moment - bump PORTREVISION
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-plpython/Makefile4
-rw-r--r--databases/postgresql-plpython/pkg-descr2
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql-plpython/Makefile b/databases/postgresql-plpython/Makefile
index ba05a762deaa..365f0788c05c 100644
--- a/databases/postgresql-plpython/Makefile
+++ b/databases/postgresql-plpython/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postgresql
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
PKGNAMESUFFIX= -plpython
@@ -17,7 +17,7 @@ RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server
-DEFAULT_PGSQL_VER?=84
+DEFAULT_PGSQL_VER?=90
# can't include <bsd.port.pre.mk> in a slave port
# so set these instead:
diff --git a/databases/postgresql-plpython/pkg-descr b/databases/postgresql-plpython/pkg-descr
index 1e121bca492d..5c89f84ef6ad 100644
--- a/databases/postgresql-plpython/pkg-descr
+++ b/databases/postgresql-plpython/pkg-descr
@@ -3,4 +3,4 @@ procedures in Python (http://www.python.org/).
This software is part of the standard PostgreSQL distribution.
-WWW: http://www.postgresql.org/
+WWW: http://www.postgresql.org/