diff options
author | Cy Schubert <cy@FreeBSD.org> | 2007-07-11 16:51:31 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2007-07-11 16:51:31 +0000 |
commit | 36f5a2384a4658516caab693d4ab9b5121183512 (patch) | |
tree | 543d7f5ee137ab437de23df53accc4ef3445179f /security/krb5-appl/Makefile | |
parent | 4f5a5568defaf653b945fc2b8230a179a5381458 (diff) |
Update 1.6.1 --> 1.6.2
Notes
Notes:
svn path=/head/; revision=195424
Diffstat (limited to 'security/krb5-appl/Makefile')
-rw-r--r-- | security/krb5-appl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index a5603e579a28..c5886a86c8f5 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -6,15 +6,12 @@ # PORTNAME= krb5 -PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTVERSION= 1.6.2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${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= 2007-004-patch.txt 2007-005-patch.txt -PATCH_DIST_STRIP= -p1 MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV |