aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2010-01-07 18:31:26 +0000
committerMatthias Andree <mandree@FreeBSD.org>2010-01-07 18:31:26 +0000
commit25e43daa0d5e6067ec694bf48165dd5413ed93d6 (patch)
tree31ac11dfd6ad5234752c670c0a5790b5cb08e151 /UPDATING
parent1a41e25bbc854e66b71638feca902dafe38b0dbb (diff)
downloadports-25e43daa0d5e6067ec694bf48165dd5413ed93d6.tar.gz
ports-25e43daa0d5e6067ec694bf48165dd5413ed93d6.zip
Update instructions for openvpn upgrades 20100107.
Approved by: garga@ (mentor)
Notes
Notes: svn path=/head/; revision=247348
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