[arch-commits] Commit in collectd/trunk (PKGBUILD libperl.patch)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Feb 24 06:58:24 UTC 2014


    Date: Monday, February 24, 2014 @ 07:58:24
  Author: bisson
Revision: 106138

upstream update

Modified:
  collectd/trunk/PKGBUILD
  collectd/trunk/libperl.patch

---------------+
 PKGBUILD      |   12 ++++++------
 libperl.patch |    6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-24 01:33:46 UTC (rev 106137)
+++ PKGBUILD	2014-02-24 06:58:24 UTC (rev 106138)
@@ -3,8 +3,8 @@
 # Contributor: Gerhard Brauer <gerhard.brauer at web.de>
 
 pkgname=collectd
-pkgver=5.4.0
-pkgrel=2
+pkgver=5.4.1
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')
@@ -41,8 +41,8 @@
 source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
         'libperl.patch'
         'service')
-sha1sums=('c2bc3ca3c62cfba4499c4eb14066a4c78301cc2c'
-          '5364ea1330bc56c3b7cfb6d7f19a627c0053279e'
+sha1sums=('cea47e3936ed081bd71efacf7ba825fc837dc347'
+          'efa6450c20ce314e9000a69b17520211f6a471e1'
           '04f676d0b76c34df0bbf94629813e035b1febe04')
 
 backup=('etc/collectd.conf')
@@ -49,9 +49,9 @@
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed 's/-Werror//g' -i *.in */*.in */*/*.in
+	sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
 	patch -p1 -i ../libperl.patch
-	autoconf
+	autoreconf
 }
 
 build() {

Modified: libperl.patch
===================================================================
--- libperl.patch	2014-02-24 01:33:46 UTC (rev 106137)
+++ libperl.patch	2014-02-24 06:58:24 UTC (rev 106138)
@@ -1,6 +1,6 @@
-diff -Naur old/configure.in new/configure.in
---- old/configure.in	2013-08-18 22:24:25.049973054 +1200
-+++ new/configure.in	2013-08-23 15:58:24.552240546 +1200
+diff -Naur old/configure.ac new/configure.ac
+--- old/configure.ac	2013-08-18 22:24:25.049973054 +1200
++++ new/configure.ac	2013-08-23 15:58:24.552240546 +1200
 @@ -3101,11 +3101,13 @@
  then
    SAVE_CFLAGS="$CFLAGS"




More information about the arch-commits mailing list