aboutsummaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-05-02 18:22:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-05-02 18:22:12 +0000
commit23f3d48ee540ba1a808bf6293f0367384712b84b (patch)
treee58657e51d9e6375f11c930aa0639998f8951929 /www/apache2
parent036fd37b2046257b47ace593462195ab6937fed3 (diff)
downloadports-23f3d48ee540ba1a808bf6293f0367384712b84b.tar.gz
ports-23f3d48ee540ba1a808bf6293f0367384712b84b.zip
Upgrade to 1.2b10
Notes
Notes: svn path=/head/; revision=6378
Diffstat (limited to 'www/apache2')
-rw-r--r--www/apache2/Makefile8
-rw-r--r--www/apache2/distinfo2
-rw-r--r--www/apache2/files/patch-ag19
3 files changed, 24 insertions, 5 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index f5826cecc1ca..8a2c091c315f 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
-# Version required: 1.2b8
+# Version required: 1.2b10
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.28 1997/02/26 01:23:10 ache Exp $
+# $Id: Makefile,v 1.29 1997/04/14 18:54:26 ache Exp $
#
-DISTNAME= apache_1.2b8
-PKGNAME= apache-1.2b8
+DISTNAME= apache_1.2b10
+PKGNAME= apache-1.2b10
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
diff --git a/www/apache2/distinfo b/www/apache2/distinfo
index 8e0e5c930b71..a8005b576604 100644
--- a/www/apache2/distinfo
+++ b/www/apache2/distinfo
@@ -1,2 +1,2 @@
-MD5 (apache_1.2b8.tar.gz) = 285b7a5ea4462b8e7ce7baaeef57dd4c
+MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
diff --git a/www/apache2/files/patch-ag b/www/apache2/files/patch-ag
new file mode 100644
index 000000000000..c3080c8c4c24
--- /dev/null
+++ b/www/apache2/files/patch-ag
@@ -0,0 +1,19 @@
+*** src/util_md5.h.bak Wed Jan 1 21:10:46 1997
+--- src/util_md5.h Fri May 2 21:46:06 1997
+***************
+*** 50,56 ****
+ *
+ */
+
+! #include "md5.h"
+
+ char *md5(pool *a, unsigned char *string);
+ char *md5contextTo64(pool *p, MD5_CTX *context);
+--- 50,56 ----
+ *
+ */
+
+! #include <md5.h>
+
+ char *md5(pool *a, unsigned char *string);
+ char *md5contextTo64(pool *p, MD5_CTX *context);