diff options
author | cy <cy@FreeBSD.org> | 2004-12-21 08:24:18 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-12-21 08:24:18 +0800 |
commit | 34380f80acbf38039f881599afce2f4e356dbc64 (patch) | |
tree | a69c004425bf043e3d61ee1c7e8092f4d721922e /security/krb5-16 | |
parent | bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897 (diff) | |
download | freebsd-ports-gnome-34380f80acbf38039f881599afce2f4e356dbc64.tar.gz freebsd-ports-gnome-34380f80acbf38039f881599afce2f4e356dbc64.tar.zst freebsd-ports-gnome-34380f80acbf38039f881599afce2f4e356dbc64.zip |
Crypto-publish.org no longer maintains a current release of MIT-KRB5.
Remove code to alternatively fetch from that site.
Diffstat (limited to 'security/krb5-16')
-rw-r--r-- | security/krb5-16/Makefile | 13 | ||||
-rw-r--r-- | security/krb5-16/distinfo | 2 |
2 files changed, 0 insertions, 15 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index c70bf1adf75e..a9b11fce1fb6 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -8,21 +8,8 @@ PORTNAME= krb5 PORTVERSION= 1.3.5 CATEGORIES= security -# USE_TARBALL tells the port that the user has fetched the source -# directly from MIT or crypto-publish.org (CRYTPO-PUBLISH). -USE_KRB5_TARBALL?= MIT - -.if defined(USE_KRB5_TARBALL) && ${USE_KRB5_TARBALL} == "CRYPTO-PUBLISH" -# XXX crypto-publish.org still distributes krb5-1.3.1 -PORTVERSION= 1.3.1 -PORTREVISION= 5 -# XXX --- -MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ -EXTRACT_SUFX= .tar.gz -.else MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/\.[0-9]*$//}/ EXTRACT_SUFX= .tar -.endif MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV diff --git a/security/krb5-16/distinfo b/security/krb5-16/distinfo index e8ef40139095..4b60a9be5a4f 100644 --- a/security/krb5-16/distinfo +++ b/security/krb5-16/distinfo @@ -1,4 +1,2 @@ MD5 (krb5-1.3.5.tar) = 8da4179bfd929eebc9f005fb427db1a0 SIZE (krb5-1.3.5.tar) = 6522880 -MD5 (krb5-1.3.1.tar.gz) = 73f868cf65bec56d7c718834ca5665fd -SIZE (krb5-1.3.1.tar.gz) = 6157946 |