[arch-commits] CVS update of extra/devel/php (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Jan 27 00:02:36 UTC 2008


    Date: Saturday, January 26, 2008 @ 19:02:36
  Author: pierre
    Path: /home/cvs-extra/extra/devel/php

Modified: PKGBUILD (1.118 -> 1.119)

upgpkg: php 5.2.5-3
added missing dependencies (fixes bug #8376); note to myself: do not trust namcap :-)


----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


Index: extra/devel/php/PKGBUILD
diff -u extra/devel/php/PKGBUILD:1.118 extra/devel/php/PKGBUILD:1.119
--- extra/devel/php/PKGBUILD:1.118	Tue Nov 13 14:44:40 2007
+++ extra/devel/php/PKGBUILD	Sat Jan 26 19:02:35 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.118 2007/11/13 19:44:40 pierre Exp $
+# $Id: PKGBUILD,v 1.119 2008/01/27 00:02:35 pierre Exp $
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 pkgname=php
 pkgver=5.2.5
-pkgrel=2
+pkgrel=3
 _suhosinver=0.9.6.2
 pkgdesc='A high-level scripting language'
 arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@
 url='http://www.php.net'
 backup=('etc/php/php.ini')
 install=php.install
-depends=('glibc')
+depends=('glibc' 'readline' 'ncurses' 'libxml2')
 makedepends=('apache' 'imap' 'postgresql-libs' 'mysql' 'libldap' 'smtp-server' \
-             'ncurses' 'libpng' 'libjpeg' 'sqlite3' 'unixodbc' 'net-snmp' \
+             'libpng' 'libjpeg' 'sqlite3' 'unixodbc' 'net-snmp' \
              'libmcrypt' 'tidyhtml' 'aspell' 'libtool' 'freetype2' 'libjpeg' \
              'curl' 'libxslt' 'pam' 'openssl' 'bzip2' 'gdbm')
 options=('emptydirs')
@@ -144,4 +144,4 @@
 		${phpextensions} || return 1
 	make || return 1
 	install -D -m644 libs/libphp5.so ${startdir}/pkg/usr/lib/apache/libphp5.so || return 1
-}
\ No newline at end of file
+}




More information about the arch-commits mailing list