aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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