aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-01 21:03:25 +0800
committerbapt <bapt@FreeBSD.org>2014-09-01 21:03:25 +0800
commit90c29cca255cfd1665d8132e185fa401329ad673 (patch)
treeb8124e1b26d3492a2efdf76a075756366da04991 /CHANGES
parentd0966178b740c628954c7eb37143a02d12fefe0e (diff)
downloadfreebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.tar.gz
freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.tar.zst
freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.zip
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aab5a4f1a2c8..fb7d87f45db3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,15 @@ All ports committers are allowed to commit to this file.
20140901:
AUTHOR: bapt@FreeBSD.org
+ Support for pkg_install has been removed
+ Note that WITH_PKGNG is now WITH_PKG (still used to define 'devel')
+ WITH_PKGNG remains for compatibility
+ @stopdaemon support has gone, pkg(8) has a generic mechanism to
+ provide the same functionnality
+
+20140901:
+AUTHOR: bapt@FreeBSD.org
+
Support for NO_STAGE has been removed
20140825: