Displaying 1 result from an estimated 1 matches for "use_tarball".
Did you mean:
the_tarball
2004 Feb 27
0
MIT Krb5 Port Upgrade
...ome/pcvs/ports/security/krb5/Makefile,v
retrieving revision 1.69
diff -u -r1.69 Makefile
--- Makefile 21 Feb 2004 04:39:05 -0000 1.69
+++ Makefile 27 Feb 2004 13:33:58 -0000
@@ -6,14 +6,17 @@
#
PORTNAME= krb5
-PORTVERSION= 1.3.1
-PORTREVISION= 3
+PORTVERSION= 1.3.2
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...