diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-18 00:16:06 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-18 00:16:06 +0000 |
commit | 36079a28f4cc5d6d34ea5f2779830c7fd70a45d0 (patch) | |
tree | cf5def582189a99eac27afb626690814bf1125a6 /security/openvpn | |
parent | 9e25dee5399446094cee76733703b799f18c2d65 (diff) | |
download | ports-36079a28f4cc5d6d34ea5f2779830c7fd70a45d0.tar.gz ports-36079a28f4cc5d6d34ea5f2779830c7fd70a45d0.zip |
updates the OpenVPN port from 1.4.0 to 1.4.2.
PR: 54597
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Notes
Notes:
svn path=/head/; revision=85072
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 07cc2e59bb94..24a43ce96d30 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 b000a91d173a..5ad1e922243c 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 |