From 097ea4bc7593e080ebcd5e6e472f595b10771360 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Mon, 4 Jun 2012 19:27:20 +0000 Subject: [PATCH] - make it build against PostgreSQL 9.0 by default, since this is an default version in ports tree at the moment - bump PORTREVISION --- databases/postgresql-plpython/Makefile | 4 ++-- 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 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/