diff options
author | Cy Schubert <cy@FreeBSD.org> | 2004-06-04 16:37:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2004-06-04 16:37:32 +0000 |
commit | 632f3977c2c887a42585fc0d9e3d606f0fb50517 (patch) | |
tree | b4364fdd710968a37cb9c8cef4123be5c6af8431 /security/krb5-appl/Makefile | |
parent | b63a3d3d2c4bcca6e018f9d810f339aa5132d1ed (diff) | |
download | ports-632f3977c2c887a42585fc0d9e3d606f0fb50517.tar.gz ports-632f3977c2c887a42585fc0d9e3d606f0fb50517.zip |
Notes
Diffstat (limited to 'security/krb5-appl/Makefile')
-rw-r--r-- | security/krb5-appl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index a98fbd4d6da6..1a755930edd8 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -7,7 +7,7 @@ PORTNAME= krb5 PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security # USE_TARBALL tells the port that the user has fetched the source # directly from MIT or crypto-publish.org (CRYTPO-PUBLISH). @@ -16,7 +16,7 @@ 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= 4 +PORTREVISION= 5 # XXX --- MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ EXTRACT_SUFX= .tar.gz |