aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2014-03-13 12:42:30 +0800
committerjpaetzel <jpaetzel@FreeBSD.org>2014-03-13 12:42:30 +0800
commitc5393b161f236dbbe381e321bdc1b7bc33e603cf (patch)
tree7d2720c4209e2da2fa963a32d7d6d715ae48bdbb /UPDATING
parentdb6de80414e17a3004f7ec4e4c29e4125a7b598a (diff)
downloadfreebsd-ports-gnome-c5393b161f236dbbe381e321bdc1b7bc33e603cf.tar.gz
freebsd-ports-gnome-c5393b161f236dbbe381e321bdc1b7bc33e603cf.tar.zst
freebsd-ports-gnome-c5393b161f236dbbe381e321bdc1b7bc33e603cf.zip
Nuke openistgt from orbit. Between istgt now supporting target reload
and more importantly the kernel iSCSI work there is no point to this port.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c79ff5fdc2d1..4d6b91c5c49c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,28 @@ 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.
+20140312:
+ AFFECTS: users of net/openistgt
+ AUTHOR: jpaetzel@FreeBSD.org
+
+ Between istgt supporting target reload, and iscsid using CTL there is no
+ point to this port. As such it has been deleted without warning, since
+ the support for it is as best questionable.
+
+ pkgng users:
+
+ # pkg set -o net/openistgt:net/istgt
+
+ portmaster users:
+
+ # portmaster -o net/istgt net/openistgt
+ # portmaster -r istgt
+
+ portupgrade users:
+
+ # portupgrade -o net/istgt -f net/openistgt
+ # portupgrade -fr net/istgt
+
20140307:
AFFECTS: users of devel/py-setuptools dependent ports
AUTHOR: sunpoet@FreeBSD.org