diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-11-10 23:22:16 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-11-10 23:22:16 +0000 |
commit | 4ffc06ad331d6f9a4e17c7ca88c3f03415df011b (patch) | |
tree | 68bf898ee7084f4311e3ceae3914c88e8349136a /security | |
parent | b0adb5aa7cfed9b0b715a333f005cbc852a77151 (diff) | |
download | ports-4ffc06ad331d6f9a4e17c7ca88c3f03415df011b.tar.gz ports-4ffc06ad331d6f9a4e17c7ca88c3f03415df011b.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-16/Makefile | 14 | ||||
-rw-r--r-- | security/krb5-17/Makefile | 14 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 14 | ||||
-rw-r--r-- | security/krb5/Makefile | 14 |
4 files changed, 28 insertions, 28 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 99e0971dae71..de243ca730c6 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -9,16 +9,16 @@ PORTNAME= krb5 PORTVERSION= 1.3.1 PORTREVISION= 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. -USE_MIT_TARBALL?= NO +# 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_MIT_TARBALL) && ${USE_MIT_TARBALL} == "YES" -MASTER_SITES= # manual download -EXTRACT_SUFX= .tar -.else +.if defined(USE_KRB5_TARBALL) && ${USE_KRB5_TARBALL} == "CRYPTO-PUBLISH" MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ EXTRACT_SUFX= .tar.gz +.else +MASTER_SITES= http://web.mit.edu/kerberos/www/dist/krb5/${PORTVERSION:C/\.[0-9]*$//} +EXTRACT_SUFX= .tar .endif MAINTAINER= cy@FreeBSD.org diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 99e0971dae71..de243ca730c6 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -9,16 +9,16 @@ PORTNAME= krb5 PORTVERSION= 1.3.1 PORTREVISION= 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. -USE_MIT_TARBALL?= NO +# 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_MIT_TARBALL) && ${USE_MIT_TARBALL} == "YES" -MASTER_SITES= # manual download -EXTRACT_SUFX= .tar -.else +.if defined(USE_KRB5_TARBALL) && ${USE_KRB5_TARBALL} == "CRYPTO-PUBLISH" MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ EXTRACT_SUFX= .tar.gz +.else +MASTER_SITES= http://web.mit.edu/kerberos/www/dist/krb5/${PORTVERSION:C/\.[0-9]*$//} +EXTRACT_SUFX= .tar .endif MAINTAINER= cy@FreeBSD.org diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 99e0971dae71..de243ca730c6 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -9,16 +9,16 @@ PORTNAME= krb5 PORTVERSION= 1.3.1 PORTREVISION= 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. -USE_MIT_TARBALL?= NO +# 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_MIT_TARBALL) && ${USE_MIT_TARBALL} == "YES" -MASTER_SITES= # manual download -EXTRACT_SUFX= .tar -.else +.if defined(USE_KRB5_TARBALL) && ${USE_KRB5_TARBALL} == "CRYPTO-PUBLISH" MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ EXTRACT_SUFX= .tar.gz +.else +MASTER_SITES= http://web.mit.edu/kerberos/www/dist/krb5/${PORTVERSION:C/\.[0-9]*$//} +EXTRACT_SUFX= .tar .endif MAINTAINER= cy@FreeBSD.org diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 99e0971dae71..de243ca730c6 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -9,16 +9,16 @@ PORTNAME= krb5 PORTVERSION= 1.3.1 PORTREVISION= 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. -USE_MIT_TARBALL?= NO +# 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_MIT_TARBALL) && ${USE_MIT_TARBALL} == "YES" -MASTER_SITES= # manual download -EXTRACT_SUFX= .tar -.else +.if defined(USE_KRB5_TARBALL) && ${USE_KRB5_TARBALL} == "CRYPTO-PUBLISH" MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ EXTRACT_SUFX= .tar.gz +.else +MASTER_SITES= http://web.mit.edu/kerberos/www/dist/krb5/${PORTVERSION:C/\.[0-9]*$//} +EXTRACT_SUFX= .tar .endif MAINTAINER= cy@FreeBSD.org |