diff options
Diffstat (limited to 'security/krb5-115/Makefile')
-rw-r--r-- | security/krb5-115/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/krb5-115/Makefile b/security/krb5-115/Makefile index f9d4f4093977..95ffad0227b6 100644 --- a/security/krb5-115/Makefile +++ b/security/krb5-115/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.15.1 -PORTREVISION= 5 +PORTVERSION= 1.15.2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) @@ -18,7 +17,8 @@ COMMENT= MIT implementation of RFC 4120 network authentication service 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 |