[arch-commits] Commit in subversion/trunk (ChangeLog PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Fri Aug 7 21:11:14 UTC 2009


    Date: Friday, August 7, 2009 @ 17:11:14
  Author: douglas
Revision: 49429

upgpkg: subversion 1.6.4-1
    Updated to 1.6.4, also fixed some packages problems and add the option to store passwords in kwallet or gnome-keyring

Modified:
  subversion/trunk/ChangeLog
  subversion/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   28 +++++++++++++---------------
 2 files changed, 18 insertions(+), 15 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-08-07 19:54:02 UTC (rev 49428)
+++ ChangeLog	2009-08-07 21:11:14 UTC (rev 49429)
@@ -1,3 +1,8 @@
+
+2009-08-07  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated to: 1.6.4
+
 2009-08-02  Eric Belanger  <eric at archlinux.org>
 
 	* subversion 1.6.3-2: Rebuilt against ruby 1.9

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-07 19:54:02 UTC (rev 49428)
+++ PKGBUILD	2009-08-07 21:11:14 UTC (rev 49429)
@@ -3,42 +3,34 @@
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=subversion
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.6.4
+pkgrel=1
 pkgdesc="Replacement for CVS, another versioning system (svn)"
 arch=(i686 x86_64)
 license=('apache' 'bsd')
 depends=('neon>=0.28.2-2' 'apr-util>=1.3.2-2')
-makedepends=('heimdal>=1.2' 'db>=4.7' 'apache>=2.2.9-3' 'python>=2.6-1'
-             'perl>=5.10.0-3' 'swig>=1.3.31' 'ruby' 'openjdk6' 'autoconf'
-             'sqlite3')
+makedepends=('heimdal>=1.2' 'apache>=2.2.11' 'python>=2.6.2'
+             'perl>=5.10.0-3' 'swig>=1.3.39' 'ruby' 'java-runtime' 'autoconf'
+             'sqlite3' 'db>=4.7.25' 'e2fsprogs')
 source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
         svnserve svn svnserve.conf svnmerge.py
         subversion.rpath.fix.patch)
-md5sums=('8bf7637ac99368db0890e3f085fa690d' 'c5a2e490b3e58c6bd2ca3a2e72b71845'\
-         'a0db6dd43af33952739b6ec089852630' 'c459e299192552f61578f3438abf0664'\
-         '21bf3aa5b797ce98eba8307f30e9c070' '6b4340ba9d8845cd8497e013ae01be3f')
-sha1sums=('88a4a21509f9d8f95a64f7545f3294d356f619c8' '37796cd8222fd77c5ed1985d170bcdbc43907262'\
-         '73b36c046c09cec2093354911c89e3ba8056af6c' 'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'\
-         '87eec187de915f9ace925bd18385971cd8ea38e8' '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
 
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url="http://subversion.tigris.org/"
 provides=('svn')
 options=('!makeflags' '!libtool')
+optdepends=('gnome-keyring' 'kdeutils-kwallet')
 
 build() {
    cd $startdir/src/${pkgname}-${pkgver}
 
-   [ -z "${J2REDIR}" ] && . /etc/profile.d/openjdk6.sh
-   [ -z "${J2SDKDIR}" ] && . /etc/profile.d/openjdk6.sh
-
    patch -p0 < $srcdir/subversion.rpath.fix.patch || return 1
    autoreconf
    ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
                --with-zlib=/usr --with-neon=/usr --with-apxs \
                --with-sqlite=/usr \
-               --enable-javahl --with-jdk=/usr/lib/jvm/java-1.6.0-openjdk
+               --enable-javahl --with-gnome-keyring --with-kwallet
 
    (make external-all && make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all ) || return 1
 
@@ -77,3 +69,9 @@
    install -m 755 $startdir/src/svnmerge.py $startdir/pkg/usr/bin/svnmerge
    install -D -m 644 $startdir/src/subversion-$pkgver/COPYING $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }
+md5sums=('11e3fa838c9a558cadc378f2807572e2'
+         'c5a2e490b3e58c6bd2ca3a2e72b71845'
+         'a0db6dd43af33952739b6ec089852630'
+         'c459e299192552f61578f3438abf0664'
+         '21bf3aa5b797ce98eba8307f30e9c070'
+         '6b4340ba9d8845cd8497e013ae01be3f')




More information about the arch-commits mailing list