aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2004-02-29 05:25:21 +0800
committercy <cy@FreeBSD.org>2004-02-29 05:25:21 +0800
commitadd6d39778de86618148ffa7d3b0b2f78569bb41 (patch)
treefe21d1194a4e32799197564e682c3c6639e2f5a7
parent443dc4c1fbd997692414d03f4f78afa5c8fe2cef (diff)
downloadfreebsd-ports-gnome-add6d39778de86618148ffa7d3b0b2f78569bb41.tar.gz
freebsd-ports-gnome-add6d39778de86618148ffa7d3b0b2f78569bb41.tar.zst
freebsd-ports-gnome-add6d39778de86618148ffa7d3b0b2f78569bb41.zip
- Update MIT KRB5 1.3.1 --> 1.3.2. (As crypto-publish.org does not have
1.3.2 yet, when USE_KRB5_TARBALL=CRYPTO-PUBLISH is specified, 1.3.1 will be installed.) - Add SIZE to distinfo
-rw-r--r--security/krb5-16/Makefile7
-rw-r--r--security/krb5-16/distinfo4
-rw-r--r--security/krb5-17/Makefile7
-rw-r--r--security/krb5-17/distinfo4
-rw-r--r--security/krb5-appl/Makefile7
-rw-r--r--security/krb5-appl/distinfo4
-rw-r--r--security/krb5/Makefile7
-rw-r--r--security/krb5/distinfo4
8 files changed, 32 insertions, 12 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile
index a06417381112..bf4bc06fab3b 100644
--- a/security/krb5-16/Makefile
+++ b/security/krb5-16/Makefile
@@ -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= 1.3.1
+PORTREVISION= 3
+# XXX ---
MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/
EXTRACT_SUFX= .tar.gz
.else
diff --git a/security/krb5-16/distinfo b/security/krb5-16/distinfo
index eb0ca98b8f3c..f1791f1067c1 100644
--- a/security/krb5-16/distinfo
+++ b/security/krb5-16/distinfo
@@ -1,2 +1,4 @@
-MD5 (krb5-1.3.1.tar) = 514ef9f6a2d390625e8aae7c972e4831
+MD5 (krb5-1.3.2.tar) = e8c3de8ede73b1a117e6519aa17e4412
+SIZE (krb5-1.3.2.tar) = 6328320
MD5 (krb5-1.3.1.tar.gz) = 73f868cf65bec56d7c718834ca5665fd
+SIZE (krb5-1.3.1.tar.gz) = 6157946
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile
index a06417381112..bf4bc06fab3b 100644
--- a/security/krb5-17/Makefile
+++ b/security/krb5-17/Makefile
@@ -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= 1.3.1
+PORTREVISION= 3
+# XXX ---
MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/
EXTRACT_SUFX= .tar.gz
.else
diff --git a/security/krb5-17/distinfo b/security/krb5-17/distinfo
index eb0ca98b8f3c..f1791f1067c1 100644
--- a/security/krb5-17/distinfo
+++ b/security/krb5-17/distinfo
@@ -1,2 +1,4 @@
-MD5 (krb5-1.3.1.tar) = 514ef9f6a2d390625e8aae7c972e4831
+MD5 (krb5-1.3.2.tar) = e8c3de8ede73b1a117e6519aa17e4412
+SIZE (krb5-1.3.2.tar) = 6328320
MD5 (krb5-1.3.1.tar.gz) = 73f868cf65bec56d7c718834ca5665fd
+SIZE (krb5-1.3.1.tar.gz) = 6157946
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index a06417381112..bf4bc06fab3b 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -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= 1.3.1
+PORTREVISION= 3
+# XXX ---
MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/
EXTRACT_SUFX= .tar.gz
.else
diff --git a/security/krb5-appl/distinfo b/security/krb5-appl/distinfo
index eb0ca98b8f3c..f1791f1067c1 100644
--- a/security/krb5-appl/distinfo
+++ b/security/krb5-appl/distinfo
@@ -1,2 +1,4 @@
-MD5 (krb5-1.3.1.tar) = 514ef9f6a2d390625e8aae7c972e4831
+MD5 (krb5-1.3.2.tar) = e8c3de8ede73b1a117e6519aa17e4412
+SIZE (krb5-1.3.2.tar) = 6328320
MD5 (krb5-1.3.1.tar.gz) = 73f868cf65bec56d7c718834ca5665fd
+SIZE (krb5-1.3.1.tar.gz) = 6157946
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index a06417381112..bf4bc06fab3b 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -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= 1.3.1
+PORTREVISION= 3
+# XXX ---
MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/
EXTRACT_SUFX= .tar.gz
.else
diff --git a/security/krb5/distinfo b/security/krb5/distinfo
index eb0ca98b8f3c..f1791f1067c1 100644
--- a/security/krb5/distinfo
+++ b/security/krb5/distinfo
@@ -1,2 +1,4 @@
-MD5 (krb5-1.3.1.tar) = 514ef9f6a2d390625e8aae7c972e4831
+MD5 (krb5-1.3.2.tar) = e8c3de8ede73b1a117e6519aa17e4412
+SIZE (krb5-1.3.2.tar) = 6328320
MD5 (krb5-1.3.1.tar.gz) = 73f868cf65bec56d7c718834ca5665fd
+SIZE (krb5-1.3.1.tar.gz) = 6157946