aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2010-01-08 02:31:26 +0800
committermandree <mandree@FreeBSD.org>2010-01-08 02:31:26 +0800
commit0c3fa1152c877ce8fe15188217ab0332f0cf39c2 (patch)
treefb78b2d42ea41ec0d1b7c198af55f54cda8bdbc5 /UPDATING
parent580000d96e8db0ec566a9111c93ccbb85dfd164a (diff)
downloadfreebsd-ports-gnome-0c3fa1152c877ce8fe15188217ab0332f0cf39c2.tar.gz
freebsd-ports-gnome-0c3fa1152c877ce8fe15188217ab0332f0cf39c2.tar.zst
freebsd-ports-gnome-0c3fa1152c877ce8fe15188217ab0332f0cf39c2.zip
Update instructions for openvpn upgrades 20100107.
Approved by: garga@ (mentor)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 14b07cbfb3bf..270951361af0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -13,6 +13,25 @@ you update your ports collection, before attempting any port upgrades.
security/openvpn has been upgraded to 2.1.1, and security/openvpn-devel has
been removed.
+ Regular upgrades of the security/openvpn port should succeed without
+ manual intervention, but if you want to stick to openvpn 2.0 or if you
+ had been using openvpn-devel, manual intervention is needed, as
+ follows:
+
+ If you'd been using the security/openvpn-devel port, please use one of
+ these commands for upgrading:
+
+ portmaster -m-DDISABLE_CONFLICTS -o security/openvpn security/openvpn-devel
+
+ portupgrade -m-DDISABLE_CONFLICTS -o security/openvpn security/openvpn-devel
+
+ If you want to stick to openvpn 2.0, please use one of these two
+ upgrade commands:
+
+ portmaster -m-DDISABLE_CONFLICTS -o security/openvpn20 security/openvpn
+
+ portupgrade -m-DDISABLE_CONFLICTS -o security/openvpn20 security/openvpn
+
20100106:
AFFECTS: users of devel/websvn
AUTHOR: miwi@FreeBSD.org