diff options
author | leeym <leeym@FreeBSD.org> | 2003-07-18 00:16:06 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-07-18 00:16:06 +0000 |
commit | 86fbc34c39a30e38f7232511c56389cc916c91cb (patch) | |
tree | 666e76edb494e0f35d5ef0a0a18b030c3cbd2726 /security/openvpn | |
parent | adb047e7774bfd024d3cd6b51945e8ac0540eee1 (diff) | |
download | FreeBSD-ports-86fbc34c39a30e38f7232511c56389cc916c91cb.zip FreeBSD-ports-86fbc34c39a30e38f7232511c56389cc916c91cb.tar.gz |
updates the OpenVPN port from 1.4.0 to 1.4.2.
PR: 54597
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'security/openvpn')
-rw-r--r-- | security/openvpn/Makefile | 5 | ||||
-rw-r--r-- | security/openvpn/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 07cc2e59..24a43ce 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openvpn -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,8 @@ GNU_CONFIGURE= yes USE_OPENSSL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \ - --with-lzo-headers=${LOCALBASE}/include + --with-lzo-headers=${LOCALBASE}/include \ + --prefix=${PREFIX} MAN8= openvpn.8 diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index b000a91..5ad1e92 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -1 +1 @@ -MD5 (openvpn-1.4.0.tar.gz) = a69f10c7d77b3fbade09721e50591f0e +MD5 (openvpn-1.4.2.tar.gz) = 9804fb402cc87a686ab2e82ce5e93e6d |