diff options
author | pi <pi@FreeBSD.org> | 2018-04-17 01:18:00 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-04-17 01:18:00 +0800 |
commit | a70dc489311498eff3920059435165029ecccf5a (patch) | |
tree | 853813c305da03ad8a14d8963e74ef99f478cf37 /UPDATING | |
parent | 206dbfe0df5a94a33c4b0efb1135fedf09560d89 (diff) | |
download | freebsd-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-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |