svn commit: r451260 - head/security/krb5-appl

Cy Schubert cy at FreeBSD.org
Thu Oct 5 01:55:41 UTC 2017


Author: cy
Date: Thu Oct  5 01:55:40 2017
New Revision: 451260
URL: https://svnweb.freebsd.org/changeset/ports/451260

Log:
  Register a conflict with bsdftpd-ssl.
  
  Reported by:	rodrigo

Modified:
  head/security/krb5-appl/Makefile   (contents, props changed)

Modified: head/security/krb5-appl/Makefile
==============================================================================
--- head/security/krb5-appl/Makefile	Thu Oct  5 01:55:26 2017	(r451259)
+++ head/security/krb5-appl/Makefile	Thu Oct  5 01:55:40 2017	(r451260)
@@ -16,7 +16,8 @@ COMMENT=		MIT implementation of RFC 4120 network authe
 
 BUILD_DEPENDS=		krb5-config:security/krb5
 
-CONFLICTS=		krb4-[0-9]* krb5-1.[0-7].* heimdal-[0-9]* srp-[0-9]*
+CONFLICTS=		krb4-[0-9]* krb5-1.[0-7].* heimdal-[0-9]* srp-[0-9]* \
+			bsdftpd-ssl-*
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USES=			autoreconf gmake ncurses perl5 gssapi:mit ssl


More information about the svn-ports-all mailing list