[arch-commits] Commit in subversion/repos (3 files)

Eric Bélanger eric at archlinux.org
Tue Aug 11 02:21:11 UTC 2009


    Date: Monday, August 10, 2009 @ 22:21:11
  Author: eric
Revision: 49514

Merged revisions 49429,49513 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/subversion/trunk

........
  r49429 | douglas | 2009-08-07 17:11:14 -0400 (Fri, 07 Aug 2009) | 2 lines
  
  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
........
  r49513 | eric | 2009-08-10 22:20:48 -0400 (Mon, 10 Aug 2009) | 2 lines
  
  upgpkg: subversion 1.6.4-2
      Rebuilt against ruby 1.9, Added gnome-keyring and kdelibs makedepends
........

Modified:
  subversion/repos/testing-x86_64/	(properties)
  subversion/repos/testing-x86_64/ChangeLog
  subversion/repos/testing-x86_64/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   26 ++++++++++++--------------
 2 files changed, 17 insertions(+), 14 deletions(-)


Property changes on: subversion/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /subversion/trunk:1-48509
   + /subversion/trunk:1-49513

Modified: testing-x86_64/ChangeLog
===================================================================
--- testing-x86_64/ChangeLog	2009-08-11 02:20:48 UTC (rev 49513)
+++ testing-x86_64/ChangeLog	2009-08-11 02:21:11 UTC (rev 49514)
@@ -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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-08-11 02:20:48 UTC (rev 49513)
+++ testing-x86_64/PKGBUILD	2009-08-11 02:21:11 UTC (rev 49514)
@@ -3,42 +3,34 @@
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=subversion
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=2
 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' 'gnome-keyring' 'kdelibs')
 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