diff options
author | flz <flz@FreeBSD.org> | 2005-06-01 01:57:11 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-01 01:57:11 +0800 |
commit | 91ad401b3099b1ef76c1dc7f6716ce414b0eb858 (patch) | |
tree | d98e5cee6ac424a070eb43cf94b06c69a3f728ac /security | |
parent | ec3789f6e04575563a847af3c1b3db1a623a7db8 (diff) | |
download | freebsd-ports-graphics-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.gz freebsd-ports-graphics-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.zst freebsd-ports-graphics-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.zip |
- Bump lzo lib version.
- Bump PORTREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/openvpn-devel/Makefile | 4 | ||||
-rw-r--r-- | security/openvpn/Makefile | 4 | ||||
-rw-r--r-- | security/openvpn20/Makefile | 4 | ||||
-rw-r--r-- | security/tinc/Makefile | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index b62432845ee..a5d2f0e4c19 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -7,14 +7,14 @@ PORTNAME= openvpn DISTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://openvpn.net/release/ MAINTAINER= matthias.andree@gmx.de COMMENT= Secure IP/Ethernet tunnel daemon -LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index b62432845ee..a5d2f0e4c19 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -7,14 +7,14 @@ PORTNAME= openvpn DISTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://openvpn.net/release/ MAINTAINER= matthias.andree@gmx.de COMMENT= Secure IP/Ethernet tunnel daemon -LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index b62432845ee..a5d2f0e4c19 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/Makefile @@ -7,14 +7,14 @@ PORTNAME= openvpn DISTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://openvpn.net/release/ MAINTAINER= matthias.andree@gmx.de COMMENT= Secure IP/Ethernet tunnel daemon -LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 096462408b6..b201d36806e 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -8,6 +8,7 @@ PORTNAME= tinc PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.tinc-vpn.org/packages/ \ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ @@ -16,7 +17,7 @@ MASTER_SITES= http://www.tinc-vpn.org/packages/ \ MAINTAINER= krion@FreeBSD.org COMMENT= A Virtual Private Network (VPN) daemon -LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo USE_OPENSSL= yes USE_REINPLACE= yes |