aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2018-04-17 01:18:00 +0800
committerpi <pi@FreeBSD.org>2018-04-17 01:18:00 +0800
commita70dc489311498eff3920059435165029ecccf5a (patch)
tree853813c305da03ad8a14d8963e74ef99f478cf37 /UPDATING
parent206dbfe0df5a94a33c4b0efb1135fedf09560d89 (diff)
downloadfreebsd-ports-gnome-a70dc489311498eff3920059435165029ecccf5a.tar.gz
freebsd-ports-gnome-a70dc489311498eff3920059435165029ecccf5a.tar.zst
freebsd-ports-gnome-a70dc489311498eff3920059435165029ecccf5a.zip
mail/postgrey: fix conflict of PG_USER variable with PostgreSQL
Please note: 20180416: AFFECTS: users of mail/postgrey AUTHOR: ports.maintainer@evilphi.com If you use any of the optional make.conf variables to specify the postgrey user, group, db dir, or run dir when building the port, you will need to change the prefix from PG_ to POSTGREY_*. The variables were renamed to solve a namespace collision with the PostgreSQL ports. PR: 227261 Submitted by: Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer) Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d4b76d89bf0c..01b6965aa404 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20180416:
+ AFFECTS: users of mail/postgrey
+ AUTHOR: ports.maintainer@evilphi.com
+
+ If you use any of the optional make.conf variables to specify the
+ postgrey user, group, db dir, or run dir when building the port, you will
+ need to change the prefix from PG_ to POSTGREY_*. The variables were
+ renamed to solve a namespace collision with the PostgreSQL ports.
+
20180412:
AFFECTS: users of devel/php-composer
AUTHOT: madpilot@FreeBSD.org