- Correct MASTER_SITES

- Register conflict with fakeident
- Enable DES support by default
- Bump portrevision
This commit is contained in:
Johan van Selst 2012-06-15 11:07:30 +00:00
parent d07bfd3b8f
commit 4956b24a60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299341

View File

@ -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