mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04: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:
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
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue