diff options
author | lme <lme@FreeBSD.org> | 2015-08-13 05:01:07 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2015-08-13 05:01:07 +0800 |
commit | f6b71c23740d1760f5ad604b44b755999ee9576b (patch) | |
tree | 31bbc9eef4e44557c3d9e4eb26bb307ce3dc5f74 /UPDATING | |
parent | 3131254696e7a4729dc6019dcabec330e1750b8b (diff) | |
download | freebsd-ports-gnome-f6b71c23740d1760f5ad604b44b755999ee9576b.tar.gz freebsd-ports-gnome-f6b71c23740d1760f5ad604b44b755999ee9576b.tar.zst freebsd-ports-gnome-f6b71c23740d1760f5ad604b44b755999ee9576b.zip |
- Split the Icinga port into two separate ports. One for the backend, one for the classic web interface.
- Make the existing net-mgmt/icinga port a meta-port which installs the other two ports.
- Add an UPDATING entry for above changes.
- Bump PORTREVISION
Reviewed by: bapt
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20150812: + AFFECTS: users of net-mgmt/icinga and net-mgmt/icinga2 + AUTHOR: lme@FreeBSD.org + + The Icinga port has been split into two ports: net-mgmt/icinga-core + which contains the Icinga 1.x backend and net-mgmt/icinga-classicweb + which contains the Icinga classic web (CGI) interface. The latter can + be both used with Icinga 1.x and the Icinga 2 port (net-mgmt/icinga2). + A new meta-port net-mgmt/icinga was added which depends on both new + ports, so updating the Icinga port should be transparent. + +20150812: AFFECTS: users of sysutils/moosefs-master and other moosefs packages AUTHOR: feld@FreeBSD.org |