[arch-commits] Commit in apr/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Fri Oct 2 23:12:30 UTC 2009


    Date: Friday, October 2, 2009 @ 19:12:30
  Author: giovanni
Revision: 53601

Merged revisions 53597 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/apr/trunk

........
  r53597 | andrea | 2009-10-02 15:21:43 -0700 (ven, 02 ott 2009) | 2 lines
  
  upgpkg: apr 1.3.9-1
      upstream release
........

Modified:
  apr/repos/extra-x86_64/	(properties)
  apr/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)


Property changes on: apr/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /apr/trunk:1-50961
   + /apr/trunk:1-53600

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-10-02 23:10:18 UTC (rev 53600)
+++ extra-x86_64/PKGBUILD	2009-10-02 23:12:30 UTC (rev 53601)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=apr
-pkgver=1.3.8
-pkgrel=2
+pkgver=1.3.9
+pkgrel=1
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
@@ -11,19 +12,19 @@
 options=('!libtool')
 license=('APACHE')
 source=("http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2")
-md5sums=('3c7e3a39ae3d3573f49cb74e2dbf87a2')
+md5sums=('7138ac64d4458eeeaa9b9aefa4e6e51b')
 
 build() {
-	cd "${srcdir}/apr-${pkgver}"
+  cd "${srcdir}/apr-${pkgver}"
   export apr_cv_epoll_create1=no
   export apr_cv_dup3=no
   export apr_cv_accept4=no
   export apr_cv_sock_cloexec=no
 
-	./configure --prefix=/usr --includedir=/usr/include/apr-1 \
-		--with-installbuilddir=/usr/share/apr-1/build \
-		--enable-nonportable-atomics \
-		--with-devrandom=/dev/urandom || return 1
-	make || return 1
-	make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
+    --with-installbuilddir=/usr/share/apr-1/build \
+    --enable-nonportable-atomics \
+    --with-devrandom=/dev/urandom || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list