Date: Friday, August 19, 2011 @ 16:05:55
  Author: pierre
Revision: 135863

db-move: moved php-suhosin from [testing] to [extra] (i686)

Added:
  php-suhosin/repos/extra-i686/PKGBUILD
    (from rev 135858, php-suhosin/repos/testing-i686/PKGBUILD)
Deleted:
  php-suhosin/repos/extra-i686/PKGBUILD
  php-suhosin/repos/testing-i686/

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-08-19 20:05:54 UTC (rev 135862)
+++ extra-i686/PKGBUILD 2011-08-19 20:05:55 UTC (rev 135863)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <[email protected]>
-
-pkgname=php-suhosin
-pkgver=0.9.32.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='An advanced protection system for PHP installations'
-url='http://www.hardened-php.net/suhosin/'
-license='PHP'
-source=("http://download.suhosin.org/suhosin-${pkgver}.tar.gz";)
-depends=('php')
-conflicts=('php-suhosin-extension')
-replaces=('php-suhosin-extension')
-backup=('etc/php/conf.d/suhosin.ini')
-md5sums=('26a86f0f684a656c3e789e3eb4ec1db3')
-
-build() {
-       cd ${srcdir}/suhosin-${pkgver}
-       phpize
-       ./configure --prefix=/usr --enable-suhosin
-       make
-}
-
-package() {
-       cd ${srcdir}/suhosin-${pkgver}
-       make INSTALL_ROOT=${pkgdir} install
-       # disable by default
-       sed -i 's|extension = suhosin.so|;extension=suhosin.so|g' suhosin.ini
-       install -D -m644 suhosin.ini ${pkgdir}/etc/php/conf.d/suhosin.ini
-}

Copied: php-suhosin/repos/extra-i686/PKGBUILD (from rev 135858, 
php-suhosin/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2011-08-19 20:05:55 UTC (rev 135863)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Pierre Schmitz <[email protected]>
+
+pkgname=php-suhosin
+pkgver=0.9.32.1
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc='An advanced protection system for PHP installations'
+url='http://www.hardened-php.net/suhosin/'
+license='PHP'
+source=("http://download.suhosin.org/suhosin-${pkgver}.tar.gz";)
+depends=('php')
+conflicts=('php-suhosin-extension')
+replaces=('php-suhosin-extension')
+backup=('etc/php/conf.d/suhosin.ini')
+md5sums=('26a86f0f684a656c3e789e3eb4ec1db3')
+
+build() {
+       cd ${srcdir}/suhosin-${pkgver}
+       phpize
+       ./configure --prefix=/usr --enable-suhosin
+       make
+}
+
+package() {
+       cd ${srcdir}/suhosin-${pkgver}
+       make INSTALL_ROOT=${pkgdir} install
+       # disable by default
+       sed -i 's|extension = suhosin.so|;extension=suhosin.so|g' suhosin.ini
+       install -D -m644 suhosin.ini ${pkgdir}/etc/php/conf.d/suhosin.ini
+}

Reply via email to