mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Upgrade to 1.2b11
This commit is contained in:
parent
3d5dd1cc21
commit
6c8762d020
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6656
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# Version required: 1.2b10
|
||||
# Version required: 1.2b11
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1997/04/14 18:54:26 ache Exp $
|
||||
# $Id: Makefile,v 1.30 1997/05/02 18:22:03 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2b10
|
||||
PKGNAME= apache-1.2b10
|
||||
DISTNAME= apache_1.2b11
|
||||
PKGNAME= apache-1.2b11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
@ -23,7 +23,7 @@ MAINTAINER= markm@freebsd.org
|
||||
# SECURE_SERVER - build Apache with SSL
|
||||
|
||||
.if defined(DIR_ACHE)
|
||||
PATCH_SITES+= http://www.nagual.ru/~ache/
|
||||
PATCH_SITES+= http://www.nagual.pp.ru/~ache/
|
||||
PATCHFILES+= dir.patch
|
||||
VERS_ID= dir/ache
|
||||
.endif
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# Version required: 1.2b10
|
||||
# Version required: 1.2b11
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1997/04/14 18:54:26 ache Exp $
|
||||
# $Id: Makefile,v 1.30 1997/05/02 18:22:03 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2b10
|
||||
PKGNAME= apache-1.2b10
|
||||
DISTNAME= apache_1.2b11
|
||||
PKGNAME= apache-1.2b11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
@ -23,7 +23,7 @@ MAINTAINER= markm@freebsd.org
|
||||
# SECURE_SERVER - build Apache with SSL
|
||||
|
||||
.if defined(DIR_ACHE)
|
||||
PATCH_SITES+= http://www.nagual.ru/~ache/
|
||||
PATCH_SITES+= http://www.nagual.pp.ru/~ache/
|
||||
PATCHFILES+= dir.patch
|
||||
VERS_ID= dir/ache
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
MD5 (apache_1.2b11.tar.gz) = 56b492e80c693e7f490c95d91a7036c5
|
||||
MD5 (dir.patch) = b6170b285243300221867d03db55da8b
|
||||
|
@ -34,49 +34,3 @@
|
||||
AllowOverride None
|
||||
Options None
|
||||
</Directory>
|
||||
*** conf/srm.conf-dist.orig Thu Jun 13 06:04:43 1996
|
||||
--- conf/srm.conf-dist Fri Jul 5 06:37:24 1996
|
||||
***************
|
||||
*** 12,18 ****
|
||||
# documents. By default, all requests are taken from this directory, but
|
||||
# symbolic links and aliases may be used to point to other locations.
|
||||
|
||||
! DocumentRoot /usr/local/etc/httpd/htdocs
|
||||
|
||||
# UserDir: The name of the directory which is appended onto a user's home
|
||||
# directory if a ~user request is recieved.
|
||||
--- 12,18 ----
|
||||
# documents. By default, all requests are taken from this directory, but
|
||||
# symbolic links and aliases may be used to point to other locations.
|
||||
|
||||
! DocumentRoot /usr/local/www/data
|
||||
|
||||
# UserDir: The name of the directory which is appended onto a user's home
|
||||
# directory if a ~user request is recieved.
|
||||
***************
|
||||
*** 131,142 ****
|
||||
# Aliases: Add here as many aliases as you need (with no limit). The format is
|
||||
# Alias fakename realname
|
||||
|
||||
! #Alias /icons/ /usr/local/etc/httpd/icons/
|
||||
|
||||
# ScriptAlias: This controls which directories contain server scripts.
|
||||
# Format: ScriptAlias fakename realname
|
||||
|
||||
! #ScriptAlias /cgi-bin/ /usr/local/etc/httpd/cgi-bin/
|
||||
|
||||
# If you want to use server side includes, or CGI outside
|
||||
# ScriptAliased directories, uncomment the following lines.
|
||||
--- 131,142 ----
|
||||
# Aliases: Add here as many aliases as you need (with no limit). The format is
|
||||
# Alias fakename realname
|
||||
|
||||
! Alias /icons/ /usr/local/www/icons/
|
||||
|
||||
# ScriptAlias: This controls which directories contain server scripts.
|
||||
# Format: ScriptAlias fakename realname
|
||||
|
||||
! ScriptAlias /cgi-bin/ /usr/local/www/cgi-bin/
|
||||
|
||||
# If you want to use server side includes, or CGI outside
|
||||
# ScriptAliased directories, uncomment the following lines.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# Version required: 1.2b10
|
||||
# Version required: 1.2b11
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1997/04/14 18:54:26 ache Exp $
|
||||
# $Id: Makefile,v 1.30 1997/05/02 18:22:03 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2b10
|
||||
PKGNAME= apache-1.2b10
|
||||
DISTNAME= apache_1.2b11
|
||||
PKGNAME= apache-1.2b11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
@ -23,7 +23,7 @@ MAINTAINER= markm@freebsd.org
|
||||
# SECURE_SERVER - build Apache with SSL
|
||||
|
||||
.if defined(DIR_ACHE)
|
||||
PATCH_SITES+= http://www.nagual.ru/~ache/
|
||||
PATCH_SITES+= http://www.nagual.pp.ru/~ache/
|
||||
PATCHFILES+= dir.patch
|
||||
VERS_ID= dir/ache
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
MD5 (apache_1.2b11.tar.gz) = 56b492e80c693e7f490c95d91a7036c5
|
||||
MD5 (dir.patch) = b6170b285243300221867d03db55da8b
|
||||
|
@ -34,49 +34,3 @@
|
||||
AllowOverride None
|
||||
Options None
|
||||
</Directory>
|
||||
*** conf/srm.conf-dist.orig Thu Jun 13 06:04:43 1996
|
||||
--- conf/srm.conf-dist Fri Jul 5 06:37:24 1996
|
||||
***************
|
||||
*** 12,18 ****
|
||||
# documents. By default, all requests are taken from this directory, but
|
||||
# symbolic links and aliases may be used to point to other locations.
|
||||
|
||||
! DocumentRoot /usr/local/etc/httpd/htdocs
|
||||
|
||||
# UserDir: The name of the directory which is appended onto a user's home
|
||||
# directory if a ~user request is recieved.
|
||||
--- 12,18 ----
|
||||
# documents. By default, all requests are taken from this directory, but
|
||||
# symbolic links and aliases may be used to point to other locations.
|
||||
|
||||
! DocumentRoot /usr/local/www/data
|
||||
|
||||
# UserDir: The name of the directory which is appended onto a user's home
|
||||
# directory if a ~user request is recieved.
|
||||
***************
|
||||
*** 131,142 ****
|
||||
# Aliases: Add here as many aliases as you need (with no limit). The format is
|
||||
# Alias fakename realname
|
||||
|
||||
! #Alias /icons/ /usr/local/etc/httpd/icons/
|
||||
|
||||
# ScriptAlias: This controls which directories contain server scripts.
|
||||
# Format: ScriptAlias fakename realname
|
||||
|
||||
! #ScriptAlias /cgi-bin/ /usr/local/etc/httpd/cgi-bin/
|
||||
|
||||
# If you want to use server side includes, or CGI outside
|
||||
# ScriptAliased directories, uncomment the following lines.
|
||||
--- 131,142 ----
|
||||
# Aliases: Add here as many aliases as you need (with no limit). The format is
|
||||
# Alias fakename realname
|
||||
|
||||
! Alias /icons/ /usr/local/www/icons/
|
||||
|
||||
# ScriptAlias: This controls which directories contain server scripts.
|
||||
# Format: ScriptAlias fakename realname
|
||||
|
||||
! ScriptAlias /cgi-bin/ /usr/local/www/cgi-bin/
|
||||
|
||||
# If you want to use server side includes, or CGI outside
|
||||
# ScriptAliased directories, uncomment the following lines.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# Version required: 1.2b10
|
||||
# Version required: 1.2b11
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1997/04/14 18:54:26 ache Exp $
|
||||
# $Id: Makefile,v 1.30 1997/05/02 18:22:03 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2b10
|
||||
PKGNAME= apache-1.2b10
|
||||
DISTNAME= apache_1.2b11
|
||||
PKGNAME= apache-1.2b11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
@ -23,7 +23,7 @@ MAINTAINER= markm@freebsd.org
|
||||
# SECURE_SERVER - build Apache with SSL
|
||||
|
||||
.if defined(DIR_ACHE)
|
||||
PATCH_SITES+= http://www.nagual.ru/~ache/
|
||||
PATCH_SITES+= http://www.nagual.pp.ru/~ache/
|
||||
PATCHFILES+= dir.patch
|
||||
VERS_ID= dir/ache
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
MD5 (apache_1.2b11.tar.gz) = 56b492e80c693e7f490c95d91a7036c5
|
||||
MD5 (dir.patch) = b6170b285243300221867d03db55da8b
|
||||
|
@ -34,49 +34,3 @@
|
||||
AllowOverride None
|
||||
Options None
|
||||
</Directory>
|
||||
*** conf/srm.conf-dist.orig Thu Jun 13 06:04:43 1996
|
||||
--- conf/srm.conf-dist Fri Jul 5 06:37:24 1996
|
||||
***************
|
||||
*** 12,18 ****
|
||||
# documents. By default, all requests are taken from this directory, but
|
||||
# symbolic links and aliases may be used to point to other locations.
|
||||
|
||||
! DocumentRoot /usr/local/etc/httpd/htdocs
|
||||
|
||||
# UserDir: The name of the directory which is appended onto a user's home
|
||||
# directory if a ~user request is recieved.
|
||||
--- 12,18 ----
|
||||
# documents. By default, all requests are taken from this directory, but
|
||||
# symbolic links and aliases may be used to point to other locations.
|
||||
|
||||
! DocumentRoot /usr/local/www/data
|
||||
|
||||
# UserDir: The name of the directory which is appended onto a user's home
|
||||
# directory if a ~user request is recieved.
|
||||
***************
|
||||
*** 131,142 ****
|
||||
# Aliases: Add here as many aliases as you need (with no limit). The format is
|
||||
# Alias fakename realname
|
||||
|
||||
! #Alias /icons/ /usr/local/etc/httpd/icons/
|
||||
|
||||
# ScriptAlias: This controls which directories contain server scripts.
|
||||
# Format: ScriptAlias fakename realname
|
||||
|
||||
! #ScriptAlias /cgi-bin/ /usr/local/etc/httpd/cgi-bin/
|
||||
|
||||
# If you want to use server side includes, or CGI outside
|
||||
# ScriptAliased directories, uncomment the following lines.
|
||||
--- 131,142 ----
|
||||
# Aliases: Add here as many aliases as you need (with no limit). The format is
|
||||
# Alias fakename realname
|
||||
|
||||
! Alias /icons/ /usr/local/www/icons/
|
||||
|
||||
# ScriptAlias: This controls which directories contain server scripts.
|
||||
# Format: ScriptAlias fakename realname
|
||||
|
||||
! ScriptAlias /cgi-bin/ /usr/local/www/cgi-bin/
|
||||
|
||||
# If you want to use server side includes, or CGI outside
|
||||
# ScriptAliased directories, uncomment the following lines.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# Version required: 1.2b10
|
||||
# Version required: 1.2b11
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1997/04/14 18:54:26 ache Exp $
|
||||
# $Id: Makefile,v 1.30 1997/05/02 18:22:03 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2b10
|
||||
PKGNAME= apache-1.2b10
|
||||
DISTNAME= apache_1.2b11
|
||||
PKGNAME= apache-1.2b11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
@ -23,7 +23,7 @@ MAINTAINER= markm@freebsd.org
|
||||
# SECURE_SERVER - build Apache with SSL
|
||||
|
||||
.if defined(DIR_ACHE)
|
||||
PATCH_SITES+= http://www.nagual.ru/~ache/
|
||||
PATCH_SITES+= http://www.nagual.pp.ru/~ache/
|
||||
PATCHFILES+= dir.patch
|
||||
VERS_ID= dir/ache
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
MD5 (apache_1.2b11.tar.gz) = 56b492e80c693e7f490c95d91a7036c5
|
||||
MD5 (dir.patch) = b6170b285243300221867d03db55da8b
|
||||
|
@ -34,49 +34,3 @@
|
||||
AllowOverride None
|
||||
Options None
|
||||
</Directory>
|
||||
*** conf/srm.conf-dist.orig Thu Jun 13 06:04:43 1996
|
||||
--- conf/srm.conf-dist Fri Jul 5 06:37:24 1996
|
||||
***************
|
||||
*** 12,18 ****
|
||||
# documents. By default, all requests are taken from this directory, but
|
||||
# symbolic links and aliases may be used to point to other locations.
|
||||
|
||||
! DocumentRoot /usr/local/etc/httpd/htdocs
|
||||
|
||||
# UserDir: The name of the directory which is appended onto a user's home
|
||||
# directory if a ~user request is recieved.
|
||||
--- 12,18 ----
|
||||
# documents. By default, all requests are taken from this directory, but
|
||||
# symbolic links and aliases may be used to point to other locations.
|
||||
|
||||
! DocumentRoot /usr/local/www/data
|
||||
|
||||
# UserDir: The name of the directory which is appended onto a user's home
|
||||
# directory if a ~user request is recieved.
|
||||
***************
|
||||
*** 131,142 ****
|
||||
# Aliases: Add here as many aliases as you need (with no limit). The format is
|
||||
# Alias fakename realname
|
||||
|
||||
! #Alias /icons/ /usr/local/etc/httpd/icons/
|
||||
|
||||
# ScriptAlias: This controls which directories contain server scripts.
|
||||
# Format: ScriptAlias fakename realname
|
||||
|
||||
! #ScriptAlias /cgi-bin/ /usr/local/etc/httpd/cgi-bin/
|
||||
|
||||
# If you want to use server side includes, or CGI outside
|
||||
# ScriptAliased directories, uncomment the following lines.
|
||||
--- 131,142 ----
|
||||
# Aliases: Add here as many aliases as you need (with no limit). The format is
|
||||
# Alias fakename realname
|
||||
|
||||
! Alias /icons/ /usr/local/www/icons/
|
||||
|
||||
# ScriptAlias: This controls which directories contain server scripts.
|
||||
# Format: ScriptAlias fakename realname
|
||||
|
||||
! ScriptAlias /cgi-bin/ /usr/local/www/cgi-bin/
|
||||
|
||||
# If you want to use server side includes, or CGI outside
|
||||
# ScriptAliased directories, uncomment the following lines.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# Version required: 1.2b10
|
||||
# Version required: 1.2b11
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1997/04/14 18:54:26 ache Exp $
|
||||
# $Id: Makefile,v 1.30 1997/05/02 18:22:03 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2b10
|
||||
PKGNAME= apache-1.2b10
|
||||
DISTNAME= apache_1.2b11
|
||||
PKGNAME= apache-1.2b11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
@ -23,7 +23,7 @@ MAINTAINER= markm@freebsd.org
|
||||
# SECURE_SERVER - build Apache with SSL
|
||||
|
||||
.if defined(DIR_ACHE)
|
||||
PATCH_SITES+= http://www.nagual.ru/~ache/
|
||||
PATCH_SITES+= http://www.nagual.pp.ru/~ache/
|
||||
PATCHFILES+= dir.patch
|
||||
VERS_ID= dir/ache
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
MD5 (apache_1.2b11.tar.gz) = 56b492e80c693e7f490c95d91a7036c5
|
||||
MD5 (dir.patch) = b6170b285243300221867d03db55da8b
|
||||
|
@ -34,49 +34,3 @@
|
||||
AllowOverride None
|
||||
Options None
|
||||
</Directory>
|
||||
*** conf/srm.conf-dist.orig Thu Jun 13 06:04:43 1996
|
||||
--- conf/srm.conf-dist Fri Jul 5 06:37:24 1996
|
||||
***************
|
||||
*** 12,18 ****
|
||||
# documents. By default, all requests are taken from this directory, but
|
||||
# symbolic links and aliases may be used to point to other locations.
|
||||
|
||||
! DocumentRoot /usr/local/etc/httpd/htdocs
|
||||
|
||||
# UserDir: The name of the directory which is appended onto a user's home
|
||||
# directory if a ~user request is recieved.
|
||||
--- 12,18 ----
|
||||
# documents. By default, all requests are taken from this directory, but
|
||||
# symbolic links and aliases may be used to point to other locations.
|
||||
|
||||
! DocumentRoot /usr/local/www/data
|
||||
|
||||
# UserDir: The name of the directory which is appended onto a user's home
|
||||
# directory if a ~user request is recieved.
|
||||
***************
|
||||
*** 131,142 ****
|
||||
# Aliases: Add here as many aliases as you need (with no limit). The format is
|
||||
# Alias fakename realname
|
||||
|
||||
! #Alias /icons/ /usr/local/etc/httpd/icons/
|
||||
|
||||
# ScriptAlias: This controls which directories contain server scripts.
|
||||
# Format: ScriptAlias fakename realname
|
||||
|
||||
! #ScriptAlias /cgi-bin/ /usr/local/etc/httpd/cgi-bin/
|
||||
|
||||
# If you want to use server side includes, or CGI outside
|
||||
# ScriptAliased directories, uncomment the following lines.
|
||||
--- 131,142 ----
|
||||
# Aliases: Add here as many aliases as you need (with no limit). The format is
|
||||
# Alias fakename realname
|
||||
|
||||
! Alias /icons/ /usr/local/www/icons/
|
||||
|
||||
# ScriptAlias: This controls which directories contain server scripts.
|
||||
# Format: ScriptAlias fakename realname
|
||||
|
||||
! ScriptAlias /cgi-bin/ /usr/local/www/cgi-bin/
|
||||
|
||||
# If you want to use server side includes, or CGI outside
|
||||
# ScriptAliased directories, uncomment the following lines.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# Version required: 1.2b10
|
||||
# Version required: 1.2b11
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1997/04/14 18:54:26 ache Exp $
|
||||
# $Id: Makefile,v 1.30 1997/05/02 18:22:03 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2b10
|
||||
PKGNAME= apache-1.2b10
|
||||
DISTNAME= apache_1.2b11
|
||||
PKGNAME= apache-1.2b11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
@ -23,7 +23,7 @@ MAINTAINER= markm@freebsd.org
|
||||
# SECURE_SERVER - build Apache with SSL
|
||||
|
||||
.if defined(DIR_ACHE)
|
||||
PATCH_SITES+= http://www.nagual.ru/~ache/
|
||||
PATCH_SITES+= http://www.nagual.pp.ru/~ache/
|
||||
PATCHFILES+= dir.patch
|
||||
VERS_ID= dir/ache
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
MD5 (apache_1.2b11.tar.gz) = 56b492e80c693e7f490c95d91a7036c5
|
||||
MD5 (dir.patch) = b6170b285243300221867d03db55da8b
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# Version required: 1.2b10
|
||||
# Version required: 1.2b11
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1997/04/14 18:54:26 ache Exp $
|
||||
# $Id: Makefile,v 1.30 1997/05/02 18:22:03 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2b10
|
||||
PKGNAME= apache-1.2b10
|
||||
DISTNAME= apache_1.2b11
|
||||
PKGNAME= apache-1.2b11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
@ -23,7 +23,7 @@ MAINTAINER= markm@freebsd.org
|
||||
# SECURE_SERVER - build Apache with SSL
|
||||
|
||||
.if defined(DIR_ACHE)
|
||||
PATCH_SITES+= http://www.nagual.ru/~ache/
|
||||
PATCH_SITES+= http://www.nagual.pp.ru/~ache/
|
||||
PATCHFILES+= dir.patch
|
||||
VERS_ID= dir/ache
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
MD5 (apache_1.2b11.tar.gz) = 56b492e80c693e7f490c95d91a7036c5
|
||||
MD5 (dir.patch) = b6170b285243300221867d03db55da8b
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# Version required: 1.2b10
|
||||
# Version required: 1.2b11
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1997/04/14 18:54:26 ache Exp $
|
||||
# $Id: Makefile,v 1.30 1997/05/02 18:22:03 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2b10
|
||||
PKGNAME= apache-1.2b10
|
||||
DISTNAME= apache_1.2b11
|
||||
PKGNAME= apache-1.2b11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
@ -23,7 +23,7 @@ MAINTAINER= markm@freebsd.org
|
||||
# SECURE_SERVER - build Apache with SSL
|
||||
|
||||
.if defined(DIR_ACHE)
|
||||
PATCH_SITES+= http://www.nagual.ru/~ache/
|
||||
PATCH_SITES+= http://www.nagual.pp.ru/~ache/
|
||||
PATCHFILES+= dir.patch
|
||||
VERS_ID= dir/ache
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.2b10.tar.gz) = c02f12c9da63fcc0a2c28ed6faed3820
|
||||
MD5 (dir.patch) = ebc8d7d2b1970cd02b179f747c1209c5
|
||||
MD5 (apache_1.2b11.tar.gz) = 56b492e80c693e7f490c95d91a7036c5
|
||||
MD5 (dir.patch) = b6170b285243300221867d03db55da8b
|
||||
|
Loading…
Reference in New Issue
Block a user