diff options
author | Juergen Daubert <jue@jue.li> | 2007-02-09 14:02:13 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2007-02-09 14:02:13 +0100 |
commit | a87d8ac1e752c1f008546fd6dfb83153eb29ca2d (patch) | |
tree | d6945df8333c5e43774846f683d761267c6d5de5 /mod_php/Pkgfile | |
parent | d3cfdf9876115f113efd76f0e958fa19d16dd8df (diff) | |
download | opt-a87d8ac1e752c1f008546fd6dfb83153eb29ca2d.tar.gz opt-a87d8ac1e752c1f008546fd6dfb83153eb29ca2d.tar.xz |
[notify] mod_php: update to 5.2.1
see http://www.php.net/releases/5_2_1.php
Diffstat (limited to 'mod_php/Pkgfile')
-rw-r--r-- | mod_php/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index 92b7d0843..ccc6f1c07 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -5,14 +5,12 @@ # Group: apache name=mod_php -version=5.2.0 +version=5.2.1 release=1 -source=(http://www.php.net/distributions/php-$version.tar.bz2 \ - php-$version.patch) +source=(http://www.php.net/distributions/php-$version.tar.bz2) build () { cd php-$version - patch -p1 -i $SRC/php-$version.patch sed -i "s/-i -a/-i/" configure ./configure --prefix=/usr \ --with-apxs2=/usr/sbin/apxs \ |