diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-06-04 19:27:20 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-06-04 19:27:20 +0000 |
commit | 097ea4bc7593e080ebcd5e6e472f595b10771360 (patch) | |
tree | f820d8a5702f3a9bd4668a582bb0e952ccc08451 /databases | |
parent | ce2305af6799357159c317fc826d37d8137bfef3 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-plpython/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql-plpython/pkg-descr | 2 |
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/ |