svn commit: r451259 - in head/security: krb5-113 krb5-114 krb5-115 krb5-devel
Cy Schubert
cy at FreeBSD.org
Thu Oct 5 01:55:28 UTC 2017
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
More information about the svn-ports-head
mailing list