diff options
author | cy <cy@FreeBSD.org> | 2002-09-13 13:46:48 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-09-13 13:46:48 +0000 |
commit | 76631688e3b50575ec660cce0448fb44a230e55e (patch) | |
tree | 6c083dac360bb06b9dba51abab38408e2184b5e2 /security/krb5/Makefile | |
parent | 3963d78b66b27b593a7190e4c358300af1778342 (diff) | |
download | FreeBSD-ports-76631688e3b50575ec660cce0448fb44a230e55e.zip FreeBSD-ports-76631688e3b50575ec660cce0448fb44a230e55e.tar.gz |
Update 1.2.5 --> 1.2.6
Note: Since crypto-publish.org does not yet have krb5-1.2.6 up on their
website, fetch from their site has been temporarily disabled.
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r-- | security/krb5/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 54537d1..6542d43 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -6,12 +6,16 @@ # PORTNAME= krb5 -PORTVERSION= 1.2.5 -PORTREVISION= 2 +PORTVERSION= 1.2.6 CATEGORIES= security .if defined(USA_RESIDENT) && ${USA_RESIDENT} == "NO" -MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ -EXTRACT_SUFX= .tar.gz +# XXX crypto-publish.org does not at this time have the krb5-1.2.6 tarball. +# Use manual download until crypto-publish.org posts a copy of krb5-1.2.6 +# on their website. +# MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ +# EXTRACT_SUFX= .tar.gz +MASTER_SITES= # manual download +EXTRACT_SUFX= .tar .else MASTER_SITES= # manual download EXTRACT_SUFX= .tar |