[arch-commits] Commit in apr-util/repos (testing-i686 testing-i686/PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Jun 22 13:06:22 UTC 2008


    Date: Sunday, June 22, 2008 @ 09:06:21
  Author: pierre
Revision: 3370

Merged revisions 3128-3369 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/apr-util/trunk

........
  r3338 | pierre | 2008-06-22 09:28:55 +0000 (So, 22 Jun 2008) | 2 lines
  
  upgpkg: apr-util 1.3.0-2
      added ldap support
........
  r3367 | pierre | 2008-06-22 13:01:24 +0000 (So, 22 Jun 2008) | 1 line
  
  upgpkg: apr-util 1.3.2-1
........

Modified:
  apr-util/repos/testing-i686/	(properties)
  apr-util/repos/testing-i686/PKGBUILD

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


Property changes on: apr-util/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /apr-util/trunk:1-3127
   + /apr-util/trunk:1-3369

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-06-22 13:04:29 UTC (rev 3369)
+++ testing-i686/PKGBUILD	2008-06-22 13:06:21 UTC (rev 3370)
@@ -2,23 +2,23 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=apr-util
-pkgver=1.3.0
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
-depends=('apr>=1.3.0' 'gdbm' 'expat>=2.0' 'db>=4.6')
+depends=('apr>=1.3.2' 'gdbm' 'expat>=2.0' 'db>=4.6' 'libldap')
 options=('!libtool')
 license=('APACHE')
 source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
-md5sums=('3cb56bbeefb72def43dee4bf69c46a21')
+md5sums=('aa782fb9ced8b59c8e99419d8cdd1981')
 
 build() {
 	cd ${startdir}/src/apr-util-${pkgver}
 
 	./configure --prefix=/usr --with-apr=/usr \
 		--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
-		--with-berkeley-db=/usr --with-gdbm=/usr
+		--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
 	make || return 1
 	make DESTDIR=${startdir}/pkg install
-}
\ No newline at end of file
+}





More information about the arch-commits mailing list