Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 1998 07:35:42 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Jun Kuriyama <kuriyama@sky.rim.or.jp>
Cc:        Andreas Klemm <andreas@klemm.gtn.com>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/www/apache13-php3 Makefile 
Message-ID:  <16755.904401342@time.cdrom.com>
In-Reply-To: Your message of "Sat, 29 Aug 1998 23:07:29 %2B0900." <35E80B21.3DD271A@sky.rim.or.jp> 

next in thread | previous in thread | raw e-mail | index | archive | help
>   BTW, is anyone working about upgrading this port to
> apache-1.3.1/php-3.0.3?

I sent patches to the maintainer for this, but haven't heard anything
back from him yet.  The changes are very simple.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/apache13-php3/Makefile,v
retrieving revision 1.50
diff -u -u -r1.50 Makefile
--- Makefile	1998/08/27 14:08:20	1.50
+++ Makefile	1998/08/28 13:17:41
@@ -1,5 +1,5 @@
 # New ports collection makefile for:	apache HTTPD / php3
-# Version required:	1.3.0 / 3.0.2
+# Version required:	1.3.0 / 3.0.3
 # Date created:		So  21 Jun 1998 16:09:39 CEST
 # Whom:			Stefan Herrmann <stefan@asterix.webaffairs.net>
 #
@@ -7,11 +7,11 @@
 #
 
 DISTNAME=	apache_1.3.0
-PKGNAME=	apache-php3.0.2-1.3.0
+PKGNAME=	apache-php3.0.3-1.3.0
 CATEGORIES=	www
 MASTER_SITES=	ftp://www.apache.org/apache/dist/ \
 		http://www.php.net/distributions/
-DISTFILES=	apache_1.3.0.tar.gz php-3.0.2.tar.gz
+DISTFILES=	apache_1.3.0.tar.gz php-3.0.3.tar.gz
 
 MAINTAINER=	stefan@asterix.webaffairs.net
 
@@ -85,13 +85,13 @@
 .endif
 
 post-patch:
-	@ ${PATCH} -s -d ${WRKDIR}/php-3.0.2 < ${FILESDIR}/configure.patch
+	@ ${PATCH} -s -d ${WRKDIR}/php-3.0.3 < ${FILESDIR}/configure.patch
 
 pre-configure:
-	@( cd ${WRKDIR}/php-3.0.2 \
-	&& ${ECHO_MSG} "===>  Configuring for PHP-3.0.2" \
+	@( cd ${WRKDIR}/php-3.0.3 \
+	&& ${ECHO_MSG} "===>  Configuring for PHP-3.0.3" \
 	&& CFLAGS= CPPFLAGS="-I${PREFIX}/include -I${PREFIX}/include/gd" LDFLAGS=-L${PREFIX}/lib ./configure ${PHP3_CONF_ARGS} \
-	&& ${ECHO_MSG} "===>  Building for PHP-3.0.2" \
+	&& ${ECHO_MSG} "===>  Building for PHP-3.0.3" \
 	&& ${MAKE} install \
 	&& ${ECHO_MSG} "===>  Configuring for Apache-1.3.0" )
 .if defined(PHP3_DBTYPE) && ${PHP3_DBTYPE} == msql
@@ -124,7 +124,7 @@
 	/bin/ln -s ${PREFIX}/share/doc/apache/$i ${PREFIX}/www/data/$i
 .endfor
 .for i in CODING_STANDARDS EXTENSION_STATUS LICENSE
-	${INSTALL_DATA} ${WRKDIR}/php-3.0.2/$i ${PHP3DOCDIR}
+	${INSTALL_DATA} ${WRKDIR}/php-3.0.3/$i ${PHP3DOCDIR}
 .endfor
 	@ ${ECHO} "Docs reside in ${APACHEDOCDIR}"
 	@ ${ECHO} "and in ${PHP3DOCDIR}"
Index: files/md5
===================================================================
RCS file: /home/ncvs/ports/www/apache13-php3/files/md5,v
retrieving revision 1.27
diff -u -u -r1.27 md5
--- md5	1998/07/25 11:30:17	1.27
+++ md5	1998/08/28 13:23:20
@@ -1,2 +1,2 @@
 MD5 (apache_1.3.0.tar.gz) = 99aa7c04ae284180f85cf05f839b4308
-MD5 (php-3.0.2.tar.gz) = bd47e73a3d300263bafa8781ec766377
+MD5 (php-3.0.3.tar.gz) = 11c2b1b24642d097efea40e9ce787917



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16755.904401342>