diff options
author | girgen <girgen@FreeBSD.org> | 2016-09-05 19:15:29 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2016-09-05 19:15:29 +0800 |
commit | a70a1dee2fff481521c9da7727e77ddc8fdad9d3 (patch) | |
tree | c9c81cfb306dbdbcfdfd66b3af8892ccea273a81 /databases/Makefile | |
parent | c98382bf1ff5cc4241d58818ea61cd8d83ebf851 (diff) | |
download | freebsd-ports-gnome-a70a1dee2fff481521c9da7727e77ddc8fdad9d3.tar.gz freebsd-ports-gnome-a70a1dee2fff481521c9da7727e77ddc8fdad9d3.tar.zst freebsd-ports-gnome-a70a1dee2fff481521c9da7727e77ddc8fdad9d3.zip |
Add PostgreSQL-9.6 RC1
Please read the entry from 20160905 in UPDATING:
daemon user has changed to `postgres'
ICU is default on
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 1809b2738eee..0f0a741e86be 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -700,6 +700,14 @@ SUBDIR += postgresql95-plpython SUBDIR += postgresql95-pltcl SUBDIR += postgresql95-server + SUBDIR += postgresql96-client + SUBDIR += postgresql96-contrib + SUBDIR += postgresql96-docs + SUBDIR += postgresql96-pgtcl + SUBDIR += postgresql96-plperl + SUBDIR += postgresql96-plpython + SUBDIR += postgresql96-pltcl + SUBDIR += postgresql96-server SUBDIR += powerarchitect SUBDIR += proftpd-mod_sql_mysql SUBDIR += proftpd-mod_sql_odbc |