diff options
author | johans <johans@FreeBSD.org> | 2012-06-15 19:07:30 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-15 19:07:30 +0800 |
commit | 48a215fa1b73852f3e1e7001badb2a75944777ee (patch) | |
tree | 5cfcb507c33433a3745a7fe376c4261c8a47dd23 /security | |
parent | a4954b11be3da1dcde099b186ffb0ff5366acef6 (diff) | |
download | freebsd-ports-gnome-48a215fa1b73852f3e1e7001badb2a75944777ee.tar.gz freebsd-ports-gnome-48a215fa1b73852f3e1e7001badb2a75944777ee.tar.zst freebsd-ports-gnome-48a215fa1b73852f3e1e7001badb2a75944777ee.zip |
- Correct MASTER_SITES
- Register conflict with fakeident
- Enable DES support by default
- Bump portrevision
Diffstat (limited to 'security')
-rw-r--r-- | security/pidentd/Makefile | 10 |
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 |