[arch-commits] CVS update of arch/build/devel/php (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sat Jun 2 14:45:31 UTC 2007
Date: Saturday, June 2, 2007 @ 10:45:31
Author: pierre
Path: /home/cvs-arch/arch/build/devel/php
Modified: PKGBUILD (1.99 -> 1.100)
upgpkg: php 5.2.3-2
fix php-cgi due to changed makefile target in php-5.2.3. make install now instas the cgi-version to php-cgi and the cli-version to php
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Index: arch/build/devel/php/PKGBUILD
diff -u arch/build/devel/php/PKGBUILD:1.99 arch/build/devel/php/PKGBUILD:1.100
--- arch/build/devel/php/PKGBUILD:1.99 Fri Jun 1 08:42:34 2007
+++ arch/build/devel/php/PKGBUILD Sat Jun 2 10:45:30 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.99 2007/06/01 12:42:34 pierre Exp $
+# $Id: PKGBUILD,v 1.100 2007/06/02 14:45:30 pierre Exp $
# Maintainer: dorphell <dorphell at archlinux.org>
# since php and php-cgi get always updated at the same time we combine
# the packages
pkgname=php
pkgver=5.2.3
-pkgrel=1
+pkgrel=2
_suhosinver=0.9.6.2
pkgdesc="A high-level scripting language"
arch=(i686 x86_64)
@@ -63,8 +63,7 @@
# here starts the cleanup
cd ${startdir}/pkg
rm -rf etc ./{.registry,.channels,.depdb*,.lock,.file*} usr/{include,share,lib,man}
- rm ${startdir}/pkg/usr/bin/{phpize,php-config,pecl,pear*}
- mv ${startdir}/pkg/usr/bin/php ${startdir}/pkg/usr/bin/php-cgi
+ rm ${startdir}/pkg/usr/bin/{php,phpize,php-config,pecl,pear*}
#########################################################################################
### make standard php
More information about the arch-commits
mailing list