aboutsummaryrefslogtreecommitdiff
path: root/security/pidentd
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-15 11:07:30 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-06-15 11:07:30 +0000
commit4956b24a605af1b3e09e1ce6b9e120e4d01ebc84 (patch)
tree262fe35ab68467f205799a9c7b119b13d3c06fe6 /security/pidentd
parentd07bfd3b8f5a0f6e3858f81647ce20be811e7d9b (diff)
downloadports-4956b24a605af1b3e09e1ce6b9e120e4d01ebc84.tar.gz
ports-4956b24a605af1b3e09e1ce6b9e120e4d01ebc84.zip
Notes
Diffstat (limited to 'security/pidentd')
-rw-r--r--security/pidentd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile
index 8909307276a8..f4feaa3d4ae9 100644
--- a/security/pidentd/Makefile
+++ b/security/pidentd/Makefile
@@ -7,9 +7,9 @@
PORTNAME= pidentd
PORTVERSION= 3.0.19
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security ipv6
-MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
+MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/ident/servers/ \
ftp://ftp.stack.nl/pub/users/johans/pidentd/
PATCH_SITES= ftp://ftp.stack.nl/pub/users/johans/pidentd/ \
@@ -20,16 +20,16 @@ PATCH_DIST_STRIP= -p0
MAINTAINER= johans@FreeBSD.org
COMMENT= An RFC1413 identification server
+CONFLICTS_INSTALL= fakeident-[0-9]*
+
GNU_CONFIGURE= yes
+USE_OPENSSL= yes
MAN8= identd.8 idecrypt.8
PLIST_FILES= sbin/ibench sbin/identd sbin/idecrypt sbin/ikeygen
-.if defined(WITH_DES)
-USE_OPENSSL= yes
CFLAGS+= -DINCLUDE_CRYPT -DOPENSSL_DES_LIBDES_COMPATIBILITY
LDFLAGS+= -L${OPENSSLLIB} -lcrypto
-.endif
post-extract:
${CP} ${FILESDIR}/idecrypt.8 ${WRKSRC}/doc/idecrypt.8