diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-03-14 03:24:42 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-03-14 03:24:42 +0000 |
commit | 6f6b2db925b8d977046855ae73dba1874a29d832 (patch) | |
tree | 21738f3d60eebb1a88ed512dbba44a304f793654 /security/krb5-115 | |
parent | 364ff1f86996e04e5b9896a2f5a615374b7abf41 (diff) | |
download | ports-6f6b2db925b8d977046855ae73dba1874a29d832.tar.gz ports-6f6b2db925b8d977046855ae73dba1874a29d832.zip |
Pet portlint.
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889
Notes
Notes:
svn path=/head/; revision=436129
Diffstat (limited to 'security/krb5-115')
-rw-r--r-- | security/krb5-115/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/krb5-115/Makefile b/security/krb5-115/Makefile index dd46ce5662e0..250e6de50b4b 100644 --- a/security/krb5-115/Makefile +++ b/security/krb5-115/Makefile @@ -10,7 +10,6 @@ MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0- PKGNAMESUFFIX= -115 .endif - PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 @@ -19,7 +18,7 @@ COMMENT= MIT implementation of RFC 4120 network authentication service LICENSE= MIT -CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[0-9]-* +CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* krb5-1.[0-9]* KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_PERL5= build |