diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/openvpn-devel/Makefile | 1 | ||||
-rw-r--r-- | security/openvpn-devel/files/openvpn.sh.in | 4 | ||||
-rw-r--r-- | security/openvpn/Makefile | 1 | ||||
-rw-r--r-- | security/openvpn/files/openvpn.sh.in | 4 | ||||
-rw-r--r-- | security/openvpn20/Makefile | 1 | ||||
-rw-r--r-- | security/openvpn20/files/openvpn.sh.in | 4 |
6 files changed, 9 insertions, 6 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index aa1e99cb11af..e76a9881b05b 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= openvpn DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://openvpn.net/release/ diff --git a/security/openvpn-devel/files/openvpn.sh.in b/security/openvpn-devel/files/openvpn.sh.in index 37d8ba5129de..07f6447e9ea0 100644 --- a/security/openvpn-devel/files/openvpn.sh.in +++ b/security/openvpn-devel/files/openvpn.sh.in @@ -37,8 +37,8 @@ # # # optional: # openvpn_flags="" # openvpn command line flags -# openvpn_config="%%PREFIX%%/etc/openvpn/openvpn.conf" # --config file -# openvpn_dir="%%PREFIX%%/etc/openvpn" # --cd directory +# openvpn_configfile="%%PREFIX%%/etc/openvpn/openvpn.conf" # --config file +# openvpn_dir="%%PREFIX%%/etc/openvpn" # --cd directory # # You also need to set openvpn_configfile and openvpn_dir, if the configuration # file and directory where keys and certificates reside differ from the above diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index aa1e99cb11af..e76a9881b05b 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -7,6 +7,7 @@ PORTNAME= openvpn DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://openvpn.net/release/ diff --git a/security/openvpn/files/openvpn.sh.in b/security/openvpn/files/openvpn.sh.in index 37d8ba5129de..07f6447e9ea0 100644 --- a/security/openvpn/files/openvpn.sh.in +++ b/security/openvpn/files/openvpn.sh.in @@ -37,8 +37,8 @@ # # # optional: # openvpn_flags="" # openvpn command line flags -# openvpn_config="%%PREFIX%%/etc/openvpn/openvpn.conf" # --config file -# openvpn_dir="%%PREFIX%%/etc/openvpn" # --cd directory +# openvpn_configfile="%%PREFIX%%/etc/openvpn/openvpn.conf" # --config file +# openvpn_dir="%%PREFIX%%/etc/openvpn" # --cd directory # # You also need to set openvpn_configfile and openvpn_dir, if the configuration # file and directory where keys and certificates reside differ from the above diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index aa1e99cb11af..e76a9881b05b 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/Makefile @@ -7,6 +7,7 @@ PORTNAME= openvpn DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://openvpn.net/release/ diff --git a/security/openvpn20/files/openvpn.sh.in b/security/openvpn20/files/openvpn.sh.in index 37d8ba5129de..07f6447e9ea0 100644 --- a/security/openvpn20/files/openvpn.sh.in +++ b/security/openvpn20/files/openvpn.sh.in @@ -37,8 +37,8 @@ # # # optional: # openvpn_flags="" # openvpn command line flags -# openvpn_config="%%PREFIX%%/etc/openvpn/openvpn.conf" # --config file -# openvpn_dir="%%PREFIX%%/etc/openvpn" # --cd directory +# openvpn_configfile="%%PREFIX%%/etc/openvpn/openvpn.conf" # --config file +# openvpn_dir="%%PREFIX%%/etc/openvpn" # --cd directory # # You also need to set openvpn_configfile and openvpn_dir, if the configuration # file and directory where keys and certificates reside differ from the above |