diff options
author | mandree <mandree@FreeBSD.org> | 2010-01-08 00:47:51 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-01-08 00:47:51 +0800 |
commit | 6c537b44c28997a33e9ec0a464e6c18de9614db2 (patch) | |
tree | 8e9be2490a447f25b572ebe8d81a0286525e3143 /security/Makefile | |
parent | cb812045fe7378c335256cef499249562a5a31da (diff) | |
download | freebsd-ports-gnome-6c537b44c28997a33e9ec0a464e6c18de9614db2.tar.gz freebsd-ports-gnome-6c537b44c28997a33e9ec0a464e6c18de9614db2.tar.zst freebsd-ports-gnome-6c537b44c28997a33e9ec0a464e6c18de9614db2.zip |
Move security/openvpn to security/openvpn20 (after previous repocopy).
Update security/openvpn20 to 2.0.9, revising pkg-message.
Move security/openvpn-devel to security/openvpn and
update security/openvpn to 2.1.1.
Remove security/openvpn-devel, adding a MOVED entry.
Update security/Makefile to remove openvpn-devel and add openvpn20 to
SUBDIRS.
Add a UPDATING entry for this shuffle. Currently without upgrade
instructions since neither portupgrade nor portmaster are up to the
task (because of the CONFLICTS).
Approved by: garga@ (mentor)
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 1d490701b6c6..4174357a8703 100644 --- a/security/Makefile +++ b/security/Makefile @@ -336,7 +336,7 @@ SUBDIR += openvpn SUBDIR += openvpn-admin SUBDIR += openvpn-auth-ldap - SUBDIR += openvpn-devel + SUBDIR += openvpn20 SUBDIR += ophcrack SUBDIR += opieprint SUBDIR += osiris |