[Lunar-commits] CVS: moonbase/compilers/php BUILD, 1.11,
1.12 DETAILS, 1.28, 1.29
Auke Kok
sofar at lunar-linux.org
Tue Jun 15 11:00:51 GMT 2004
Update of /var/cvs/lunar/moonbase/compilers/php
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20061
Modified Files:
BUILD DETAILS
Log Message:
New php version. imap also bumped to 2004 release, uploaded to cache to make sure everyone can get it if they remove it again.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/php/BUILD,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- BUILD 20 Apr 2004 02:30:16 -0000 1.11
+++ BUILD 15 Jun 2004 11:00:49 -0000 1.12
@@ -1,7 +1,5 @@
(
- patch_it $SOURCE_CACHE/$SOURCE3 0 &&
-
if [ -s /etc/httpsd/httpd.conf ] ; then
cp /etc/httpsd/httpd.conf /etc/httpsd/httpd.conf.`date +%Y%m%d`
fi
@@ -36,9 +34,7 @@
--enable-dbx \
--enable-dio \
--with-readline \
- $OPTS &&
- make &&
- prepare_install &&
- make install
+ $OPTS &&
+ default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/php/DETAILS,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- DETAILS 20 Apr 2004 02:30:16 -0000 1.28
+++ DETAILS 15 Jun 2004 11:00:49 -0000 1.29
@@ -1,9 +1,9 @@
MODULE=php
- VERSION=4.3.6
- IMAP_VERSION=2002e
+ VERSION=4.3.7
+ IMAP_VERSION=2004
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_VFY=md5:79cde484e31871176137eb78014657fa
+ SOURCE_VFY=md5:5293fdc909a306a2636e0fafcc79442c
SOURCE_URL[0]=http://www.php.net/distributions/$SOURCE
SOURCE_URL[1]=http://uk2.php.net/distributions/$SOURCE
SOURCE_URL[2]=http://us2.php.net/distributions/$SOURCE
@@ -12,14 +12,11 @@
SOURCE_URL[5]=http://de.php.net/distributions/$SOURCE
SOURCE_URL[6]=http://fr.php.net/distributions/$SOURCE
SOURCE2=imap-$IMAP_VERSION.tar.Z
- SOURCE2_VFY=md5:0d246d868f20d8c441d235b77c940676
+ SOURCE2_VFY=md5:ec3dafeeae320457a1d098157e9bf969
SOURCE2_URL=ftp://ftp.cac.washington.edu/imap/$SOURCE2
- SOURCE3=php-4.3.6-pcre.patch
- SOURCE3_VFY=md5:b5517d3196ccba7905ccb82263eaa0f6
- SOURCE3_URL=$PATCH_URL/$SOURCE3
WEB_SITE=http://www.php.net
ENTERED=20011024
- UPDATED=20040419
+ UPDATED=20040615
SHORT="php is the personal home page scripting language."
cat << EOF
PHP is a widely-used Open Source general-purpose scripting language
More information about the Lunar-commits
mailing list