aboutsummaryrefslogtreecommitdiffstats
path: root/security/pidentd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pidentd/Makefile')
-rw-r--r--security/pidentd/Makefile11
1 files changed, 7 insertions, 4 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>