diff options
author | jim-p <jimp@pfsense.org> | 2017-10-03 12:00:50 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2017-10-03 12:01:24 -0400 |
commit | 02b1f7a23b414671afc122f2a11caf74d08c895f (patch) | |
tree | 9a2bb936ea2f5702c46fde3918e8e90e9f37e9ba /security/pfSense-pkg-openvpn-client-export/Makefile | |
parent | 8aa2604a49c83bc0544fb4862d94fb74d93e789d (diff) | |
download | FreeBSD-ports-02b1f7a23b414671afc122f2a11caf74d08c895f.zip FreeBSD-ports-02b1f7a23b414671afc122f2a11caf74d08c895f.tar.gz |
Update OpenVPN Client Export to 2.4.4/2.3.18
(cherry picked from commit 2e5805450fe4acb3c3663cfce07014f774b576fc)
Diffstat (limited to 'security/pfSense-pkg-openvpn-client-export/Makefile')
-rw-r--r-- | security/pfSense-pkg-openvpn-client-export/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pfSense-pkg-openvpn-client-export/Makefile b/security/pfSense-pkg-openvpn-client-export/Makefile index d1bb2ec..a461d0f 100644 --- a/security/pfSense-pkg-openvpn-client-export/Makefile +++ b/security/pfSense-pkg-openvpn-client-export/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pfSense-pkg-openvpn-client-export -PORTVERSION= 1.4.13 -PORTREVISION= 1 +PORTVERSION= 1.4.14 CATEGORIES= security MASTER_SITES= # empty DISTFILES= # empty @@ -14,7 +13,7 @@ COMMENT= pfSense package openvpn-client-export LICENSE= APACHE20 RUN_DEPENDS= openvpn>=2.4.3:security/openvpn \ - openvpn-client-export>=2.4.3_4:security/openvpn-client-export \ + openvpn-client-export>=2.4.4:security/openvpn-client-export \ zip>0:archivers/zip \ p7zip>0:archivers/p7zip |