diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-23 13:46:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-23 13:46:28 +0000 |
commit | 42acad5d11c854438e41dbab235724a07c4c4601 (patch) | |
tree | f3631bf73e90ada7514b10e93ba5e2138a44e719 /security/pidentd | |
parent | a64ecc042a93571699660a9b9365b411d0d7d789 (diff) | |
download | ports-42acad5d11c854438e41dbab235724a07c4c4601.tar.gz ports-42acad5d11c854438e41dbab235724a07c4c4601.zip |
Notes
Diffstat (limited to 'security/pidentd')
-rw-r--r-- | security/pidentd/Makefile | 11 | ||||
-rw-r--r-- | security/pidentd/distinfo | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index c75d06318e37..b4f78f2b5d20 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -6,11 +6,13 @@ # PORTNAME= pidentd -PORTVERSION= 3.0.18 +PORTVERSION= 3.0.19 CATEGORIES= security ipv6 -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ + ftp://ftp.stack.nl/pub/users/johans/pidentd/ -PATCH_SITES= ftp://ftp.stack.nl/pub/users/johans/pidentd/ +PATCH_SITES= ftp://ftp.stack.nl/pub/users/johans/pidentd/ \ + ftp://mud.stack.nl/pub/pidentd/ PATCHFILES= pidentd-${PORTVERSION}-ipv6-20050927.diff.gz PATCH_DIST_STRIP= -p0 @@ -19,6 +21,7 @@ COMMENT= An RFC1413 identification server USE_REINPLACE= yes GNU_CONFIGURE= yes + MAN8= identd.8 idecrypt.8 PLIST_FILES= sbin/ibench sbin/identd sbin/idecrypt sbin/ikeygen @@ -38,6 +41,6 @@ post-patch: ${WRKSRC}/doc/identd.8 ${WRKSRC}/doc/idecrypt.8 post-install: - ${INSTALL_MAN} -m 644 ${WRKSRC}/doc/idecrypt.8 ${MANPREFIX}/man/man8/ + ${INSTALL_MAN} -m 644 ${WRKSRC}/doc/idecrypt.8 ${MANPREFIX}/man/man8 .include <bsd.port.mk> diff --git a/security/pidentd/distinfo b/security/pidentd/distinfo index 93e2dfe22efe..7e1edcfcecb3 100644 --- a/security/pidentd/distinfo +++ b/security/pidentd/distinfo @@ -1,4 +1,4 @@ -MD5 (pidentd-3.0.18.tar.gz) = 3a1edfbabe1cc71401f683e7812f8f04 -SIZE (pidentd-3.0.18.tar.gz) = 357737 -MD5 (pidentd-3.0.18-ipv6-20050927.diff.gz) = 76f42eb06a88209b53e3e7fda1c854b2 -SIZE (pidentd-3.0.18-ipv6-20050927.diff.gz) = 7877 +MD5 (pidentd-3.0.19.tar.gz) = ee8d3608a2590827cf8b55caeb1d7b93 +SIZE (pidentd-3.0.19.tar.gz) = 145505 +MD5 (pidentd-3.0.19-ipv6-20050927.diff.gz) = 76f42eb06a88209b53e3e7fda1c854b2 +SIZE (pidentd-3.0.19-ipv6-20050927.diff.gz) = 7877 |