diff options
author | Cy Schubert <cy@FreeBSD.org> | 2010-12-23 01:04:41 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2010-12-23 01:04:41 +0000 |
commit | 4108064a78235afb227ddc152ca9cb4a3bbd3319 (patch) | |
tree | a4843cbcad33be587d31ef38d5fcc58ebe058df8 /security/krb5/Makefile | |
parent | c46a464a4203e6de25845611822be9bf6c4b409d (diff) |
Notes
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r-- | security/krb5/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index d56bbe2abc2d..8885bf5e72ff 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -6,14 +6,12 @@ # PORTNAME= krb5 -PORTVERSION= 1.8.3 -PORTREVISION= 2 +PORTVERSION= 1.9 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PATCH_SITES= http://web.mit.edu/kerberos/advisories/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar -PATCHFILES= 2010-006-patch.txt 2010-007-patch.txt MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV @@ -22,7 +20,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 CONFLICTS= krb[45]-[0-9]* heimdal-[0-9]* srp-[0-9]* -LATEST_LINK= ${PORTNAME}-18 +LATEST_LINK= ${PORTNAME}-19 KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_OPENSSL= yes WITH_OPENSSL_PORT= yes |