1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

- make it build against PostgreSQL 9.0 by default, since

this is an default version in ports tree at the moment
- bump PORTREVISION
This commit is contained in:
Ruslan Makhmatkhanov 2012-06-04 19:27:20 +00:00
parent ce2305af67
commit 097ea4bc75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298388
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

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