Re-add databases/postgresql90-client, databases/pg_rman still needs it

Submitted by:	cperciva via IRC
This commit is contained in:
Rene Ladan 2016-05-16 19:08:39 +00:00
parent c354e66a90
commit ad471c3f45
3 changed files with 19 additions and 1 deletions

1
MOVED
View file

@ -8322,6 +8322,5 @@ net/samba41||2016-05-16|Has expired: not supported by the upstream
net/samba-smbclient||2016-05-16|Has expired: not supported by the upstream
databases/postgresql90-contrib||2016-05-16|Has expired: "EOL was reached in September 2015"
databases/postgresql90-pltcl||2016-05-16|Has expired: "EOL was reached in September 2015"
databases/postgresql90-client||2016-05-16|Has expired: "EOL was reached in September 2015"
databases/postgresql90-docs||2016-05-16|Has expired: "EOL was reached in September 2015"
devel/py-gyp-devel|devel/py-gyp|2016-05-16|Renamed to devel/py-gyp

View file

@ -647,6 +647,7 @@
SUBDIR += postgresql-plv8js
SUBDIR += postgresql-relay
SUBDIR += postgresql-repmgr
SUBDIR += postgresql90-client
SUBDIR += postgresql90-pgtcl
SUBDIR += postgresql90-plperl
SUBDIR += postgresql90-plpython

View file

@ -0,0 +1,18 @@
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= postgresql
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql90-server
BUILD_DIRS= config src/include src/interfaces src/port \
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
doc src/makefiles
INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
COMPONENT= -client
USE_LDCONFIG= yes
.include "${MASTERDIR}/Makefile"