diff options
author | krion <krion@FreeBSD.org> | 2003-08-15 04:30:16 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-15 04:30:16 +0800 |
commit | 2f1d5d26c2ce9e4844d3b2ea4311b72b73cb3685 (patch) | |
tree | e26146b8ed67df5c9c0286d1b7123d2635c4cb6c | |
parent | 2dc99313c96e93cdac9e10510ecea7345e794b79 (diff) | |
download | freebsd-ports-gnome-2f1d5d26c2ce9e4844d3b2ea4311b72b73cb3685.tar.gz freebsd-ports-gnome-2f1d5d26c2ce9e4844d3b2ea4311b72b73cb3685.tar.zst freebsd-ports-gnome-2f1d5d26c2ce9e4844d3b2ea4311b72b73cb3685.zip |
- Update to 1.0.1
- Take maintainership
-rw-r--r-- | security/tinc/Makefile | 13 | ||||
-rw-r--r-- | security/tinc/distinfo | 2 | ||||
-rw-r--r-- | security/tinc/pkg-plist | 3 |
3 files changed, 6 insertions, 12 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 3584a7d4799d..fed53fd60b0c 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -7,18 +7,17 @@ # PORTNAME= tinc -PORTVERSION= 1.0p8 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= security MASTER_SITES= http://tinc.nl.linux.org/packages/ \ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ http://the.wiretapped.net/security/network-security/tinc/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= A Virtual Private Network (VPN) daemon -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext \ + lzo.1:${PORTSDIR}/archivers/lzo USE_OPENSSL= yes USE_REINPLACE= yes @@ -30,13 +29,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN5= tinc.conf.5 MAN8= tincd.8 +INFO= tinc pre-configure: ${REINPLACE_CMD} \ 's/OpenSSL_add_all_algorithms/OpenSSL_add_all_ciphers/' \ ${WRKSRC}/configure -post-extract: - @${RM} -f ${WRKSRC}/doc/tinc.info* - .include <bsd.port.mk> diff --git a/security/tinc/distinfo b/security/tinc/distinfo index ebc5a38e091d..b4c40d7a74bb 100644 --- a/security/tinc/distinfo +++ b/security/tinc/distinfo @@ -1 +1 @@ -MD5 (tinc-1.0pre8.tar.gz) = 0c181baf628b2721f2dc76b5b58f511c +MD5 (tinc-1.0.1.tar.gz) = ec98838d8e9951e538bda03cb4c076fe diff --git a/security/tinc/pkg-plist b/security/tinc/pkg-plist index ab65f3cbfcf8..f54790ff6c9c 100644 --- a/security/tinc/pkg-plist +++ b/security/tinc/pkg-plist @@ -1,5 +1,2 @@ sbin/tincd -@unexec install-info --delete %D/info/tinc.info %D/info/dir -info/tinc.info -@exec install-info %D/info/tinc.info %D/info/dir share/locale/nl/LC_MESSAGES/tinc.mo |