diff options
author | ache <ache@FreeBSD.org> | 1996-12-26 06:53:28 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-26 06:53:28 +0800 |
commit | e4720b6224feb54f936623441e00342cc903e1de (patch) | |
tree | 6d55c7a901ec7cf8b5beab4d3938bca98138fe5e /www/mod_php4 | |
parent | 478b52fe09285417f70fa87091280b2b74143a7a (diff) | |
download | freebsd-ports-gnome-e4720b6224feb54f936623441e00342cc903e1de.tar.gz freebsd-ports-gnome-e4720b6224feb54f936623441e00342cc903e1de.tar.zst freebsd-ports-gnome-e4720b6224feb54f936623441e00342cc903e1de.zip |
Upgrade to 1.2b3
Submitted by: mostly by peter
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 16 | ||||
-rw-r--r-- | www/mod_php4/distinfo | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index c497377b39fd..d5296140f6ba 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.2b2 +# Version required: 1.2b3 # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.23 1996/12/11 19:09:59 ache Exp $ +# $Id: Makefile,v 1.24 1996/12/11 21:04:21 markm Exp $ # -DISTNAME= apache_1.2b2 -PKGNAME= apache-1.2b2 +DISTNAME= apache_1.2b3 +PKGNAME= apache-1.2b3 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ @@ -26,10 +26,10 @@ VERS_ID= dir/ache .if defined(VERS_ID) post-patch: - @cd ${WRKSRC}/src; \ - mv httpd.h httpd.h.old; \ - sed 's=SERVER_VERSION *"\(.*\)"=SERVER_VERSION "\1 '"${VERS_ID}"'"=' \ - < httpd.h.old > httpd.h + @cd ${WRKSRC}/src && \ + mv Configuration Configuration.old && \ + sed 's;^OPTIM=.*;& -DSERVER_SUBVERSION=\\"${VERS_ID}\\";' \ + < Configuration.old > Configuration .endif .if defined(SECURE_SERVER) diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo index 9ec6ff721d39..68bdd578e65c 100644 --- a/www/mod_php4/distinfo +++ b/www/mod_php4/distinfo @@ -1,2 +1,2 @@ -MD5 (apache_1.2b2.tar.gz) = 3203f4ffcd7ad5d27ae733ca68a77b69 +MD5 (apache_1.2b3.tar.gz) = 42e1d05e816e064135a9230bad103369 MD5 (dir.patch) = b91b8faad5c9d849c691e1b0f47479d0 |