diff options
author | ache <ache@FreeBSD.org> | 1997-05-03 02:22:12 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-05-03 02:22:12 +0800 |
commit | cf11374407e05c628dd6f80e6560719af473a079 (patch) | |
tree | 1edb757d9512e13ec107488903caa7aac1e1d941 /www | |
parent | 89be12d827f9cceccb68ab5674064ee3dad21f0d (diff) | |
download | freebsd-ports-gnome-cf11374407e05c628dd6f80e6560719af473a079.tar.gz freebsd-ports-gnome-cf11374407e05c628dd6f80e6560719af473a079.tar.zst freebsd-ports-gnome-cf11374407e05c628dd6f80e6560719af473a079.zip |
Upgrade to 1.2b10
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13-ssl/Makefile | 8 | ||||
-rw-r--r-- | www/apache13/Makefile | 8 | ||||
-rw-r--r-- | www/apache13/distinfo | 2 | ||||
-rw-r--r-- | www/apache13/files/patch-ag | 19 | ||||
-rw-r--r-- | www/apache2/Makefile | 8 | ||||
-rw-r--r-- | www/apache2/distinfo | 2 | ||||
-rw-r--r-- | www/apache2/files/patch-ag | 19 | ||||
-rw-r--r-- | www/apache20/Makefile | 8 | ||||
-rw-r--r-- | www/apache20/distinfo | 2 | ||||
-rw-r--r-- | www/apache20/files/patch-ag | 19 | ||||
-rw-r--r-- | www/apache21/Makefile | 8 | ||||
-rw-r--r-- | www/apache21/distinfo | 2 | ||||
-rw-r--r-- | www/apache21/files/patch-ag | 19 | ||||
-rw-r--r-- | www/apache22/Makefile | 8 | ||||
-rw-r--r-- | www/apache22/distinfo | 2 | ||||
-rw-r--r-- | www/apache22/files/patch-ag | 19 | ||||
-rw-r--r-- | www/mod_php3/Makefile | 8 | ||||
-rw-r--r-- | www/mod_php3/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 8 | ||||
-rw-r--r-- | www/mod_php4/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 8 | ||||
-rw-r--r-- | www/mod_php5/distinfo | 2 |
22 files changed, 139 insertions, 44 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index f5826cecc1ca..8a2c091c315f 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/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/apache13/Makefile b/www/apache13/Makefile index f5826cecc1ca..8a2c091c315f 100644 --- a/www/apache13/Makefile +++ b/www/apache13/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/apache13/distinfo b/www/apache13/distinfo index 8e0e5c930b71..a8005b576604 100644 --- a/www/apache13/distinfo +++ b/www/apache13/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/apache13/files/patch-ag b/www/apache13/files/patch-ag new file mode 100644 index 000000000000..c3080c8c4c24 --- /dev/null +++ b/www/apache13/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); 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); diff --git a/www/apache20/Makefile b/www/apache20/Makefile index f5826cecc1ca..8a2c091c315f 100644 --- a/www/apache20/Makefile +++ b/www/apache20/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/apache20/distinfo b/www/apache20/distinfo index 8e0e5c930b71..a8005b576604 100644 --- a/www/apache20/distinfo +++ b/www/apache20/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/apache20/files/patch-ag b/www/apache20/files/patch-ag new file mode 100644 index 000000000000..c3080c8c4c24 --- /dev/null +++ b/www/apache20/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); diff --git a/www/apache21/Makefile b/www/apache21/Makefile index f5826cecc1ca..8a2c091c315f 100644 --- a/www/apache21/Makefile +++ b/www/apache21/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/apache21/distinfo b/www/apache21/distinfo index 8e0e5c930b71..a8005b576604 100644 --- a/www/apache21/distinfo +++ b/www/apache21/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/apache21/files/patch-ag b/www/apache21/files/patch-ag new file mode 100644 index 000000000000..c3080c8c4c24 --- /dev/null +++ b/www/apache21/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); diff --git a/www/apache22/Makefile b/www/apache22/Makefile index f5826cecc1ca..8a2c091c315f 100644 --- a/www/apache22/Makefile +++ b/www/apache22/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/apache22/distinfo b/www/apache22/distinfo index 8e0e5c930b71..a8005b576604 100644 --- a/www/apache22/distinfo +++ b/www/apache22/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/apache22/files/patch-ag b/www/apache22/files/patch-ag new file mode 100644 index 000000000000..c3080c8c4c24 --- /dev/null +++ b/www/apache22/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); diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index f5826cecc1ca..8a2c091c315f 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/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/mod_php3/distinfo b/www/mod_php3/distinfo index 8e0e5c930b71..a8005b576604 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/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/mod_php4/Makefile b/www/mod_php4/Makefile index f5826cecc1ca..8a2c091c315f 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/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/mod_php4/distinfo b/www/mod_php4/distinfo index 8e0e5c930b71..a8005b576604 100644 --- a/www/mod_php4/distinfo +++ b/www/mod_php4/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/mod_php5/Makefile b/www/mod_php5/Makefile index f5826cecc1ca..8a2c091c315f 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/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/mod_php5/distinfo b/www/mod_php5/distinfo index 8e0e5c930b71..a8005b576604 100644 --- a/www/mod_php5/distinfo +++ b/www/mod_php5/distinfo @@ -1,2 +1,2 @@ -MD5 (apache_1.2b8.tar.gz) = 285b7a5ea4462b8e7ce7baaeef57dd4c +MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820 MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5 |