aboutsummaryrefslogtreecommitdiffstats
path: root/security/openvpn/Makefile
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2007-02-23 16:38:53 +0800
committerVasil Dimov <vd@FreeBSD.org>2007-02-23 16:38:53 +0800
commit9d4f5552a9c59e383ecfd2a65cde0c919b641144 (patch)
tree88826b7f844a0ef96b244f64782b8607db9d33d4 /security/openvpn/Makefile
parent7dae9a4830051ae9246a0c7444c1d34e0a758f9f (diff)
downloadfreebsd-ports-gnome-9d4f5552a9c59e383ecfd2a65cde0c919b641144.tar.gz
freebsd-ports-gnome-9d4f5552a9c59e383ecfd2a65cde0c919b641144.tar.zst
freebsd-ports-gnome-9d4f5552a9c59e383ecfd2a65cde0c919b641144.zip
* Add support for running multiple instances of openvpn to the startup script
Inspired by [1] * Bump PORTREVISION * Update the comment which says not to send notices about 2.0.8 to 2.0.9 since 2.0.9 also introduces only Windows changes. Remove maintainer's name from this comment since he did not explicitly state this. PR: ports/108371 [1] Submitted by: Denis Shaposhnikov <dsh@vlink.ru>, Gleb Kozyrev <gkozyrev@gmail.com> [1] Approved by: matthias.andree@gmx.de (maintainer timeout, 28 days)
Diffstat (limited to 'security/openvpn/Makefile')
-rw-r--r--security/openvpn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index 0e8a956281d6..828ef991a044 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -7,13 +7,13 @@
PORTNAME= openvpn
# -----------------------------------------------------
-# DO NOT BOTHER TO SEND NOTICES ABOUT 2.0.8 AS IT FIXES
+# DO NOT BOTHER TO SEND NOTICES ABOUT 2.0.9 AS IT FIXES
# WINDOWS-ONLY BUGS THAT DON'T AFFECT *BSD AND THUS
# DOES NOT WARRANT A PORT UPGRADE! AND UPGRADE REQUESTS
-# WILL BE DROPPED. -- Matthias Andree, 2006-10-01
+# WILL BE DROPPED.
# -----------------------------------------------------
PORTVERSION= 2.0.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security net
# MASTER_SITES points to hosts in distinct data centers,
# so just one MASTER_SITES entry should be OK.