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 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/