aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-11-22 20:40:08 +0000
committerChris Rees <crees@FreeBSD.org>2014-11-22 20:40:08 +0000
commit4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch)
tree68afea909ff5f83c22ece4ec8e2ae5959483778d /CHANGES
parent5b6c7671efda9fa65107199c83addafb2a6f9dca (diff)
downloadports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.tar.gz
ports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.zip
Finally retire USE_PGSQL
Notes
Notes: svn path=/head/; revision=373100
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9bd9e371d9cf..047435bcc6ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20141122:
+AUTHOR: crees@FreeBSD.org
+
+ Dependencies on the PostgreSQL ports have been migrated
+ to USES. Instead of USE_PGSQL, please use USES=pgsql instead.
+
+ USE_PGSQL=yes becomes USES=pgsql
+ WANT_PGSQL_VER=91+ becomes USES=pgsql:9.1+
+ USE_PGSQL=server becomes USES=pgsql and WANT_PGSQL=server
+
20141118:
AUTHOR: mat@FreeBSD.org