diff options
author | ache <ache@FreeBSD.org> | 1997-04-15 02:54:34 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-04-15 02:54:34 +0800 |
commit | b9f2f6f83df69036ff7a0da3e47f207a61a21f50 (patch) | |
tree | 9e35bffe00d93113e5cf4a92d4947ac3f990027d /www/mod_php4/Makefile | |
parent | a1b151f2b7f7e2ae2bad421faeaa06f916cce1f7 (diff) | |
download | freebsd-ports-gnome-b9f2f6f83df69036ff7a0da3e47f207a61a21f50.tar.gz freebsd-ports-gnome-b9f2f6f83df69036ff7a0da3e47f207a61a21f50.tar.zst freebsd-ports-gnome-b9f2f6f83df69036ff7a0da3e47f207a61a21f50.zip |
Upgrade to 1.2b8
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r-- | www/mod_php4/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index d1748b855f50..f5826cecc1ca 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -1,17 +1,21 @@ # New ports collection makefile for: apache HTTPD and HTTPSD -# Version required: 1.2b7 +# Version required: 1.2b8 # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.27 1997/01/28 05:39:31 ache Exp $ +# $Id: Makefile,v 1.28 1997/02/26 01:23:10 ache Exp $ # -DISTNAME= apache_1.2b7 -PKGNAME= apache-1.2b7 +DISTNAME= apache_1.2b8 +PKGNAME= apache-1.2b8 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ -MAINTAINER= ache@freebsd.org +.if !defined(SECURE_SERVER) +MAINTAINER= ache@freebsd.org +.else +MAINTAINER= markm@freebsd.org +.endif # User-controlled variables list # DIR_ACHE - add SuppressHTMLPreamble option to directory index @@ -35,7 +39,6 @@ post-patch: .if defined(SECURE_SERVER) BROKEN= "SSLeay has changed, and the patches for apache need more work" -MAINTAINER= markm@freebsd.org PKGNAME= apache_SSL-1.1.1 MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX} SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX} |