diff options
author | cy <cy@FreeBSD.org> | 2003-09-10 08:03:09 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2003-09-10 08:03:09 +0800 |
commit | e438ab313688579d8e1e7f1acca1638587728295 (patch) | |
tree | 1033d7be92a5263ecddd842468bc572b723008e6 | |
parent | 4f88be50851a81808b2e76eb62c87ee6949b3b4d (diff) | |
download | freebsd-ports-gnome-e438ab313688579d8e1e7f1acca1638587728295.tar.gz freebsd-ports-gnome-e438ab313688579d8e1e7f1acca1638587728295.tar.zst freebsd-ports-gnome-e438ab313688579d8e1e7f1acca1638587728295.zip |
Crypto-publish.org is now distributing krb5-1.3.1.
-rw-r--r-- | security/krb5-16/Makefile | 7 | ||||
-rw-r--r-- | security/krb5-17/Makefile | 7 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 7 | ||||
-rw-r--r-- | security/krb5/Makefile | 7 |
4 files changed, 4 insertions, 24 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 49e92d89cedd..2f6c378b82ff 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -10,12 +10,7 @@ PORTVERSION= 1.3.1 CATEGORIES= security # USE_MIT_TARBALL tells the port that the user has fetched the source # directly from MIT rather than the default crypto-publish.org. - -# XXX At the present time crypto-publish.org does not have krb5-1.3.1 -# XXX We must use the MIT copy instead, requiring the user to manually -# XXX fetch the distfile. As soon as crypto-publish.org distributes -# XXX krb5-1.3, USE_MIT_TARBALL should be changed back to NO. -USE_MIT_TARBALL?= YES +USE_MIT_TARBALL?= NO .if defined(USE_MIT_TARBALL) && ${USE_MIT_TARBALL} == "YES" MASTER_SITES= # manual download diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 49e92d89cedd..2f6c378b82ff 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -10,12 +10,7 @@ PORTVERSION= 1.3.1 CATEGORIES= security # USE_MIT_TARBALL tells the port that the user has fetched the source # directly from MIT rather than the default crypto-publish.org. - -# XXX At the present time crypto-publish.org does not have krb5-1.3.1 -# XXX We must use the MIT copy instead, requiring the user to manually -# XXX fetch the distfile. As soon as crypto-publish.org distributes -# XXX krb5-1.3, USE_MIT_TARBALL should be changed back to NO. -USE_MIT_TARBALL?= YES +USE_MIT_TARBALL?= NO .if defined(USE_MIT_TARBALL) && ${USE_MIT_TARBALL} == "YES" MASTER_SITES= # manual download diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 49e92d89cedd..2f6c378b82ff 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -10,12 +10,7 @@ PORTVERSION= 1.3.1 CATEGORIES= security # USE_MIT_TARBALL tells the port that the user has fetched the source # directly from MIT rather than the default crypto-publish.org. - -# XXX At the present time crypto-publish.org does not have krb5-1.3.1 -# XXX We must use the MIT copy instead, requiring the user to manually -# XXX fetch the distfile. As soon as crypto-publish.org distributes -# XXX krb5-1.3, USE_MIT_TARBALL should be changed back to NO. -USE_MIT_TARBALL?= YES +USE_MIT_TARBALL?= NO .if defined(USE_MIT_TARBALL) && ${USE_MIT_TARBALL} == "YES" MASTER_SITES= # manual download diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 49e92d89cedd..2f6c378b82ff 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -10,12 +10,7 @@ PORTVERSION= 1.3.1 CATEGORIES= security # USE_MIT_TARBALL tells the port that the user has fetched the source # directly from MIT rather than the default crypto-publish.org. - -# XXX At the present time crypto-publish.org does not have krb5-1.3.1 -# XXX We must use the MIT copy instead, requiring the user to manually -# XXX fetch the distfile. As soon as crypto-publish.org distributes -# XXX krb5-1.3, USE_MIT_TARBALL should be changed back to NO. -USE_MIT_TARBALL?= YES +USE_MIT_TARBALL?= NO .if defined(USE_MIT_TARBALL) && ${USE_MIT_TARBALL} == "YES" MASTER_SITES= # manual download |