mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Upgrade to 1.2b10
This commit is contained in:
parent
036fd37b20
commit
23f3d48ee5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6378
@ -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/
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b8.tar.gz) = 285b7a5ea4462b8e7ce7baaeef57dd4c
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
|
19
www/apache13/files/patch-ag
Normal file
19
www/apache13/files/patch-ag
Normal file
@ -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);
|
@ -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/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b8.tar.gz) = 285b7a5ea4462b8e7ce7baaeef57dd4c
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
|
19
www/apache2/files/patch-ag
Normal file
19
www/apache2/files/patch-ag
Normal file
@ -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);
|
@ -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/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b8.tar.gz) = 285b7a5ea4462b8e7ce7baaeef57dd4c
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
|
19
www/apache20/files/patch-ag
Normal file
19
www/apache20/files/patch-ag
Normal file
@ -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);
|
@ -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/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b8.tar.gz) = 285b7a5ea4462b8e7ce7baaeef57dd4c
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
|
19
www/apache21/files/patch-ag
Normal file
19
www/apache21/files/patch-ag
Normal file
@ -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);
|
@ -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/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b8.tar.gz) = 285b7a5ea4462b8e7ce7baaeef57dd4c
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
|
19
www/apache22/files/patch-ag
Normal file
19
www/apache22/files/patch-ag
Normal file
@ -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);
|
@ -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/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b8.tar.gz) = 285b7a5ea4462b8e7ce7baaeef57dd4c
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
|
@ -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/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b8.tar.gz) = 285b7a5ea4462b8e7ce7baaeef57dd4c
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
|
@ -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/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b8.tar.gz) = 285b7a5ea4462b8e7ce7baaeef57dd4c
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
|
Loading…
Reference in New Issue
Block a user