Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 01:55:26 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451259 - in head/security: krb5-113 krb5-114 krb5-115 krb5-devel
Message-ID:  <201710050155.v951tQWE073100@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Oct  5 01:55:26 2017
New Revision: 451259
URL: https://svnweb.freebsd.org/changeset/ports/451259

Log:
  Register conflicts among the krb5 ports.
  
  Reported by:	rodrigo

Modified:
  head/security/krb5-113/Makefile   (contents, props changed)
  head/security/krb5-114/Makefile   (contents, props changed)
  head/security/krb5-115/Makefile   (contents, props changed)
  head/security/krb5-devel/Makefile   (contents, props changed)

Modified: head/security/krb5-113/Makefile
==============================================================================
--- head/security/krb5-113/Makefile	Thu Oct  5 01:55:10 2017	(r451258)
+++ head/security/krb5-113/Makefile	Thu Oct  5 01:55:26 2017	(r451259)
@@ -21,7 +21,8 @@ LICENSE=		MIT
 DEPRECATED=             EOL twelve months after release of krb5-1.15
 EXPIRATION_DATE=        2017-12-02
 
-CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[45]-[0-9]* krb5-1.[0-9]*
+CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[45]-[0-9]* \
+			krb5-1.[0-9]* krbt5-devel-*
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USE_PERL5=		build

Modified: head/security/krb5-114/Makefile
==============================================================================
--- head/security/krb5-114/Makefile	Thu Oct  5 01:55:10 2017	(r451258)
+++ head/security/krb5-114/Makefile	Thu Oct  5 01:55:26 2017	(r451259)
@@ -17,7 +17,8 @@ COMMENT=		MIT implementation of RFC 4120 network authe
 
 LICENSE=		MIT
 
-CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[35]-[0-9]* krb5-1.[0-9]*
+CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[35]-[0-9]* \
+			krb5-1.[0-9]* krb5-devel-*
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USE_PERL5=		build

Modified: head/security/krb5-115/Makefile
==============================================================================
--- head/security/krb5-115/Makefile	Thu Oct  5 01:55:10 2017	(r451258)
+++ head/security/krb5-115/Makefile	Thu Oct  5 01:55:26 2017	(r451259)
@@ -17,7 +17,8 @@ COMMENT=		MIT implementation of RFC 4120 network authe
 
 LICENSE=		MIT
 
-CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* krb5-1.[0-9]*
+CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* \
+			krb5-1.[0-9]* krb5-devel-*
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USE_PERL5=		build

Modified: head/security/krb5-devel/Makefile
==============================================================================
--- head/security/krb5-devel/Makefile	Thu Oct  5 01:55:10 2017	(r451258)
+++ head/security/krb5-devel/Makefile	Thu Oct  5 01:55:26 2017	(r451259)
@@ -21,7 +21,8 @@ LICENSE=		MIT
 USE_GITHUB=		yes
 GH_TAGNAME=		${HASH}
 
-CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* krb5-1.[0-9]*
+CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[345]-[0-9]* \
+			krb5-1.[0-9]*
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USE_PERL5=		build



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710050155.v951tQWE073100>