aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2015-07-08 10:25:27 +0800
committerpgollucci <pgollucci@FreeBSD.org>2015-07-08 10:25:27 +0800
commit2168e6a040df5ff84dd662008c905682a5e6917f (patch)
tree94e00384fd92797520e552709471bc374e3ab633 /UPDATING
parentdeab487bc6f080263de9b6387cd18d18b66fc989 (diff)
downloadfreebsd-ports-gnome-2168e6a040df5ff84dd662008c905682a5e6917f.tar.gz
freebsd-ports-gnome-2168e6a040df5ff84dd662008c905682a5e6917f.tar.zst
freebsd-ports-gnome-2168e6a040df5ff84dd662008c905682a5e6917f.zip
net-mgmt/netmagis-* update 2.2.2 -> 2.3.0
Additional changes not in pr: - Remove post-install do-nada - Set NO_ARCH where appropriate - DISTVERSION -> PORTVERSION - use /var/netmagis instead of /usr/local/var/netmagis - remove @dirrm[try] from pkg-plists - remove @exec mkdir -p from pkg-plists - sort uses - relocate rc scripts to the slave they belong to - pull conditional logic out and into the slaves they affect - add metro/ws/gengraph to SHEBANG_FILES UPDATING: Upgrading from a previous version requires a database schema upgrade. See http://netmagis.org/upgrade.html PR: 201124 Submitted by: pdagog@gmail.com (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c5f12f9d4406..a7343e3574ca 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20150707:
+ AFFECTS: users of net-mgmt/netmagis-*
+ AUTHOR: pgollucci@FreeBSD.org
+
+ Netmagis-* ports have been upgraded to 2.3.0. Upgrading from
+ previous version require a database schema upgrade.
+ See http://netmagis.org/upgrade.html
+
20150702:
AFFECTS: users of multimedia/ffmpeg
AUTHOR: riggs@FreeBSD.org