Index: heimdal/Makefile =================================================================== RCS file: /home/pcvs/ports/security/heimdal/Makefile,v retrieving revision 1.78 diff -u -r1.78 Makefile --- heimdal/Makefile 7 Oct 2006 00:42:57 -0000 1.78 +++ heimdal/Makefile 12 Nov 2006 22:09:06 -0000 @@ -7,7 +7,7 @@ PORTNAME= heimdal PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/pub/heimdal/src/ \ @@ -20,7 +20,7 @@ MAINTAINER= shaun@FreeBSD.org COMMENT= A popular BSD-licensed implementation of Kerberos 5 -CONFLICTS= krb4-[0-9]* krb5-[0-9]* +CONFLICTS= krb4-[0-9]* krb5-[0-9]* srp-[0-9]* OPTIONS+= LDAP "Use OpenLDAP as the KDC backend" off OPTIONS+= CRACKLIB "Use CrackLib for password quality checking" off Index: krb4/Makefile =================================================================== RCS file: /home/pcvs/ports/security/krb4/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- krb4/Makefile 10 Sep 2006 23:36:30 -0000 1.8 +++ krb4/Makefile 12 Nov 2006 22:09:06 -0000 @@ -7,14 +7,14 @@ PORTNAME= krb4 PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/ MAINTAINER= ports@FreeBSD.org COMMENT= KTH Kerberos 4 -CONFLICTS= krb5-[0-9]* heimdal-[0-9]* +CONFLICTS= krb5-[0-9]* heimdal-[0-9]* srp-[0-9]* USE_LDCONFIG= yes # Don't remove this. This port installs several applications # which have the same name as some in the base system (e.g. Index: krb5/Makefile =================================================================== RCS file: /home/pcvs/ports/security/krb5/Makefile,v retrieving revision 1.106 diff -u -r1.106 Makefile --- krb5/Makefile 17 Sep 2006 00:48:42 -0000 1.106 +++ krb5/Makefile 12 Nov 2006 22:09:06 -0000 @@ -7,6 +7,7 @@ PORTNAME= krb5 PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed @@ -17,13 +18,13 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -CONFLICTS= krb4-[0-9]* heimdal-[0-9]* +CONFLICTS= krb4-[0-9]* heimdal-[0-9]* srp-[0-9]* LATEST_LINK= ${PORTNAME} KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_GMAKE= yes USE_PERL5_BUILD= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --enable-shared # CONFIGURE_ARGS+= --disable-thread-support Index: srp/Makefile =================================================================== RCS file: /home/pcvs/ports/security/srp/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- srp/Makefile 7 Nov 2006 15:37:05 -0000 1.16 +++ srp/Makefile 12 Nov 2006 22:09:06 -0000 @@ -7,12 +7,15 @@ PORTNAME= srp PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://srp.stanford.edu/source/ MAINTAINER= laszlof@FreeBSD.org COMMENT= Secure Remote Password protocol library, TELNET, and FTP +CONFLICTS= krb4-[0-9]* krb5-[0-9]* heimdal-[0-9]* + GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL="/usr/bin/install -C" CONFIGURE_ARGS= --with-openssl=/usr \