From 2bb9bd42b31972e9806d142a21394a6ba45063f4 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 25 Sep 2002 17:50:00 +0000 Subject: Crypto-publish.org has finally put krb5-1.2.6 up on their site. The patch reimplements code to fetch MIT Kerberos from their site when USA_RESIDENT=NO. Approved by: kris --- security/krb5-appl/Makefile | 9 ++------- security/krb5-appl/distinfo | 1 + 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'security/krb5-appl') diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 6542d43..f2b7f85 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -9,13 +9,8 @@ PORTNAME= krb5 PORTVERSION= 1.2.6 CATEGORIES= security .if defined(USA_RESIDENT) && ${USA_RESIDENT} == "NO" -# 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 +MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ +EXTRACT_SUFX= .tar.gz .else MASTER_SITES= # manual download EXTRACT_SUFX= .tar diff --git a/security/krb5-appl/distinfo b/security/krb5-appl/distinfo index 6942bcb..4ad9c42 100644 --- a/security/krb5-appl/distinfo +++ b/security/krb5-appl/distinfo @@ -1 +1,2 @@ MD5 (krb5-1.2.6.tar) = 88a94d357c63e0c6b902f3e7cffe397c +MD5 (krb5-1.2.6.tar.gz) = 9723ca51368f8fbfcc52927d50dda7ac -- cgit v1.1