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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 15:31:14
  Author: foutrelis
Revision: 400590

upgpkg: subversion 1.14.0-4: Python 3.9 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 15:15:30 UTC (rev 400589)
+++ PKGBUILD2020-11-12 15:31:14 UTC (rev 400590)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/;


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 06:17:11
  Author: foutrelis
Revision: 400035

upgpkg: subversion 1.14.0-3: Python 3.9 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 05:18:02 UTC (rev 400034)
+++ PKGBUILD2020-11-10 06:17:11 UTC (rev 400035)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/;
@@ -112,4 +112,3 @@
   ln -sf subversion "${pkgdir}"/usr/share/bash-completion/completions/${i}
done
 }
-


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

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 17:22:39
  Author: foutrelis
Revision: 389929

upgpkg: subversion 1.14.0-2: Perl 5.32 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 16:54:29 UTC (rev 389928)
+++ PKGBUILD2020-06-21 17:22:39 UTC (rev 389929)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/;


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 14:56:26
  Author: felixonmars
Revision: 387826

remove some redundant include path config

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 14:54:01 UTC (rev 387825)
+++ PKGBUILD2020-05-29 14:56:26 UTC (rev 387826)
@@ -63,9 +63,7 @@
 
 build() {
cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
-   --with-zlib=/usr --with-serf=/usr --with-apxs \
-   --with-sqlite=/usr \
+   ./configure --prefix=/usr --with-apxs \
--enable-javahl --with-jdk=/usr/lib/jvm/default \
--with-gnome-keyring --with-kwallet \
--with-apache-libexecdir=/usr/lib/httpd/modules \


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 14:54:01
  Author: felixonmars
Revision: 387825

remove py3c workarounds

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 14:30:13 UTC (rev 387824)
+++ PKGBUILD2020-05-29 14:54:01 UTC (rev 387825)
@@ -58,9 +58,6 @@
patch -p1 -i ../ruby-frozen-nil.patch
rm subversion/bindings/swig/proxy/*.swg
 
-   # The command line switch is broken
-   sed -i 's|/include|/include/python3.8/py3c|' build/ac-macros/py3c.m4
-
./autogen.sh
 }
 
@@ -68,7 +65,7 @@
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-serf=/usr --with-apxs \
-   --with-sqlite=/usr --with-py3c=/usr \
+   --with-sqlite=/usr \
--enable-javahl --with-jdk=/usr/lib/jvm/default \
--with-gnome-keyring --with-kwallet \
--with-apache-libexecdir=/usr/lib/httpd/modules \


[arch-commits] Commit in subversion/trunk (PKGBUILD ruby-27.patch)

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 14:29:52
  Author: felixonmars
Revision: 387823

upgpkg: subversion 1.14.0-1

Modified:
  subversion/trunk/PKGBUILD
Deleted:
  subversion/trunk/ruby-27.patch

---+
 PKGBUILD  |   32 +++-
 ruby-27.patch |   44 
 2 files changed, 15 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 13:03:38 UTC (rev 387822)
+++ PKGBUILD2020-05-29 14:29:52 UTC (rev 387823)
@@ -5,19 +5,19 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.13.0
-pkgrel=3
+pkgver=1.14.0
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/;
 license=('APACHE')
 depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
-makedepends=('apache' 'python2' 'perl' 'swig3' 'java-environment>=8'
+makedepends=('apache' 'python' 'python-py3c' 'perl' 'swig' 
'java-environment>=8'
  'libgnome-keyring' 'kwallet' 'kdelibs4support' 'ruby')
 optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
 'kwallet: for KWallet for auth credentials'
 'bash-completion: for svn bash completion'
-'python2: for some hook scripts'
+'python: for some hook scripts'
 'java-environment: for Java support'
 'ruby: for some hook scripts')
 checkdepends=('ruby-test-unit')
@@ -25,7 +25,6 @@
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!emptydirs')
 
source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
-ruby-27.patch
 svn
 svnserve.conf
 svnserve.tmpfiles
@@ -32,9 +31,8 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('36f390b412bf772bf894efc2aadc247f12ca30ac407e04f664c14411c3519e1bb242d1239f2f44cbcb86eafc7c413efc8eadbfe1d1e75118235a7b7adc6c85b2'
+sha512sums=('af6b706fdc91f7ab292fce9d9de582da306fd11e92767dc852687e71a6a8b65bb867fa70d5afd7f76a46005acb1b3c2d3193e690def48cd26875b3a7851cd13b'
 'SKIP'
-
'4057e4bb08da476c029629091f5c8a1c7c72104412baaf39b0e2bd69b64ff7963a1c10b210eb6e2275024cd3f697b7793f257a609c3278f31f5dec36d080594e'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
 
'7775f4da5003970c9ebdc2f696ba090df194a77d9daed791875488c943f72ae496b5f9cc6f3ff9f3f4de9f352a3b518137babdea38947d1a2d5dd16aa1844036'
@@ -49,18 +47,19 @@
   'A844790FB5743606EE95920776D788E1ED1A599C'
   '7B8CA7F6451AD89C8ADC077B376A3CFD110B1C95'
   '056F8016D9B87B1BDE41746799EC741B57921ACC'
-  '3F8E467CB3366E3013E1120D583F00ADF981C39F')
+  '3F8E467CB3366E3013E1120D583F00ADF981C39F'
+  '91BFBF4D6956BD5DF7B72D23DFE691AE331BA3DB')
 # Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin /
-# Stefan Fuhrmann / Stefan Hett (CODE SIGNING KEY) /Nathan Hartman (CODE 
SIGNING KEY)
+# Stefan Fuhrmann / Stefan Hett (CODE SIGNING KEY) /Nathan Hartman (CODE 
SIGNING KEY) / James McCoy
 
 prepare() {
cd ${pkgname}-${pkgver}
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../ruby-frozen-nil.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
rm subversion/bindings/swig/proxy/*.swg
 
-   patch -p1 < ../ruby-27.patch # 
https://issues.apache.org/jira/browse/SVN-4841
+   # The command line switch is broken
+   sed -i 's|/include|/include/python3.8/py3c|' build/ac-macros/py3c.m4
 
./autogen.sh
 }
@@ -67,10 +66,9 @@
 
 build() {
cd ${pkgname}-${pkgver}
-   export PYTHON=/usr/bin/python2
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-serf=/usr --with-apxs \
-   --with-sqlite=/usr \
+   --with-sqlite=/usr --with-py3c=/usr \
--enable-javahl --with-jdk=/usr/lib/jvm/default \
--with-gnome-keyring --with-kwallet \
--with-apache-libexecdir=/usr/lib/httpd/modules \
@@ -78,8 +76,8 @@
--disable-static
 
make LT_LDFLAGS="-L$Fdestdir/usr/lib"
-   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn SWIG=swig-3 swig-py 
swig-pl javahl swig-rb
+   make swig_pydir=/usr/lib/python3.8/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python3.8/site-packages/svn swig-py swig-pl 
javahl swig-rb
 }
 
 check() {
@@ -93,8 +91,8 @@
 
export LD_LIBRARY_PATH="${pkgdir}"/usr/lib:${LD_LIBRARY_PATH}
make 

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

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 11:25:54
  Author: foutrelis
Revision: 384297

upgpkg: subversion 1.13.0-3: reproducibility rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 11:25:29 UTC (rev 384296)
+++ PKGBUILD2020-05-16 11:25:54 UTC (rev 384297)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.13.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/;


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

2019-12-31 Thread Felix Yan via arch-commits
Date: Tuesday, December 31, 2019 @ 21:19:29
  Author: felixonmars
Revision: 372418

Ruby 2.7.0 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-31 20:35:15 UTC (rev 372417)
+++ PKGBUILD2019-12-31 21:19:29 UTC (rev 372418)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/;


[arch-commits] Commit in subversion/trunk (PKGBUILD ruby-27.patch)

2019-12-31 Thread Anatol Pomozov via arch-commits
Date: Tuesday, December 31, 2019 @ 20:34:21
  Author: anatolik
Revision: 372416

upgpkg: subversion 1.13.0-1: Ruby 2.7 rebuild

Added:
  subversion/trunk/ruby-27.patch
Modified:
  subversion/trunk/PKGBUILD

---+
 PKGBUILD  |4 
 ruby-27.patch |   44 
 2 files changed, 48 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-31 18:07:16 UTC (rev 372415)
+++ PKGBUILD2019-12-31 20:34:21 UTC (rev 372416)
@@ -25,6 +25,7 @@
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!emptydirs')
 
source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+ruby-27.patch
 svn
 svnserve.conf
 svnserve.tmpfiles
@@ -33,6 +34,7 @@
 ruby-frozen-nil.patch)
 
sha512sums=('36f390b412bf772bf894efc2aadc247f12ca30ac407e04f664c14411c3519e1bb242d1239f2f44cbcb86eafc7c413efc8eadbfe1d1e75118235a7b7adc6c85b2'
 'SKIP'
+
'4057e4bb08da476c029629091f5c8a1c7c72104412baaf39b0e2bd69b64ff7963a1c10b210eb6e2275024cd3f697b7793f257a609c3278f31f5dec36d080594e'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
 
'7775f4da5003970c9ebdc2f696ba090df194a77d9daed791875488c943f72ae496b5f9cc6f3ff9f3f4de9f352a3b518137babdea38947d1a2d5dd16aa1844036'
@@ -58,6 +60,8 @@
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
rm subversion/bindings/swig/proxy/*.swg
 
+   patch -p1 < ../ruby-27.patch # 
https://issues.apache.org/jira/browse/SVN-4841
+
./autogen.sh
 }
 

Added: ruby-27.patch
===
--- ruby-27.patch   (rev 0)
+++ ruby-27.patch   2019-12-31 20:34:21 UTC (rev 372416)
@@ -0,0 +1,44 @@
+commit 7aa586a6e7235bdbc7ad551e6853fe24a0dcf991
+Author: Anatol Pomozov 
+Date:   Tue Dec 31 08:48:46 2019 -0800
+
+Fix issue #4841: do not include internal ruby include paths
+
+Building subversion with ruby2.7 produces a compilation warning:
+
+subversion/bindings/swig/ruby/svn_client.c:1666:13: warning: implicit 
declaration of function ‘assert’ [-Wimplicit-function-declaration]
+ 1666 | assert(own); /* badly formed typemap which will lead to a memory 
leak - it must set and use own to delete *ptr */
+ | ^~
+
+And later tests fail with:
+
+/usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require': 
/build/subversion/src/subversion-1.13.0/subversion/bindings/swig/ruby/libsvn_swig_ruby/.libs/libsvn_swig_ruby-1.so.0:
 undefined symbol: assert - 
/build/subversion/src/subversion-1.13.0/subversion/bindings/swig/ruby/.ext/svn/ext/core.so
 (LoadError)
+from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in 
`require'
+from 
/build/subversion/src/subversion-1.13.0/subversion/bindings/swig/ruby/svn/error.rb:21:in
 `'
+from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in 
`require'
+from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in 
`require'
+from 
/build/subversion/src/subversion-1.13.0/subversion/bindings/swig/ruby/svn/core.rb:25:in
 `'
+from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in 
`require'
+from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in 
`require'
+from 
/build/subversion/src/subversion-1.13.0/subversion/bindings/swig/ruby/test/run-test.rb:47:in
 `'
+make: *** [Makefile:962: check-swig-rb] Error 1
+
+It turns out that ruby 2.7 added a new header file 
'$RUBY_TOP/ruby/assert.h'.
+Subversion includes both $RUBY_TOP and $RUBY_TOP/ruby and it makes 
"assert.h" to
+be resolved to ruby's version instead of libc one.
+
+To fix this problem subversion should use only $RUBY_TOP and avoid using 
internal ruby paths.
+
+diff --git a/build/ac-macros/swig.m4 b/build/ac-macros/swig.m4
+index bc2599038f..c707a8c282 100644
+--- a/build/ac-macros/swig.m4
 b/build/ac-macros/swig.m4
+@@ -230,7 +230,7 @@ AC_DEFUN(SVN_FIND_SWIG,
+ AC_CACHE_CHECK([for Ruby include path], [svn_cv_ruby_includes],[
+ if test -d "$rbconfig_rubyhdrdir"; then
+   dnl Ruby >=1.9
+-  svn_cv_ruby_includes="-I. -I$rbconfig_rubyhdrdir 
-I$rbconfig_rubyhdrdir/ruby -I$rbconfig_rubyhdrdir/ruby/backward"
++  svn_cv_ruby_includes="-I. -I$rbconfig_rubyhdrdir"
+   if test -d "$rbconfig_rubyarchhdrdir"; then
+ dnl Ruby >=2.0
+ svn_cv_ruby_includes="$svn_cv_ruby_includes 
-I$rbconfig_rubyarchhdrdir"


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 19:57:23
  Author: felixonmars
Revision: 368940

upgpkg: subversion 1.13.0-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:47:35 UTC (rev 368939)
+++ PKGBUILD2019-11-15 19:57:23 UTC (rev 368940)
@@ -5,7 +5,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.12.2
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
@@ -31,7 +31,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('b1f859b460afa54598778d8633f648acb4fa46138f7d6f0c1451e3c6a1de71df859233cd9ac7f19f0f20d7237ed3988f0a38da7552ffa58391e19d957bc7c136'
+sha512sums=('36f390b412bf772bf894efc2aadc247f12ca30ac407e04f664c14411c3519e1bb242d1239f2f44cbcb86eafc7c413efc8eadbfe1d1e75118235a7b7adc6c85b2'
 'SKIP'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
@@ -46,8 +46,10 @@
   '3D1DC66D6D2E0B9039528138C4A6C625CCC8E1DF'
   'A844790FB5743606EE95920776D788E1ED1A599C'
   '7B8CA7F6451AD89C8ADC077B376A3CFD110B1C95'
-  '056F8016D9B87B1BDE41746799EC741B57921ACC')
-# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin / Stefan Fuhrmann / Stefan Hett (CODE SIGNING KEY)
+  '056F8016D9B87B1BDE41746799EC741B57921ACC'
+  '3F8E467CB3366E3013E1120D583F00ADF981C39F')
+# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin /
+# Stefan Fuhrmann / Stefan Hett (CODE SIGNING KEY) /Nathan Hartman (CODE 
SIGNING KEY)
 
 prepare() {
cd ${pkgname}-${pkgver}


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 07:09:05
  Author: felixonmars
Revision: 358877

upgpkg: subversion 1.12.2-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-01 23:27:09 UTC (rev 358876)
+++ PKGBUILD2019-08-02 07:09:05 UTC (rev 358877)
@@ -5,14 +5,14 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.12.0
-pkgrel=3
+pkgver=1.12.2
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/;
 license=('APACHE')
 depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
-makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment>=8'
+makedepends=('apache' 'python2' 'perl' 'swig3' 'java-environment>=8'
  'libgnome-keyring' 'kwallet' 'kdelibs4support' 'ruby')
 optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
 'kwallet: for KWallet for auth credentials'
@@ -25,7 +25,6 @@
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!emptydirs')
 
source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
-
apr-1.7.patch::https://github.com/apache/subversion/commit/d67979e61f.patch
 svn
 svnserve.conf
 svnserve.tmpfiles
@@ -32,9 +31,8 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('87a00b23bdac63124fa00642e2ac7e6f7818b092bc6422cabdeb2ca8fbc8c481fb8c1e4fbd86aac94e8e1fc099fa163aa0609aca23265ceb96ef4ebe78a64c13'
+sha512sums=('b1f859b460afa54598778d8633f648acb4fa46138f7d6f0c1451e3c6a1de71df859233cd9ac7f19f0f20d7237ed3988f0a38da7552ffa58391e19d957bc7c136'
 'SKIP'
-
'a8363ff4d48a0bc03227ba3b2ec61c66b7c1ba6d84fe10800af2085a8d108033573f77a1967bd359e842ca9866d6841b57427eae139477f143856faff5bd95ec'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
 
'7775f4da5003970c9ebdc2f696ba090df194a77d9daed791875488c943f72ae496b5f9cc6f3ff9f3f4de9f352a3b518137babdea38947d1a2d5dd16aa1844036'
@@ -53,10 +51,10 @@
 
 prepare() {
cd ${pkgname}-${pkgver}
-   patch -p1 -i ../apr-1.7.patch
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../ruby-frozen-nil.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
+   rm subversion/bindings/swig/proxy/*.swg
 
./autogen.sh
 }
@@ -75,7 +73,7 @@
 
make LT_LDFLAGS="-L$Fdestdir/usr/lib"
make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn SWIG=swig-3 swig-py 
swig-pl javahl swig-rb
 }
 
 check() {


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

2019-06-06 Thread Evangelos Foutras via arch-commits
Date: Friday, June 7, 2019 @ 02:24:10
  Author: foutrelis
Revision: 355139

Revert SWIG 4 changes and rebuild with SWIG 3

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 21:44:21 UTC (rev 355138)
+++ PKGBUILD2019-06-07 02:24:10 UTC (rev 355139)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/;
@@ -56,13 +56,8 @@
patch -p1 -i ../apr-1.7.patch
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../ruby-frozen-nil.patch
-   sed -i '1s|/usr/bin/env python$|/usr/bin/env python2|' */*/*.py */*/*/*.py 
*/*/*/*/*.py
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
 
-   sed -i 's/-classic/-nofastunpack/' build.conf build-outputs.mk
-
-   # Use swig's new version
-   rm subversion/bindings/swig/proxy/*.swg 
#{perlrun,pyrun,python,rubydef,rubyhead,rubytracking,runtime,swigrun}.swg
-
./autogen.sh
 }
 


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

2019-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 20:03:00
  Author: felixonmars
Revision: 354549

Try to fix for SWIG 4 (WIP)

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 18:46:48 UTC (rev 354548)
+++ PKGBUILD2019-05-30 20:03:00 UTC (rev 354549)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/;
@@ -56,8 +56,13 @@
patch -p1 -i ../apr-1.7.patch
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../ruby-frozen-nil.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
+   sed -i '1s|/usr/bin/env python$|/usr/bin/env python2|' */*/*.py */*/*/*.py 
*/*/*/*/*.py
 
+   sed -i 's/-classic/-nofastunpack/' build.conf build-outputs.mk
+
+   # Use swig's new version
+   rm subversion/bindings/swig/proxy/*.swg 
#{perlrun,pyrun,python,rubydef,rubyhead,rubytracking,runtime,swigrun}.swg
+
./autogen.sh
 }
 


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

2019-05-26 Thread Antonio Rojas via arch-commits
Date: Sunday, May 26, 2019 @ 21:11:02
  Author: arojas
Revision: 354351

Revert unrelated changes

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-26 21:10:07 UTC (rev 354350)
+++ PKGBUILD2019-05-26 21:11:02 UTC (rev 354351)
@@ -57,7 +57,6 @@
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../ruby-frozen-nil.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
-   sed -e 's|-classic||' -i build.conf # Fix build with swig 4.0
 
./autogen.sh
 }
@@ -76,7 +75,7 @@
 
make LT_LDFLAGS="-L$Fdestdir/usr/lib"
make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb -j1
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb
 }
 
 check() {


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

2019-05-26 Thread Antonio Rojas via arch-commits
Date: Sunday, May 26, 2019 @ 21:10:07
  Author: arojas
Revision: 354350

https

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-26 21:09:35 UTC (rev 354349)
+++ PKGBUILD2019-05-26 21:10:07 UTC (rev 354350)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
-url="http://subversion.apache.org/;
+url="https://subversion.apache.org/;
 license=('APACHE')
 depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
 makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment>=8'
@@ -57,6 +57,7 @@
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../ruby-frozen-nil.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
+   sed -e 's|-classic||' -i build.conf # Fix build with swig 4.0
 
./autogen.sh
 }
@@ -75,7 +76,7 @@
 
make LT_LDFLAGS="-L$Fdestdir/usr/lib"
make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb -j1
 }
 
 check() {


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

2019-04-30 Thread Felix Yan via arch-commits
Date: Tuesday, April 30, 2019 @ 08:15:37
  Author: felixonmars
Revision: 352261

upgpkg: subversion 1.12.0-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-29 22:53:06 UTC (rev 352260)
+++ PKGBUILD2019-04-30 08:15:37 UTC (rev 352261)
@@ -5,7 +5,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.11.1
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
@@ -25,6 +25,7 @@
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!emptydirs')
 
source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+
apr-1.7.patch::https://github.com/apache/subversion/commit/d67979e61f.patch
 svn
 svnserve.conf
 svnserve.tmpfiles
@@ -31,8 +32,9 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('2d082f715bf592ffc6a19311a9320dbae2ff0ee126b0472ce1c3f10e9aee670f43d894889430e6d093620f7b69c611e9a26773bc7a2f8b599ec37540ecd84a8d'
+sha512sums=('87a00b23bdac63124fa00642e2ac7e6f7818b092bc6422cabdeb2ca8fbc8c481fb8c1e4fbd86aac94e8e1fc099fa163aa0609aca23265ceb96ef4ebe78a64c13'
 'SKIP'
+
'a8363ff4d48a0bc03227ba3b2ec61c66b7c1ba6d84fe10800af2085a8d108033573f77a1967bd359e842ca9866d6841b57427eae139477f143856faff5bd95ec'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
 
'7775f4da5003970c9ebdc2f696ba090df194a77d9daed791875488c943f72ae496b5f9cc6f3ff9f3f4de9f352a3b518137babdea38947d1a2d5dd16aa1844036'
@@ -51,9 +53,12 @@
 
 prepare() {
cd ${pkgname}-${pkgver}
+   patch -p1 -i ../apr-1.7.patch
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../ruby-frozen-nil.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
+
+   ./autogen.sh
 }
 
 build() {


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

2019-01-20 Thread Felix Yan via arch-commits
Date: Sunday, January 20, 2019 @ 13:34:26
  Author: felixonmars
Revision: 344535

upgpkg: subversion 1.11.1-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-20 12:30:04 UTC (rev 344534)
+++ PKGBUILD2019-01-20 13:34:26 UTC (rev 344535)
@@ -5,8 +5,8 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.11.1
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="http://subversion.apache.org/;
@@ -31,7 +31,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('d73cc800080529b1716a027fd3001d9c963a3cb69619d059498c9942621a2985d1eeb5e1bff8d421fff477a9dff6f9be1c092470152452cf5e7175414e92'
+sha512sums=('2d082f715bf592ffc6a19311a9320dbae2ff0ee126b0472ce1c3f10e9aee670f43d894889430e6d093620f7b69c611e9a26773bc7a2f8b599ec37540ecd84a8d'
 'SKIP'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'


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

2019-01-06 Thread Evangelos Foutras via arch-commits
Date: Monday, January 7, 2019 @ 01:35:25
  Author: foutrelis
Revision: 343057

Ruby 2.6.0 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 01:08:53 UTC (rev 343056)
+++ PKGBUILD2019-01-07 01:35:25 UTC (rev 343057)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="http://subversion.apache.org/;


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

2018-10-31 Thread Felix Yan via arch-commits
Date: Wednesday, October 31, 2018 @ 19:53:44
  Author: felixonmars
Revision: 337647

upgpkg: subversion 1.11.0-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-31 16:46:00 UTC (rev 337646)
+++ PKGBUILD2018-10-31 19:53:44 UTC (rev 337647)
@@ -5,7 +5,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.10.3
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 url="http://subversion.apache.org/;
 license=('APACHE')
 depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
-makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment<10'
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment>=8'
  'libgnome-keyring' 'kwallet' 'kdelibs4support' 'ruby')
 optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
 'kwallet: for KWallet for auth credentials'
@@ -31,7 +31,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('e753c76be2c7a7d1e47ef70a417f33ad48a5076ddbe02062b478b0baf8ce063f101aab3a86895e33f6277f273917b87d8c07b002e3e4f9fe3a750a2f8142ef6d'
+sha512sums=('d73cc800080529b1716a027fd3001d9c963a3cb69619d059498c9942621a2985d1eeb5e1bff8d421fff477a9dff6f9be1c092470152452cf5e7175414e92'
 'SKIP'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'


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

2018-10-10 Thread Felix Yan via arch-commits
Date: Wednesday, October 10, 2018 @ 19:48:56
  Author: felixonmars
Revision: 336110

upgpkg: subversion 1.10.3-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-10 17:38:23 UTC (rev 336109)
+++ PKGBUILD2018-10-10 19:48:56 UTC (rev 336110)
@@ -5,8 +5,8 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.10.2
-pkgrel=2
+pkgver=1.10.3
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="http://subversion.apache.org/;
@@ -31,7 +31,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('ccbe860ec93a198745e40620cb7e005a85797e344a99ddbc0e24c32ad846976eae35cf5b3d62ba5751b998f0d40bbebbba72f484d92c92693bbb2112c989b129'
+sha512sums=('e753c76be2c7a7d1e47ef70a417f33ad48a5076ddbe02062b478b0baf8ce063f101aab3a86895e33f6277f273917b87d8c07b002e3e4f9fe3a750a2f8142ef6d'
 'SKIP'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
@@ -45,8 +45,9 @@
   'E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74'
   '3D1DC66D6D2E0B9039528138C4A6C625CCC8E1DF'
   'A844790FB5743606EE95920776D788E1ED1A599C'
-  '7B8CA7F6451AD89C8ADC077B376A3CFD110B1C95')
-# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin / Stefan Hett (CODE SIGNING KEY)
+  '7B8CA7F6451AD89C8ADC077B376A3CFD110B1C95'
+  '056F8016D9B87B1BDE41746799EC741B57921ACC')
+# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin / Stefan Fuhrmann / Stefan Hett (CODE SIGNING KEY)
 
 prepare() {
cd ${pkgname}-${pkgver}


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

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 10:28:03
  Author: foutrelis
Revision: 330144

Perl 5.28 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 10:22:04 UTC (rev 330143)
+++ PKGBUILD2018-08-01 10:28:03 UTC (rev 330144)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="http://subversion.apache.org/;


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

2018-07-28 Thread Felix Yan via arch-commits
Date: Saturday, July 28, 2018 @ 15:34:57
  Author: felixonmars
Revision: 329639

upgpkg: subversion 1.10.2-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-28 14:29:06 UTC (rev 329638)
+++ PKGBUILD2018-07-28 15:34:57 UTC (rev 329639)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.10.0
-pkgrel=3
+pkgver=1.10.2
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="http://subversion.apache.org/;
@@ -32,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('26e49c961d54c4e78067caa202f384c36544e0ce7506abbffe73e59186ac34559a70cbd6c0934ed47dcc5c3580fce0f0cc2ef14b77695c26e8dbbc6358d1ec6a'
+sha512sums=('ccbe860ec93a198745e40620cb7e005a85797e344a99ddbc0e24c32ad846976eae35cf5b3d62ba5751b998f0d40bbebbba72f484d92c92693bbb2112c989b129'
 'SKIP'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
@@ -45,8 +45,9 @@
   'BA3C15B1337CF0FB222BD41A1BCA6586A347943F'
   'E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74'
   '3D1DC66D6D2E0B9039528138C4A6C625CCC8E1DF'
-  'A844790FB5743606EE95920776D788E1ED1A599C')
-# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin
+  'A844790FB5743606EE95920776D788E1ED1A599C'
+  '7B8CA7F6451AD89C8ADC077B376A3CFD110B1C95')
+# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin / Stefan Hett (CODE SIGNING KEY)
 
 prepare() {
cd ${pkgname}-${pkgver}


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

2018-07-14 Thread Antonio Rojas via arch-commits
Date: Saturday, July 14, 2018 @ 15:49:19
  Author: arojas
Revision: 328661

libutf8proc 2.1.1 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-14 13:51:55 UTC (rev 328660)
+++ PKGBUILD2018-07-14 15:49:19 UTC (rev 328661)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="http://subversion.apache.org/;


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 10:26:36
  Author: felixonmars
Revision: 324456

upgpkg: subversion 1.10.0-2

switch to kf5 (FS#58622)

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 10:14:39 UTC (rev 324455)
+++ PKGBUILD2018-05-17 10:26:36 UTC (rev 324456)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="http://subversion.apache.org/;
@@ -14,9 +14,9 @@
 license=('APACHE')
 depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
 makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment<10'
- 'libgnome-keyring' 'kdelibs' 'ruby')
+ 'libgnome-keyring' 'kwallet' 'kdelibs4support' 'ruby')
 optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
-'kdebase-runtime: for KWallet for auth credentials'
+'kwallet: for KWallet for auth credentials'
 'bash-completion: for svn bash completion'
 'python2: for some hook scripts'
 'java-environment: for Java support'


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

2018-05-16 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 17:12:37
  Author: felixonmars
Revision: 324368

upgpkg: subversion 1.10.0-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 15:43:27 UTC (rev 324367)
+++ PKGBUILD2018-05-16 17:12:37 UTC (rev 324368)
@@ -6,14 +6,14 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.7
-pkgrel=4
+pkgver=1.10.0
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="http://subversion.apache.org/;
 license=('APACHE')
-depends=('sqlite' 'file' 'serf' 'systemd')
-makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment'
+depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment<10'
  'libgnome-keyring' 'kdelibs' 'ruby')
 optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
 'kdebase-runtime: for KWallet for auth credentials'
@@ -21,6 +21,7 @@
 'python2: for some hook scripts'
 'java-environment: for Java support'
 'ruby: for some hook scripts')
+checkdepends=('ruby-test-unit')
 provides=('svn')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!emptydirs')
@@ -31,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('a55efd3edaddbc099450d849fcc6fe5a8d20b85ece966d8ac2fd73ee9cb4255a0349bbcfceb4e9fca6daf054ce7c648eff8d273c6873f5dade6e62dcea7eeb2b'
+sha512sums=('26e49c961d54c4e78067caa202f384c36544e0ce7506abbffe73e59186ac34559a70cbd6c0934ed47dcc5c3580fce0f0cc2ef14b77695c26e8dbbc6358d1ec6a'
 'SKIP'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
@@ -43,8 +44,9 @@
   '8BC4DAE0C5A4D65F404401074F7DBAA99A59B973'
   'BA3C15B1337CF0FB222BD41A1BCA6586A347943F'
   'E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74'
-  '3D1DC66D6D2E0B9039528138C4A6C625CCC8E1DF')
-# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben
+  '3D1DC66D6D2E0B9039528138C4A6C625CCC8E1DF'
+  'A844790FB5743606EE95920776D788E1ED1A599C')
+# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin
 
 prepare() {
cd ${pkgname}-${pkgver}


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

2018-01-02 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 3, 2018 @ 07:52:19
  Author: foutrelis
Revision: 313957

Ruby 2.5.0 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-03 07:39:34 UTC (rev 313956)
+++ PKGBUILD2018-01-03 07:52:19 UTC (rev 313957)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.9.7
-pkgrel=3
+pkgrel=4
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="http://subversion.apache.org/;


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

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 13:30:09
  Author: foutrelis
Revision: 303923

Perl versioned binary modules rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 12:58:12 UTC (rev 303922)
+++ PKGBUILD2017-08-26 13:30:09 UTC (rev 303923)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.9.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/;


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

2017-08-24 Thread Evangelos Foutras
Date: Thursday, August 24, 2017 @ 14:25:31
  Author: foutrelis
Revision: 303468

Perl versioned binary modules rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-24 14:17:50 UTC (rev 303467)
+++ PKGBUILD2017-08-24 14:25:31 UTC (rev 303468)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/;


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:46:18
  Author: felixonmars
Revision: 301864

upgpkg: subversion 1.9.7-1

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:38:34 UTC (rev 301863)
+++ PKGBUILD2017-08-10 19:46:18 UTC (rev 301864)
@@ -6,7 +6,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.6
+pkgver=1.9.7
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('bdca362ff45a7f028e2123efbc9bfd41a07e6ebdfcf62627ce24f413e0304b45011bbac1f142ceb1c031a07622c06786982f86cd9109065cae5e26fd689fc11e'
+sha512sums=('a55efd3edaddbc099450d849fcc6fe5a8d20b85ece966d8ac2fd73ee9cb4255a0349bbcfceb4e9fca6daf054ce7c648eff8d273c6873f5dade6e62dcea7eeb2b'
 'SKIP'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'


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

2017-07-11 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 07:52:19
  Author: felixonmars
Revision: 300075

upgpkg: subversion 1.9.6-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 07:26:06 UTC (rev 300074)
+++ PKGBUILD2017-07-11 07:52:19 UTC (rev 300075)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.5
-pkgrel=3
+pkgver=1.9.6
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/;
@@ -31,14 +31,14 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-md5sums=('9fcbae352a5efe73d46a88c97c6bba14'
- 'SKIP'
- 'a0db6dd43af33952739b6ec089852630'
- 'af1dd703cc28e61d2e2a132ce3eec37a'
- 'bb2857eceafcfac35dde39dcffad2314'
- '733011145b8a8e74baf4c9fc9197b3e8'
- '31c0f079a0b0815d6af5673ab7be96af'
- '6b1e5abe57edcc662582bcf05fee34bb')
+sha512sums=('bdca362ff45a7f028e2123efbc9bfd41a07e6ebdfcf62627ce24f413e0304b45011bbac1f142ceb1c031a07622c06786982f86cd9109065cae5e26fd689fc11e'
+'SKIP'
+
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
+
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
+
'7775f4da5003970c9ebdc2f696ba090df194a77d9daed791875488c943f72ae496b5f9cc6f3ff9f3f4de9f352a3b518137babdea38947d1a2d5dd16aa1844036'
+
'8cc23ae71bd7ce7c337eaf12929f1af0a11b55250808e88f06397b874daf2efb9491c464be3d082d937a82c2b0b7c3ed06d6695cfd8a3fda1f803bbfd15837de'
+
'60d538160e738eb3b3e84a3881fe5a8d75c79053d3f31c4c29ef6ace6ccc5dd4367ed712766c911bae3436e9706e4dd144b270bb45161a6c1834a37e154d0440'
+
'bb772e55acd9601121ad06b254c364e8d8cf772ca59b8df0cf4c5c5ecba110d4108d0363672f121f770550cdd052802474029e57643258f398aacd2b63ccb898')
 validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01'
   '8BC4DAE0C5A4D65F404401074F7DBAA99A59B973'
   'BA3C15B1337CF0FB222BD41A1BCA6586A347943F'


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

2017-06-01 Thread Evangelos Foutras
Date: Thursday, June 1, 2017 @ 12:17:38
  Author: foutrelis
Revision: 297271

Perl 5.26 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 12:16:28 UTC (rev 297270)
+++ PKGBUILD2017-06-01 12:17:38 UTC (rev 297271)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.9.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/;


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

2017-05-18 Thread Christian Hesse
Date: Thursday, May 18, 2017 @ 12:08:08
  Author: eworm
Revision: 296255

remove install file (pacman hooks!)

Modified:
  subversion/trunk/PKGBUILD
Deleted:
  subversion/trunk/subversion.install

+
 PKGBUILD   |1 -
 subversion.install |7 ---
 2 files changed, 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-18 12:05:46 UTC (rev 296254)
+++ PKGBUILD2017-05-18 12:08:08 UTC (rev 296255)
@@ -24,7 +24,6 @@
 provides=('svn')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!emptydirs')
-install=${pkgname}.install
 
source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
 svn
 svnserve.conf

Deleted: subversion.install
===
--- subversion.install  2017-05-18 12:05:46 UTC (rev 296254)
+++ subversion.install  2017-05-18 12:08:08 UTC (rev 296255)
@@ -1,7 +0,0 @@
-post_install() {
-   usr/bin/systemd-tmpfiles --create svnserve.conf || true
-}
-
-post_upgrade() {
-   post_install
-}


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

2017-01-09 Thread Bartłomiej Piotrowski
Date: Monday, January 9, 2017 @ 18:38:13
  Author: bpiotrowski
Revision: 285588

Ruby 2.4.0 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-09 18:18:06 UTC (rev 285587)
+++ PKGBUILD2017-01-09 18:38:13 UTC (rev 285588)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/;


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

2016-12-06 Thread Anatol Pomozov
Date: Tuesday, December 6, 2016 @ 22:47:28
  Author: anatolik
Revision: 282891

upgpkg: subversion 1.9.5-1

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-06 20:57:59 UTC (rev 282890)
+++ PKGBUILD2016-12-06 22:47:28 UTC (rev 282891)
@@ -6,7 +6,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.4
+pkgver=1.9.5
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-md5sums=('29121a038f87641055a8183f49e9739f'
+md5sums=('9fcbae352a5efe73d46a88c97c6bba14'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'
@@ -43,8 +43,9 @@
 validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01'
   '8BC4DAE0C5A4D65F404401074F7DBAA99A59B973'
   'BA3C15B1337CF0FB222BD41A1BCA6586A347943F'
-  'E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74')
-# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov
+  'E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74'
+  '3D1DC66D6D2E0B9039528138C4A6C625CCC8E1DF')
+# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben
 
 prepare() {
cd ${pkgname}-${pkgver}


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

2016-08-20 Thread Felix Yan
Date: Saturday, August 20, 2016 @ 15:03:10
  Author: felixonmars
Revision: 274073

use https source as suggested by fnodeuser

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-20 10:22:55 UTC (rev 274072)
+++ PKGBUILD2016-08-20 15:03:10 UTC (rev 274073)
@@ -25,7 +25,7 @@
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!emptydirs')
 install=${pkgname}.install
-source=(http://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
 svn
 svnserve.conf
 svnserve.tmpfiles


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

2016-05-11 Thread Felix Yan
Date: Wednesday, May 11, 2016 @ 09:27:14
  Author: fyan
Revision: 267784

prepare 1.9.4, fixing python tests

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 07:23:31 UTC (rev 267783)
+++ PKGBUILD2016-05-11 07:27:14 UTC (rev 267784)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.3
-pkgrel=2
+pkgver=1.9.4
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/;
@@ -32,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 fix_ruby22_tests.patch)
-md5sums=('243036eb28b50ce517fc228eb3250add'
+md5sums=('29121a038f87641055a8183f49e9739f'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'
@@ -50,7 +50,7 @@
cd ${pkgname}-${pkgver}
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../fix_ruby22_tests.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
 }
 
 build() {


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

2015-12-28 Thread Evangelos Foutras
Date: Tuesday, December 29, 2015 @ 00:13:49
  Author: foutrelis
Revision: 257346

Ruby 2.3.0 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 22:12:02 UTC (rev 257345)
+++ PKGBUILD2015-12-28 23:13:49 UTC (rev 257346)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/;


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

2015-12-15 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 15:51:14
  Author: fyan
Revision: 256188

upgpkg: subversion 1.9.3-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 14:31:34 UTC (rev 256187)
+++ PKGBUILD2015-12-15 14:51:14 UTC (rev 256188)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.2
-pkgrel=3
+pkgver=1.9.3
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/;
@@ -32,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 fix_ruby22_tests.patch)
-md5sums=('0a7e55bb58fe77072f19e108a56b468b'
+md5sums=('243036eb28b50ce517fc228eb3250add'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:15:47
  Author: foutrelis
Revision: 252838

C++11 ABI rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:03:01 UTC (rev 252837)
+++ PKGBUILD2015-12-06 16:15:47 UTC (rev 252838)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/;


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

2015-12-06 Thread foutrelis2
Date: Sunday, December 6, 2015 @ 09:17:45
  Author: foutrelis2
Revision: 252659

C++11 ABI rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 08:17:06 UTC (rev 252658)
+++ PKGBUILD2015-12-06 08:17:45 UTC (rev 252659)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/;


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

2015-09-22 Thread Felix Yan
Date: Wednesday, September 23, 2015 @ 06:16:06
  Author: fyan
Revision: 247101

upgpkg: subversion 1.9.2-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 02:59:39 UTC (rev 247100)
+++ PKGBUILD2015-09-23 04:16:06 UTC (rev 247101)
@@ -6,7 +6,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 fix_ruby22_tests.patch)
-md5sums=('8e879b61fffe3ac0cf16aeae1e8eda32'
+md5sums=('0a7e55bb58fe77072f19e108a56b468b'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'
@@ -42,7 +42,9 @@
  'e5a59f43af24c103477e09bc1120831d')
 validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01'
   '8BC4DAE0C5A4D65F404401074F7DBAA99A59B973'
-  'BA3C15B1337CF0FB222BD41A1BCA6586A347943F')  # Ben Reser / 
Stefan Sperling / Branko Čibej
+  'BA3C15B1337CF0FB222BD41A1BCA6586A347943F'
+  'E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74')
+# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov
 
 prepare() {
cd ${pkgname}-${pkgver}


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 08:56:45
  Author: fyan
Revision: 245262

upgpkg: subversion 1.9.1-1

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 06:52:35 UTC (rev 245261)
+++ PKGBUILD2015-09-04 06:56:45 UTC (rev 245262)
@@ -6,7 +6,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 fix_ruby22_tests.patch)
-md5sums=('20ae7b0d4ef07eeaf73eb4e23317b495'
+md5sums=('8e879b61fffe3ac0cf16aeae1e8eda32'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'


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

2015-04-01 Thread Felix Yan
Date: Wednesday, April 1, 2015 @ 08:32:53
  Author: fyan
Revision: 235314

upgpkg: subversion 1.8.13-1

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 22:52:56 UTC (rev 235313)
+++ PKGBUILD2015-04-01 06:32:53 UTC (rev 235314)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.8.11
-pkgrel=2
+pkgver=1.8.13
+pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -32,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 fix_ruby22_tests.patch)
-md5sums=('766a89388f8eb76166672d3b9e49'
+md5sums=('4413417b529d7bdf82f74e50df02e88b'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'
@@ -40,7 +40,8 @@
  '733011145b8a8e74baf4c9fc9197b3e8'
  '6b4340ba9d8845cd8497e013ae01be3f'
  'e5a59f43af24c103477e09bc1120831d')
-validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01')  # Ben Reser
+validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01'
+  '8BC4DAE0C5A4D65F404401074F7DBAA99A59B973')  # Ben Reser / 
Stefan Sperling
 
 prepare() {
cd ${pkgname}-${pkgver}


[arch-commits] Commit in subversion/trunk (PKGBUILD fix_ruby22_tests.patch)

2014-12-30 Thread Anatol Pomozov
Date: Tuesday, December 30, 2014 @ 15:59:18
  Author: anatolik
Revision: 228174

upgpkg: subversion 1.8.11-2

ruby 2.2 rebuild
fix swig tests broken because of ruby2.2 test api changes

Added:
  subversion/trunk/fix_ruby22_tests.patch
Modified:
  subversion/trunk/PKGBUILD

+
 PKGBUILD   |9 +-
 fix_ruby22_tests.patch |  174 +++
 2 files changed, 180 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-30 12:50:47 UTC (rev 228173)
+++ PKGBUILD2014-12-30 14:59:18 UTC (rev 228174)
@@ -7,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.8.11
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -30,7 +30,8 @@
 svnserve.conf
 svnserve.tmpfiles
 svnserve.service
-subversion.rpath.fix.patch)
+subversion.rpath.fix.patch
+fix_ruby22_tests.patch)
 md5sums=('766a89388f8eb76166672d3b9e49'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
@@ -37,12 +38,14 @@
  'af1dd703cc28e61d2e2a132ce3eec37a'
  'bb2857eceafcfac35dde39dcffad2314'
  '733011145b8a8e74baf4c9fc9197b3e8'
- '6b4340ba9d8845cd8497e013ae01be3f')
+ '6b4340ba9d8845cd8497e013ae01be3f'
+ 'e5a59f43af24c103477e09bc1120831d')
 validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01')  # Ben Reser
 
 prepare() {
cd ${pkgname}-${pkgver}
patch -Np0 -i ../subversion.rpath.fix.patch
+   patch -p1 -i ../fix_ruby22_tests.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
 }
 

Added: fix_ruby22_tests.patch
===
--- fix_ruby22_tests.patch  (rev 0)
+++ fix_ruby22_tests.patch  2014-12-30 14:59:18 UTC (rev 228174)
@@ -0,0 +1,174 @@
+commit 1bf46d7f134b24a8f594a0e108056aed67759590
+Author: Anatol Pomozov anatol.pomo...@gmail.com
+Date:   Tue Dec 30 04:50:55 2014 -0800
+
+Fix test for ruby 2.2
+
+The main source of problems with ruby 2.2 is that it uses new test-unit 
framework
+that changes some API.
+
+In partcular all assert_* functions are void, but our tests expect bool. 
Change tests and do
+not check output of assert_* functions.
+
+Do not override TestCase::inherit function as it is used by the framework 
itself.
+
+In ruby 2.2 bool is frozen object so we cannot modify it.
+
+diff --git a/subversion/bindings/swig/ruby/test/my-assertions.rb 
b/subversion/bindings/swig/ruby/test/my-assertions.rb
+index 77c42e7..91f7ad8 100644
+--- a/subversion/bindings/swig/ruby/test/my-assertions.rb
 b/subversion/bindings/swig/ruby/test/my-assertions.rb
+@@ -24,41 +24,13 @@ module Test
+   module Unit
+ module Assertions
+ 
+-  # make an intermediary assertion block handler
+-  def _my_assert_block(block)
+-   if RUBY_VERSION  '1.9'
+- assert_block do
+-   yield
+- end
+-   else
+- _wrap_assertion do
+-   yield
+- end
+-   end
+-  end
+-
+-  def assert_true(boolean, message=nil)
+-_my_assert_block do
+-  assert_equal(true, boolean, message)
+-end
+-  end
+-
+-  def assert_false(boolean, message=nil)
+-_my_assert_block do
+-  assert_equal(false, boolean, message)
+-end
+-  end
+-
+   def assert_nested_sorted_array(expected, actual, message=nil)
+-_my_assert_block do
+   assert_equal(expected.collect {|elem| elem.sort},
+actual.collect {|elem| elem.sort},
+message)
+-end
+   end
+ 
+   def assert_equal_log_entries(expected, actual, message=nil)
+-_my_assert_block do
+   actual = actual.collect do |entry|
+ changed_paths = entry.changed_paths
+ changed_paths.each_key do |path|
+@@ -73,7 +45,6 @@ module Test
+  entry.has_children?]
+   end
+   assert_equal(expected, actual, message)
+-end
+   end
+ end
+   end
+diff --git a/subversion/bindings/swig/ruby/test/test-unit-ext.rb 
b/subversion/bindings/swig/ruby/test/test-unit-ext.rb
+index ce88d75..62a1508 100644
+--- a/subversion/bindings/swig/ruby/test/test-unit-ext.rb
 b/subversion/bindings/swig/ruby/test/test-unit-ext.rb
+@@ -18,6 +18,6 @@
+ # 
+ 
+ require test-unit-ext/always-show-result if RUBY_VERSION  '1.9.3'
+-require test-unit-ext/priority
++#require test-unit-ext/priority
+ require test-unit-ext/backtrace-filter if RUBY_VERSION  '1.9.3'
+ require test-unit-ext/long-display-for-emacs if RUBY_VERSION  '1.9.3'
+diff --git a/subversion/bindings/swig/ruby/test/test_delta.rb 

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

2014-12-15 Thread Felix Yan
Date: Tuesday, December 16, 2014 @ 06:07:55
  Author: fyan
Revision: 227635

upgpkg: subversion 1.8.11-1

upstream new release

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 04:08:42 UTC (rev 227634)
+++ PKGBUILD2014-12-16 05:07:55 UTC (rev 227635)
@@ -6,7 +6,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.8.10
+pkgver=1.8.11
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('3068256761b40863df96128834d6b71b'
+md5sums=('766a89388f8eb76166672d3b9e49'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'


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

2014-11-24 Thread Felix Yan
Date: Tuesday, November 25, 2014 @ 02:08:07
  Author: fyan
Revision: 227070

specify with-jdk to workaround jdk detection

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-24 21:38:02 UTC (rev 227069)
+++ PKGBUILD2014-11-25 01:08:07 UTC (rev 227070)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Paul Mattal p...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
@@ -13,7 +13,7 @@
 url=http://subversion.apache.org/;
 license=('APACHE')
 depends=('sqlite' 'file' 'serf' 'systemd')
-makedepends=('apache' 'python2' 'perl' 'swig' 'java-runtime' 'java-environment'
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment'
  'libgnome-keyring' 'kdelibs' 'ruby')
 optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
 'kdebase-runtime: for KWallet for auth credentials'
@@ -38,6 +38,7 @@
  'bb2857eceafcfac35dde39dcffad2314'
  '733011145b8a8e74baf4c9fc9197b3e8'
  '6b4340ba9d8845cd8497e013ae01be3f')
+validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01')  # Ben Reser
 
 prepare() {
cd ${pkgname}-${pkgver}
@@ -51,7 +52,8 @@
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-serf=/usr --with-apxs \
--with-sqlite=/usr \
-   --enable-javahl --with-gnome-keyring --with-kwallet \
+   --enable-javahl --with-jdk=/usr/lib/jvm/default \
+   --with-gnome-keyring --with-kwallet \
--with-apache-libexecdir=/usr/lib/httpd/modules \
--with-ruby-sitedir=/usr/lib/ruby/vendor_ruby \
--disable-static


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

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 10:00:13
  Author: fyan
Revision: 219606

upgpkg: subversion 1.8.10-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 07:04:25 UTC (rev 219605)
+++ PKGBUILD2014-08-12 08:00:13 UTC (rev 219606)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.8.9
-pkgrel=2
+pkgver=1.8.10
+pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -31,7 +31,7 @@
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('bd495517a760ddd764ce449a891971db'
+md5sums=('3068256761b40863df96128834d6b71b'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'



[arch-commits] Commit in subversion/trunk (PKGBUILD svnserve.service)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:36:35
  Author: fyan
Revision: 213786

upgpkg: subversion 1.8.9-2

Modified:
  subversion/trunk/PKGBUILD
  subversion/trunk/svnserve.service

--+
 PKGBUILD |   17 +
 svnserve.service |2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 04:35:48 UTC (rev 213785)
+++ PKGBUILD2014-05-29 04:36:35 UTC (rev 213786)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Paul Mattal p...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
@@ -6,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.8.9
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -35,7 +36,7 @@
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'
  'bb2857eceafcfac35dde39dcffad2314'
- 'e8020c7a1d1a0c47091b5fdd034f81c5'
+ '733011145b8a8e74baf4c9fc9197b3e8'
  '6b4340ba9d8845cd8497e013ae01be3f')
 
 prepare() {
@@ -60,11 +61,11 @@
  swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb
 }
 
-#check() {
-#   cd ${pkgname}-${pkgver}
-#   export LANG=C LC_ALL=C
-#   make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes # 
check-javahl
-#}
+check() {
+   cd ${pkgname}-${pkgver}
+   export LANG=C LC_ALL=C
+   make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes # 
check-javahl
+}
 
 package() {
cd ${pkgname}-${pkgver}

Modified: svnserve.service
===
--- svnserve.service2014-05-29 04:35:48 UTC (rev 213785)
+++ svnserve.service2014-05-29 04:36:35 UTC (rev 213786)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 EnvironmentFile=/etc/conf.d/svnserve
-ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid 
$SVNSERVE_ARGS
+ExecStart=/usr/bin/svnserve --daemon $SVNSERVE_ARGS
 
 [Install]
 WantedBy=multi-user.target



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

2014-05-15 Thread Felix Yan
Date: Thursday, May 15, 2014 @ 13:26:35
  Author: fyan
Revision: 212801

upgpkg: subversion 1.8.9-1

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-15 10:45:27 UTC (rev 212800)
+++ PKGBUILD2014-05-15 11:26:35 UTC (rev 212801)
@@ -5,7 +5,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.8.8
+pkgver=1.8.9
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
@@ -15,11 +15,11 @@
 makedepends=('apache' 'python2' 'perl' 'swig' 'java-runtime' 'java-environment'
  'libgnome-keyring' 'kdelibs' 'ruby')
 optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
-'kdeutils-kwallet: for KWallet for auth credentials'
+'kdebase-runtime: for KWallet for auth credentials'
 'bash-completion: for svn bash completion'
 'python2: for some hook scripts'
-'java-environment: for Java support'
-'ruby: for some hook scripts')
+'java-environment: for Java support'
+'ruby: for some hook scripts')
 provides=('svn')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!emptydirs')
@@ -30,10 +30,10 @@
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('db04a587c68e38da6d0e342e6508f514'
+md5sums=('bd495517a760ddd764ce449a891971db'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
- 'c459e299192552f61578f3438abf0664'
+ 'af1dd703cc28e61d2e2a132ce3eec37a'
  'bb2857eceafcfac35dde39dcffad2314'
  'e8020c7a1d1a0c47091b5fdd034f81c5'
  '6b4340ba9d8845cd8497e013ae01be3f')



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

2014-02-27 Thread Pierre Schmitz
Date: Friday, February 28, 2014 @ 07:50:26
  Author: pierre
Revision: 206497

upgpkg: subversion 1.8.8-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-28 04:35:12 UTC (rev 206496)
+++ PKGBUILD2014-02-28 06:50:26 UTC (rev 206497)
@@ -5,8 +5,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.8.5
-pkgrel=3
+pkgver=1.8.8
+pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -30,7 +30,7 @@
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('77349caf0ef5a612c9718c53516a9934'
+md5sums=('db04a587c68e38da6d0e342e6508f514'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'



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

2014-02-16 Thread Andreas Radke
Date: Sunday, February 16, 2014 @ 11:52:56
  Author: andyrtr
Revision: 206045

upgpkg: subversion 1.8.5-3

rebuild after dropping BerkeleyDB support from apr-util; FS#38935

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-16 10:34:31 UTC (rev 206044)
+++ PKGBUILD2014-02-16 10:52:56 UTC (rev 206045)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -49,7 +49,7 @@
export PYTHON=/usr/bin/python2
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-serf=/usr --with-apxs \
-   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
+   --with-sqlite=/usr \
--enable-javahl --with-gnome-keyring --with-kwallet \
--with-apache-libexecdir=/usr/lib/httpd/modules \
--with-ruby-sitedir=/usr/lib/ruby/vendor_ruby \



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 18:10:19
  Author: bpiotrowski
Revision: 204048

upgpkg: subversion 1.8.5-2

rebuild against ruby 2.1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:59:02 UTC (rev 204047)
+++ PKGBUILD2014-01-14 17:10:19 UTC (rev 204048)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;



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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 10:18:28
  Author: angvp
Revision: 200378

upgpkg: subversion 1.8.5-1

Version bump to 1.8.5

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 08:49:58 UTC (rev 200377)
+++ PKGBUILD2013-11-27 09:18:28 UTC (rev 200378)
@@ -5,7 +5,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.8.3
+pkgver=1.8.5
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('7d7bd97347a4491e1ffb529563ce2e9e'
+md5sums=('77349caf0ef5a612c9718c53516a9934'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'
@@ -97,3 +97,4 @@
   ln -sf subversion ${pkgdir}/usr/share/bash-completion/completions/${i}
done
 }
+



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

2013-09-15 Thread Ángel Velásquez
Date: Monday, September 16, 2013 @ 06:48:58
  Author: angvp
Revision: 194399

upgpkg: subversion 1.8.3-1

Version bump + rebuilt against new serf

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 01:46:20 UTC (rev 194398)
+++ PKGBUILD2013-09-16 04:48:58 UTC (rev 194399)
@@ -5,8 +5,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.8.3
+pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -24,13 +24,13 @@
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!libtool' '!emptydirs')
 install=${pkgname}.install
-source=(http://www.apache.org/dist/subversion/subversion-1.8.1.tar.bz2{,.asc}
+source=(http://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
 svn
 svnserve.conf
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('f2ee0471b8a560f5efa0f2349d9c9ab9'
+md5sums=('7d7bd97347a4491e1ffb529563ce2e9e'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'
@@ -60,11 +60,11 @@
  swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb
 }
 
-check() {
-   cd ${pkgname}-${pkgver}
-   export LANG=C LC_ALL=C
-   make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes # 
check-javahl
-}
+#check() {
+#   cd ${pkgname}-${pkgver}
+#   export LANG=C LC_ALL=C
+#   make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes # 
check-javahl
+#}
 
 package() {
cd ${pkgname}-${pkgver}



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

2013-08-11 Thread Ángel Velásquez
Date: Monday, August 12, 2013 @ 07:07:14
  Author: angvp
Revision: 192444

upgpkg: subversion 1.8.1-2

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 03:54:44 UTC (rev 192443)
+++ PKGBUILD2013-08-12 05:07:14 UTC (rev 192444)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;



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

2013-08-10 Thread Ángel Velásquez
Date: Saturday, August 10, 2013 @ 16:11:23
  Author: angvp
Revision: 192385

Revert db bump

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-10 11:02:14 UTC (rev 192384)
+++ PKGBUILD2013-08-10 14:11:23 UTC (rev 192385)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.8.1
-pkgrel=2
+pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -18,8 +18,8 @@
 'kdeutils-kwallet: for KWallet for auth credentials'
 'bash-completion: for svn bash completion'
 'python2: for some hook scripts'
-   'java-environment: for Java support'
-   'ruby: for some hook scripts')
+'java-environment: for Java support'
+'ruby: for some hook scripts')
 provides=('svn')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!libtool' '!emptydirs')
@@ -49,8 +49,7 @@
export PYTHON=/usr/bin/python2
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-serf=/usr --with-apxs \
-   --with-sqlite=/usr \
-   --enable-bdb6 --with-berkeley-db=:/usr/include/:/usr/lib:db-6.0 
\
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
--enable-javahl --with-gnome-keyring --with-kwallet \
--with-apache-libexecdir=/usr/lib/httpd/modules \
--with-ruby-sitedir=/usr/lib/ruby/vendor_ruby \



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

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 20:08:06
  Author: andyrtr
Revision: 192209

upgpkg: subversion 1.8.1-2

db rebuild - requires testing

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 18:03:54 UTC (rev 192208)
+++ PKGBUILD2013-08-07 18:08:06 UTC (rev 192209)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -49,7 +49,8 @@
export PYTHON=/usr/bin/python2
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-serf=/usr --with-apxs \
-   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
+   --with-sqlite=/usr \
+   --enable-bdb6 --with-berkeley-db=:/usr/include/:/usr/lib:db-6.0 
\
--enable-javahl --with-gnome-keyring --with-kwallet \
--with-apache-libexecdir=/usr/lib/httpd/modules \
--with-ruby-sitedir=/usr/lib/ruby/vendor_ruby \



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

2013-08-01 Thread Ángel Velásquez
Date: Thursday, August 1, 2013 @ 23:52:44
  Author: angvp
Revision: 191953

upgpkg: subversion 1.8.1-1

Version bump and fixes several bugs FS#36157 FS#36073

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   62 -
 1 file changed, 33 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 20:54:09 UTC (rev 191952)
+++ PKGBUILD2013-08-01 21:52:44 UTC (rev 191953)
@@ -5,76 +5,80 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
+url=http://subversion.apache.org/;
 license=('APACHE')
-depends=('apr-util' 'sqlite' 'file' 'serf' 'systemd')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+depends=('sqlite' 'file' 'serf' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-runtime' 'java-environment'
+ 'libgnome-keyring' 'kdelibs' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kdeutils-kwallet: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python2: for some hook scripts'
+   'java-environment: for Java support'
+   'ruby: for some hook scripts')
+provides=('svn')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.apache.org/;
-provides=('svn')
 options=('!makeflags' '!libtool' '!emptydirs')
 install=${pkgname}.install
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
+source=(http://www.apache.org/dist/subversion/subversion-1.8.1.tar.bz2{,.asc}
 svn
 svnserve.conf
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('f053a9948dfe5c70eff5c00509723214'
+md5sums=('f2ee0471b8a560f5efa0f2349d9c9ab9'
+ 'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'
  'bb2857eceafcfac35dde39dcffad2314'
  'e8020c7a1d1a0c47091b5fdd034f81c5'
  '6b4340ba9d8845cd8497e013ae01be3f')
 
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+}
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
export PYTHON=/usr/bin/python2
-
-   #patch -Np0 -i ../subversion.rpath.fix.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
-
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
-   --with-zlib=/usr --without-neon --with-serf=/usr --with-apxs \
+   --with-zlib=/usr --with-serf=/usr --with-apxs \
--with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
--enable-javahl --with-gnome-keyring --with-kwallet \
+   --with-apache-libexecdir=/usr/lib/httpd/modules \
+   --with-ruby-sitedir=/usr/lib/ruby/vendor_ruby \
--disable-static
 
-   #make external-all
-   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
+   make LT_LDFLAGS=-L$Fdestdir/usr/lib
make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl #swig-rb
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb
 }
 
-#check() {
-#   cd ${srcdir}/${pkgname}-${pkgver}
-#   export LANG=C LC_ALL=C
-#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
-#}
+check() {
+   cd ${pkgname}-${pkgver}
+   export LANG=C LC_ALL=C
+   make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes # 
check-javahl
+}
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
 
export LD_LIBRARY_PATH=${pkgdir}/usr/lib:${LD_LIBRARY_PATH}
make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
  swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
  swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
- install install-swig-py install-swig-pl install-javahl #install-swig-rb
+ install install-swig-py install-swig-pl install-javahl install-swig-rb
 
install -dm755 ${pkgdir}/usr/share/subversion
cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
rm ${pkgdir}/usr/share/subversion/hook-scripts/*.in
 
-   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
-   rm -r ${pkgdir}/usr/lib/perl5/core_perl
-
## svnserve 

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

2013-07-25 Thread Dan McGee
Date: Thursday, July 25, 2013 @ 16:35:22
  Author: dan
Revision: 191556

Disable neon as suggested on ML

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-25 13:50:41 UTC (rev 191555)
+++ PKGBUILD2013-07-25 14:35:22 UTC (rev 191556)
@@ -10,7 +10,7 @@
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf' 'systemd')
+depends=('apr-util' 'sqlite' 'file' 'serf' 'systemd')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
 'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
 makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'
@@ -42,7 +42,7 @@
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
 
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
-   --with-zlib=/usr --with-neon=/usr --with-serf=/usr --with-apxs \
+   --with-zlib=/usr --without-neon --with-serf=/usr --with-apxs \
--with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
--enable-javahl --with-gnome-keyring --with-kwallet \
--disable-static



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

2013-06-30 Thread Ángel Velásquez
Date: Monday, July 1, 2013 @ 00:54:16
  Author: angvp
Revision: 189228

upgpkg: subversion 1.8.0-1

Version bump to 1.8.0

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 19:58:41 UTC (rev 189227)
+++ PKGBUILD2013-06-30 22:54:16 UTC (rev 189228)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Paul Mattal p...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.10
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
@@ -25,17 +26,19 @@
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('4088a77e14232876c9b4ff1541e6e200'
+md5sums=('f053a9948dfe5c70eff5c00509723214'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'
  'bb2857eceafcfac35dde39dcffad2314'
  'e8020c7a1d1a0c47091b5fdd034f81c5'
  '6b4340ba9d8845cd8497e013ae01be3f')
+
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
export PYTHON=/usr/bin/python2
 
-   patch -Np0 -i ../subversion.rpath.fix.patch
+   #patch -Np0 -i ../subversion.rpath.fix.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
 
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
@@ -44,7 +47,7 @@
--enable-javahl --with-gnome-keyring --with-kwallet \
--disable-static
 
-   make external-all
+   #make external-all
make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
  swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl #swig-rb



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

2013-06-10 Thread Bartłomiej Piotrowski
Date: Monday, June 10, 2013 @ 15:21:36
  Author: bpiotrowski
Revision: 188141

upgpkg: subversion 1.7.10-1

- upstream release

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-10 13:11:47 UTC (rev 188140)
+++ PKGBUILD2013-06-10 13:21:36 UTC (rev 188141)
@@ -4,8 +4,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.9
-pkgrel=6
+pkgver=1.7.10
+pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -25,7 +25,7 @@
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('8d532025771a67c06c23f299699f056f'
+md5sums=('4088a77e14232876c9b4ff1541e6e200'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'
  'bb2857eceafcfac35dde39dcffad2314'



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

2013-05-25 Thread Stéphane Gaudreault
Date: Sunday, May 26, 2013 @ 05:45:58
  Author: stephane
Revision: 186364

upgpkg: subversion 1.7.9-6

depends on systemd (Fix FS#35468)

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 20:42:11 UTC (rev 186363)
+++ PKGBUILD2013-05-26 03:45:58 UTC (rev 186364)
@@ -5,11 +5,11 @@
 
 pkgname=subversion
 pkgver=1.7.9
-pkgrel=5
+pkgrel=6
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
+depends=('neon' 'apr-util' 'sqlite' 'file' 'serf' 'systemd')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
 'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
 makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'



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

2013-05-20 Thread Stéphane Gaudreault
Date: Monday, May 20, 2013 @ 15:49:31
  Author: stephane
Revision: 186017

upgpkg: subversion 1.7.9-5

rebuild for perl 5.18

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 13:22:23 UTC (rev 186016)
+++ PKGBUILD2013-05-20 13:49:31 UTC (rev 186017)
@@ -5,14 +5,14 @@
 
 pkgname=subversion
 pkgver=1.7.9
-pkgrel=4
+pkgrel=5
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
 depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
 'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
+makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'
  'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url=http://subversion.apache.org/;



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

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 01:14:41
  Author: stephane
Revision: 185408

Remove old initscipts rc.d files

Modified:
  subversion/trunk/PKGBUILD
Deleted:
  subversion/trunk/svnserve

--+
 PKGBUILD |   20 
 svnserve |   42 --
 2 files changed, 8 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 20:53:09 UTC (rev 185407)
+++ PKGBUILD2013-05-13 23:14:41 UTC (rev 185408)
@@ -5,7 +5,7 @@
 
 pkgname=subversion
 pkgver=1.7.9
-pkgrel=2
+pkgrel=3
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -20,13 +20,17 @@
 options=('!makeflags' '!libtool' '!emptydirs')
 install=${pkgname}.install
 source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
-svnserve
 svn
 svnserve.conf
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-
+md5sums=('8d532025771a67c06c23f299699f056f'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'c459e299192552f61578f3438abf0664'
+ 'bb2857eceafcfac35dde39dcffad2314'
+ 'e8020c7a1d1a0c47091b5fdd034f81c5'
+ '6b4340ba9d8845cd8497e013ae01be3f')
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
export PYTHON=/usr/bin/python2
@@ -70,8 +74,7 @@
 
## svnserve ...
 
-   # ... iniscript/xinetd
-   install -D -m 755 ${srcdir}/svnserve ${pkgdir}/etc/rc.d/svnserve
+   # xinetd
install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
 
# ... systemd
@@ -87,10 +90,3 @@
   ln -sf subversion ${pkgdir}/usr/share/bash-completion/completions/${i}
done
 }
-md5sums=('8d532025771a67c06c23f299699f056f'
- 'a2b029e8385007ffb99b437b30521c90'
- 'a0db6dd43af33952739b6ec089852630'
- 'c459e299192552f61578f3438abf0664'
- 'bb2857eceafcfac35dde39dcffad2314'
- 'e8020c7a1d1a0c47091b5fdd034f81c5'
- '6b4340ba9d8845cd8497e013ae01be3f')

Deleted: svnserve
===
--- svnserve2013-05-13 20:53:09 UTC (rev 185407)
+++ svnserve2013-05-13 23:14:41 UTC (rev 185408)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/svnserve
-
-PID=`pidof -o %PPID /usr/bin/svnserve`
-case $1 in
-  start)
-stat_busy Starting svnserve
-if [ -z $PID ]; then 
-  if [ -n $SVNSERVE_USER ]; then
-su -s '/bin/sh' $SVNSERVE_USER -c /usr/bin/svnserve -d 
$SVNSERVE_ARGS 
-  else
-/usr/bin/svnserve -d $SVNSERVE_ARGS 
-  fi
-fi
-if [ ! -z $PID -o $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon svnserve
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping svnserve
-[ ! -z $PID ]   kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon svnserve
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}  
-esac



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

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 03:48:10
  Author: stephane
Revision: 185416

upgpkg: subversion 1.7.9-4

rebuild for the correct sasl

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 01:35:08 UTC (rev 185415)
+++ PKGBUILD2013-05-14 01:48:10 UTC (rev 185416)
@@ -5,7 +5,7 @@
 
 pkgname=subversion
 pkgver=1.7.9
-pkgrel=3
+pkgrel=4
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')



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

2013-05-10 Thread Tom Gundersen
Date: Friday, May 10, 2013 @ 23:19:13
  Author: tomegun
Revision: 185082

upgpkg: subversion 1.7.9-2

cyrus/sasl rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-10 21:11:40 UTC (rev 185081)
+++ PKGBUILD2013-05-10 21:19:13 UTC (rev 185082)
@@ -5,7 +5,7 @@
 
 pkgname=subversion
 pkgver=1.7.9
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -19,21 +19,13 @@
 provides=('svn')
 options=('!makeflags' '!libtool' '!emptydirs')
 install=${pkgname}.install
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
 svnserve
 svn
 svnserve.conf
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-sha1sums=('453757bae78a800997559f2232483ab99238ec1e'
-  '5ce5adc5f5cae5a2d569a89b5e4498623feae84a'
-  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
-  '73b36c046c09cec2093354911c89e3ba8056af6c'
-  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
-  '00cc36e69077a8c45674ead6dd62a7647b3a3b6d'
-  '9f6790d842cf3e0228b007483a43e39a42724068'
-  '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -95,3 +87,10 @@
   ln -sf subversion ${pkgdir}/usr/share/bash-completion/completions/${i}
done
 }
+md5sums=('8d532025771a67c06c23f299699f056f'
+ 'a2b029e8385007ffb99b437b30521c90'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'c459e299192552f61578f3438abf0664'
+ 'bb2857eceafcfac35dde39dcffad2314'
+ 'e8020c7a1d1a0c47091b5fdd034f81c5'
+ '6b4340ba9d8845cd8497e013ae01be3f')



[arch-commits] Commit in subversion/trunk (PKGBUILD subversion-kwallet.patch)

2013-04-04 Thread Stéphane Gaudreault
Date: Friday, April 5, 2013 @ 01:10:18
  Author: stephane
Revision: 181861

upgpkg: subversion 1.7.9-1

upstream update

Modified:
  subversion/trunk/PKGBUILD
Deleted:
  subversion/trunk/subversion-kwallet.patch

--+
 PKGBUILD |   11 +++
 subversion-kwallet.patch |   22 --
 2 files changed, 3 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-04 22:54:14 UTC (rev 181860)
+++ PKGBUILD2013-04-04 23:10:18 UTC (rev 181861)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.8
+pkgver=1.7.9
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
@@ -25,16 +25,14 @@
 svnserve.conf
 svnserve.tmpfiles
 svnserve.service
-subversion-kwallet.patch
 subversion.rpath.fix.patch)
-sha1sums=('12c7d8d5414bba74c9777c4d1dae74f152df63c2'
-  '24f8e82fa131c1a1b924d71046f8d38cb00645a7'
+sha1sums=('453757bae78a800997559f2232483ab99238ec1e'
+  '5ce5adc5f5cae5a2d569a89b5e4498623feae84a'
   '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
   '73b36c046c09cec2093354911c89e3ba8056af6c'
   'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
   '00cc36e69077a8c45674ead6dd62a7647b3a3b6d'
   '9f6790d842cf3e0228b007483a43e39a42724068'
-  'f2aed28a2e34b8631ee9b69175bac1bac59327ce'
   '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
 
 build() {
@@ -44,9 +42,6 @@
patch -Np0 -i ../subversion.rpath.fix.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
 
-   # FS#33081
-   patch -Np0 -i ../subversion-kwallet.patch
-
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --with-serf=/usr --with-apxs \
--with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \

Deleted: subversion-kwallet.patch
===
--- subversion-kwallet.patch2013-04-04 22:54:14 UTC (rev 181860)
+++ subversion-kwallet.patch2013-04-04 23:10:18 UTC (rev 181861)
@@ -1,22 +0,0 @@
-Index: subversion/libsvn_auth_kwallet/kwallet.cpp
-===
 subversion/libsvn_auth_kwallet/kwallet.cpp (revision 1421011)
-+++ subversion/libsvn_auth_kwallet/kwallet.cpp (working copy)
-@@ -253,7 +253,7 @@ kwallet_password_get(svn_boolean_t *done,
- }
- }
- 
--  apr_pool_cleanup_register(pool, parameters, kwallet_terminate, NULL);
-+  apr_pool_cleanup_register(pool, parameters, kwallet_terminate, 
apr_pool_cleanup_null);
- 
-   return SVN_NO_ERROR;
- }
-@@ -327,7 +327,7 @@ kwallet_password_set(svn_boolean_t *done,
- }
- }
- 
--  apr_pool_cleanup_register(pool, parameters, kwallet_terminate, NULL);
-+  apr_pool_cleanup_register(pool, parameters, kwallet_terminate, 
apr_pool_cleanup_null);
- 
-   return SVN_NO_ERROR;
- }
\ No newline at end of file



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

2012-11-05 Thread Stéphane Gaudreault
Date: Monday, November 5, 2012 @ 10:02:00
  Author: stephane
Revision: 170228

upgpkg: subversion 1.7.7-2

run systemctl-tmpfiles in post_install to create /run/svnserve (fix FS#32397)

Added:
  subversion/trunk/subversion.install
Modified:
  subversion/trunk/PKGBUILD

+
 PKGBUILD   |3 ++-
 subversion.install |7 +++
 2 files changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-05 14:42:41 UTC (rev 170227)
+++ PKGBUILD2012-11-05 15:02:00 UTC (rev 170228)
@@ -5,7 +5,7 @@
 
 pkgname=subversion
 pkgver=1.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -18,6 +18,7 @@
 url=http://subversion.apache.org/;
 provides=('svn')
 options=('!makeflags' '!libtool' '!emptydirs')
+install=${pkgname}.install
 
source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
 svnserve
 svn

Added: subversion.install
===
--- subversion.install  (rev 0)
+++ subversion.install  2012-11-05 15:02:00 UTC (rev 170228)
@@ -0,0 +1,7 @@
+post_install() {
+   usr/bin/systemd-tmpfiles --create svnserve.conf || true
+}
+
+post_upgrade() {
+   post_install
+}



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

2012-10-09 Thread Stéphane Gaudreault
Date: Tuesday, October 9, 2012 @ 16:09:38
  Author: stephane
Revision: 168384

upgpkg: subversion 1.7.7-1

upstream update

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 16:37:25 UTC (rev 168383)
+++ PKGBUILD2012-10-09 20:09:38 UTC (rev 168384)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
@@ -26,8 +26,8 @@
 svnserve.service
 subversion-1.7.6-kwallet-gcc47.patch
 subversion.rpath.fix.patch)
-sha1sums=('5b76a9f49e2c4bf064041a7d6b1bfcc3aa4ed068'
-  'd8d99c01c49b189047389816b720923f1d9dbf2a'
+sha1sums=('c9fc0c5992eda36ba9affd93a15929e25958a951'
+  '3df83e46277f0f08868236a6b6e6c0f0d7ef9278'
   '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
   '73b36c046c09cec2093354911c89e3ba8056af6c'
   'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'



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

2012-05-26 Thread Stéphane Gaudreault
Date: Saturday, May 26, 2012 @ 11:28:10
  Author: stephane
Revision: 159760

upgpkg: subversion 1.7.5-2

perl 5.16 rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 15:13:31 UTC (rev 159759)
+++ PKGBUILD2012-05-26 15:28:10 UTC (rev 159760)
@@ -5,7 +5,7 @@
 
 pkgname=subversion
 pkgver=1.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')



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

2012-05-17 Thread Stéphane Gaudreault
Date: Thursday, May 17, 2012 @ 19:20:01
  Author: stephane
Revision: 159202

upgpkg: subversion 1.7.5-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-17 21:37:52 UTC (rev 159201)
+++ PKGBUILD2012-05-17 23:20:01 UTC (rev 159202)
@@ -4,14 +4,14 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.4
-pkgrel=3
+pkgver=1.7.5
+pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
 depends=('neon' 'apr-util' 'sqlite' 'file')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'ruby: for some hook scripts' 
'java-environment')
+'python2: for some hook scripts') # 'ruby: for some hook scripts' 
'java-environment')
 makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
  'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
@@ -20,8 +20,8 @@
 options=('!makeflags' '!libtool' '!emptydirs')
 
source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
 svnserve svn svnserve.conf subversion.rpath.fix.patch)
-sha1sums=('57a3cd351c1dbe020e7a1952df6cd2674527'
-  'eebe0be6d539bf7dc37cf01b3c738072f1d9197b'
+sha1sums=('05c079762690d5ac1ccd2549742e7ef70fa45cf1'
+  'b267cba19b4f56360657a5bf5b231950e027a45a'
   '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
   '73b36c046c09cec2093354911c89e3ba8056af6c'
   'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
@@ -62,10 +62,10 @@
 
install -d ${pkgdir}/usr/share/subversion
cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
-   rm -f ${pkgdir}/usr/share/subversion/hook-scripts/*.in
+   rm ${pkgdir}/usr/share/subversion/hook-scripts/*.in
 
-   rm -f ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
-   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
+   rm -r ${pkgdir}/usr/lib/perl5/core_perl
 
install -D -m 755 ${srcdir}/svnserve ${pkgdir}/etc/rc.d/svnserve
install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
@@ -76,5 +76,4 @@
for i in svn svnadmin svndumpfilter svnlook svnsync svnversion; do
   ln -sf subversion ${pkgdir}/usr/share/bash-completion/completions/${i}
done
-
 }



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

2012-04-07 Thread Stéphane Gaudreault
Date: Saturday, April 7, 2012 @ 11:40:22
  Author: stephane
Revision: 155842

upgpkg: subversion 1.7.4-2

Update of bash completions location; sqlite3 - sqlite pkgname change

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-07 14:46:07 UTC (rev 155841)
+++ PKGBUILD2012-04-07 15:40:22 UTC (rev 155842)
@@ -1,22 +1,23 @@
 # $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
 pkgver=1.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite3' 'file')
+depends=('neon' 'apr-util' 'sqlite' 'file')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'ruby: for some hook scripts')
+'python2: for some hook scripts' 'ruby: for some hook scripts' 
'java-environment')
 makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
  'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url=http://subversion.apache.org/;
 provides=('svn')
-options=('!makeflags' '!libtool')
+options=('!makeflags' '!libtool' '!emptydirs')
 
source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
 svnserve svn svnserve.conf subversion.rpath.fix.patch)
 sha1sums=('57a3cd351c1dbe020e7a1952df6cd2674527'
@@ -70,7 +71,6 @@
install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
install -D -m 644 ${srcdir}/svnserve.conf ${pkgdir}/etc/conf.d/svnserve
 
-   # bash completion
install -Dm 644 tools/client-side/bash_completion \
- ${pkgdir}/etc/bash_completion.d/subversion
+ ${pkgdir}/usr/share/bash-completion/completions/subversion
 }



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

2012-04-07 Thread Stéphane Gaudreault
Date: Saturday, April 7, 2012 @ 15:20:11
  Author: stephane
Revision: 155854

upgpkg: subversion 1.7.4-3

Include symlinks for bash completion (fix FS#29327)

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-07 18:04:19 UTC (rev 155853)
+++ PKGBUILD2012-04-07 19:20:11 UTC (rev 155854)
@@ -5,7 +5,7 @@
 
 pkgname=subversion
 pkgver=1.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -73,4 +73,8 @@
 
install -Dm 644 tools/client-side/bash_completion \
  ${pkgdir}/usr/share/bash-completion/completions/subversion
+   for i in svn svnadmin svndumpfilter svnlook svnsync svnversion; do
+  ln -sf subversion ${pkgdir}/usr/share/bash-completion/completions/${i}
+   done
+
 }



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

2012-04-07 Thread Stéphane Gaudreault
Date: Saturday, April 7, 2012 @ 15:24:59
  Author: stephane
Revision: 155855

upgpkg: subversion 1.7.4-3

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-07 19:20:11 UTC (rev 155854)
+++ PKGBUILD2012-04-07 19:24:59 UTC (rev 155855)
@@ -54,7 +54,7 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH
+   export LD_LIBRARY_PATH=${pkgdir}/usr/lib:${LD_LIBRARY_PATH}
make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
  swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
  swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \



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

2012-03-08 Thread Stéphane Gaudreault
Date: Thursday, March 8, 2012 @ 20:48:12
  Author: stephane
Revision: 152715

upgpkg: subversion 1.7.4-1

upstream update

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 01:38:14 UTC (rev 152714)
+++ PKGBUILD2012-03-09 01:48:12 UTC (rev 152715)
@@ -3,7 +3,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
 options=('!makeflags' '!libtool')
 
source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
 svnserve svn svnserve.conf subversion.rpath.fix.patch)
-sha1sums=('624d4070361c0e8d7cf4f5c667629e72459b122d'
-  'cac344ec6e717bab3d97e2f3f1206289d83b8e05'
+sha1sums=('57a3cd351c1dbe020e7a1952df6cd2674527'
+  'eebe0be6d539bf7dc37cf01b3c738072f1d9197b'
   '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
   '73b36c046c09cec2093354911c89e3ba8056af6c'
   'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'



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

2012-02-20 Thread Stéphane Gaudreault
Date: Monday, February 20, 2012 @ 17:08:50
  Author: stephane
Revision: 150707

upgpkg: subversion 1.7.3-1

upstream update

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-20 21:04:51 UTC (rev 150706)
+++ PKGBUILD2012-02-20 22:08:50 UTC (rev 150707)
@@ -3,8 +3,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -19,8 +19,8 @@
 options=('!makeflags' '!libtool')
 
source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
 svnserve svn svnserve.conf subversion.rpath.fix.patch)
-sha1sums=('8c0824aeb7f42da1ff4f7cd296877af7f59812bb'
-  '66293923ddc1b12a43b0e86f6b6a3c23b70df6ae'
+sha1sums=('624d4070361c0e8d7cf4f5c667629e72459b122d'
+  'cac344ec6e717bab3d97e2f3f1206289d83b8e05'
   '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
   '73b36c046c09cec2093354911c89e3ba8056af6c'
   'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'



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

2012-01-03 Thread Stéphane Gaudreault
Date: Tuesday, January 3, 2012 @ 13:47:49
  Author: stephane
Revision: 145883

upgpkg: subversion 1.7.2-2

db 5.3.15 rebuild

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 18:42:57 UTC (rev 145882)
+++ PKGBUILD2012-01-03 18:47:49 UTC (rev 145883)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -35,7 +35,7 @@
 
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --with-apxs \
-   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.2 \
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
--enable-javahl --with-gnome-keyring --with-kwallet
 
make external-all



[arch-commits] Commit in subversion/trunk (PKGBUILD svnmerge.py)

2011-12-10 Thread Eric Bélanger
Date: Saturday, December 10, 2011 @ 15:55:13
  Author: eric
Revision: 144923

Removing obsolete svnmerge script

Modified:
  subversion/trunk/PKGBUILD
Deleted:
  subversion/trunk/svnmerge.py

-+
 PKGBUILD|5 
 svnmerge.py | 2370 --
 2 files changed, 1 insertion(+), 2374 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 144922:144923 to see the changes.


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

2011-11-19 Thread Pierre Schmitz
Date: Saturday, November 19, 2011 @ 03:54:22
  Author: pierre
Revision: 142969

upgpkg: subversion 1.6.17-7

gdbm 1.10 rebuild

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-19 08:45:36 UTC (rev 142968)
+++ PKGBUILD2011-11-19 08:54:22 UTC (rev 142969)
@@ -4,13 +4,13 @@
 
 pkgname=subversion
 pkgver=1.6.17
-pkgrel=6
+pkgrel=7
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
 depends=('neon' 'apr-util' 'sqlite3')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion')
-makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
'java-environment'
  'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url=http://subversion.apache.org/;



[arch-commits] Commit in subversion/trunk (PKGBUILD subversion-perl-bindings.patch)

2011-07-01 Thread Stéphane Gaudreault
Date: Friday, July 1, 2011 @ 17:53:41
  Author: stephane
Revision: 130071

upgpkg: subversion 1.6.17-6
change cflags in Makefile.PL to work with Perl 5.14.1

Added:
  subversion/trunk/subversion-perl-bindings.patch
Modified:
  subversion/trunk/PKGBUILD

+
 PKGBUILD   |   32 +---
 subversion-perl-bindings.patch |   12 
 2 files changed, 29 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 20:52:19 UTC (rev 130070)
+++ PKGBUILD2011-07-01 21:53:41 UTC (rev 130071)
@@ -4,23 +4,31 @@
 
 pkgname=subversion
 pkgver=1.6.17
-pkgrel=5
-pkgdesc=Replacement for CVS, another versioning system (SVN)
+pkgrel=6
+pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
 depends=('neon' 'apr-util' 'sqlite3')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion')
 makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
  'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
-svnserve svn svnserve.conf svnmerge.py
-subversion.rpath.fix.patch
-subversion.suppress.deprecation.warnings.patch)
-
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url=http://subversion.apache.org/;
 provides=('svn')
 options=('!makeflags' '!libtool')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion')
+source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
+svnserve svn svnserve.conf svnmerge.py
+subversion.rpath.fix.patch
+subversion.suppress.deprecation.warnings.patch
+subversion-perl-bindings.patch)
+md5sums=('81e5dc5beee4b3fc025ac70c0b6caa14'
+ 'a2b029e8385007ffb99b437b30521c90'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'c459e299192552f61578f3438abf0664'
+ 'a6371baeda7e224504629ecdda2749b4'
+ '6b4340ba9d8845cd8497e013ae01be3f'
+ '1166f3b7413d7e7450299b3525680bbe'
+ '0591aa39837931161b4d61ff35c7b147')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -30,6 +38,7 @@
# apply patches
patch -Np0 -i ../subversion.rpath.fix.patch
patch -Np1 -i ../subversion.suppress.deprecation.warnings.patch
+   patch -Np1 -i ../subversion-perl-bindings.patch
 
# configure
autoreconf
@@ -89,10 +98,3 @@
install -Dm 644 
${srcdir}/${pkgname}-${pkgver}/tools/client-side/bash_completion \
${pkgdir}/etc/bash_completion.d/subversion
 }
-md5sums=('81e5dc5beee4b3fc025ac70c0b6caa14'
- 'a2b029e8385007ffb99b437b30521c90'
- 'a0db6dd43af33952739b6ec089852630'
- 'c459e299192552f61578f3438abf0664'
- 'a6371baeda7e224504629ecdda2749b4'
- '6b4340ba9d8845cd8497e013ae01be3f'
- '1166f3b7413d7e7450299b3525680bbe')

Added: subversion-perl-bindings.patch
===
--- subversion-perl-bindings.patch  (rev 0)
+++ subversion-perl-bindings.patch  2011-07-01 21:53:41 UTC (rev 130071)
@@ -0,0 +1,12 @@
+diff -Naur 
subversion-1.6.17.ori/subversion/bindings/swig/perl/native/Makefile.PL.in 
subversion-1.6.17/subversion/bindings/swig/perl/native/Makefile.PL.in
+--- subversion-1.6.17.ori/subversion/bindings/swig/perl/native/Makefile.PL.in  
2010-11-24 20:42:16.0 +
 subversion-1.6.17/subversion/bindings/swig/perl/native/Makefile.PL.in  
2011-07-01 20:16:16.520892074 +
+@@ -43,7 +43,7 @@
+ my %config = (
+ ABSTRACT = 'Perl bindings for Subversion',
+ DEFINE = $cppflags,
+-CCFLAGS = $cflags,
++CCFLAGS = $Config{ccflags},
+ INC  = join(' ',$apr_cflags, $apu_cflags, 
+   -I$swig_srcdir/perl/libsvn_swig_perl,
+   -I$svnlib_srcdir/include,



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

2011-06-28 Thread Stéphane Gaudreault
Date: Tuesday, June 28, 2011 @ 12:08:03
  Author: stephane
Revision: 129526

upgpkg: subversion 1.6.17-5
db 5.2.28 rebuild

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-28 16:05:19 UTC (rev 129525)
+++ PKGBUILD2011-06-28 16:08:03 UTC (rev 129526)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.6.17
-pkgrel=4
+pkgrel=5
 pkgdesc=Replacement for CVS, another versioning system (SVN)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
@@ -35,7 +35,7 @@
autoreconf
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --with-apxs \
-   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.1 \
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.2 \
--enable-javahl --with-gnome-keyring --with-kwallet
 
# build



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

2011-06-11 Thread Andrea Scarpino
Date: Saturday, June 11, 2011 @ 05:32:25
  Author: andrea
Revision: 127222

bump pkgrel to fix the missing deps (FS#24250)

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-11 09:10:44 UTC (rev 127221)
+++ PKGBUILD2011-06-11 09:32:25 UTC (rev 127222)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.6.17
-pkgrel=3
+pkgrel=4
 pkgdesc=Replacement for CVS, another versioning system (SVN)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')



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

2011-06-04 Thread Stéphane Gaudreault
Date: Saturday, June 4, 2011 @ 10:23:15
  Author: stephane
Revision: 126311

Add sqlite3 dependency (FS#24250)

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-04 12:37:37 UTC (rev 126310)
+++ PKGBUILD2011-06-04 14:23:15 UTC (rev 126311)
@@ -8,9 +8,9 @@
 pkgdesc=Replacement for CVS, another versioning system (SVN)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
-depends=('neon' 'apr-util')
+depends=('neon' 'apr-util' 'sqlite3')
 makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
- 'autoconf' 'sqlite3' 'db' 'e2fsprogs' 'libgnome-keyring' 
'kdelibs')
+ 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
 source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
 svnserve svn svnserve.conf svnmerge.py
 subversion.rpath.fix.patch



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

2011-06-02 Thread Stéphane Gaudreault
Date: Thursday, June 2, 2011 @ 15:57:23
  Author: stephane
Revision: 126235

upgpkg: subversion 1.6.17-2
version bump

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-02 19:52:36 UTC (rev 126234)
+++ PKGBUILD2011-06-02 19:57:23 UTC (rev 126235)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.6.17
-pkgrel=1
+pkgrel=2
 pkgdesc=Replacement for CVS, another versioning system (SVN)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
@@ -23,13 +23,13 @@
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
 
export PYTHON=/usr/bin/python2
 
# apply patches
-   patch -p0  $srcdir/subversion.rpath.fix.patch
-   patch -p1 -i $srcdir/subversion.suppress.deprecation.warnings.patch
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   patch -Np1 -i ../subversion.suppress.deprecation.warnings.patch
 
# configure
autoreconf
@@ -42,8 +42,14 @@
(make external-all  make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all )
 }
 
+#check() {
+#   cd ${srcdir}/${pkgname}-${pkgver}
+#   export LANG=C LC_ALL=C
+#   make check check-swig-pl check-swig-py CLEANUP=yes
+#}
+
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
 
# install
export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH



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

2011-06-02 Thread Stéphane Gaudreault
Date: Thursday, June 2, 2011 @ 16:16:49
  Author: stephane
Revision: 126240

upgpkg: subversion 1.6.17-3
build to test against perl 5.14

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-02 19:57:42 UTC (rev 126239)
+++ PKGBUILD2011-06-02 20:16:49 UTC (rev 126240)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.6.17
-pkgrel=2
+pkgrel=3
 pkgdesc=Replacement for CVS, another versioning system (SVN)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')



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

2011-06-01 Thread Stéphane Gaudreault
Date: Wednesday, June 1, 2011 @ 21:15:51
  Author: stephane
Revision: 126171

upgpkg: subversion 1.6.17-1
version bump, fix FS#24536

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-02 00:51:35 UTC (rev 126170)
+++ PKGBUILD2011-06-02 01:15:51 UTC (rev 126171)
@@ -3,8 +3,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.6.15
-pkgrel=2
+pkgver=1.6.17
+pkgrel=1
 pkgdesc=Replacement for CVS, another versioning system (SVN)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
@@ -14,7 +14,7 @@
 source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
 svnserve svn svnserve.conf svnmerge.py
 subversion.rpath.fix.patch
-   subversion.suppress.deprecation.warnings.patch)
+subversion.suppress.deprecation.warnings.patch)
 
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url=http://subversion.apache.org/;
@@ -83,7 +83,7 @@
install -Dm 644 
${srcdir}/${pkgname}-${pkgver}/tools/client-side/bash_completion \
${pkgdir}/etc/bash_completion.d/subversion
 }
-md5sums=('113fca1d9e4aa389d7dc2b210010fa69'
+md5sums=('81e5dc5beee4b3fc025ac70c0b6caa14'
  'a2b029e8385007ffb99b437b30521c90'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 21:29:30
  Author: stephane
Revision: 121110

upgpkg: subversion 1.6.15-2
krb5 rebuild

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:34:19 UTC (rev 121109)
+++ PKGBUILD2011-04-29 01:29:30 UTC (rev 121110)
@@ -4,12 +4,12 @@
 
 pkgname=subversion
 pkgver=1.6.15
-pkgrel=1
+pkgrel=2
 pkgdesc=Replacement for CVS, another versioning system (SVN)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
 depends=('neon' 'apr-util')
-makedepends=('heimdal' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
  'autoconf' 'sqlite3' 'db' 'e2fsprogs' 'libgnome-keyring' 
'kdelibs')
 source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
 svnserve svn svnserve.conf svnmerge.py



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

2010-12-19 Thread Paul Mattal
Date: Sunday, December 19, 2010 @ 12:12:50
  Author: paul
Revision: 103462

upgpkg: subversion 1.6.15-1
upstream update to 1.6.15

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-19 17:12:11 UTC (rev 103461)
+++ PKGBUILD2010-12-19 17:12:50 UTC (rev 103462)
@@ -3,7 +3,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.6.13
+pkgver=1.6.15
 pkgrel=1
 pkgdesc=Replacement for CVS, another versioning system (SVN)
 arch=('i686' 'x86_64')
@@ -83,7 +83,7 @@
install -Dm 644 
${srcdir}/${pkgname}-${pkgver}/tools/client-side/bash_completion \
${pkgdir}/etc/bash_completion.d/subversion
 }
-md5sums=('7ae1c827689f21cf975804005be30aeb'
+md5sums=('113fca1d9e4aa389d7dc2b210010fa69'
  'a2b029e8385007ffb99b437b30521c90'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'



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

2010-11-02 Thread Paul Mattal
Date: Tuesday, November 2, 2010 @ 23:22:18
  Author: paul
Revision: 98016

upgpkg: subversion 1.6.13-1
upstream update to 1.6.13

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-02 20:47:59 UTC (rev 98015)
+++ PKGBUILD2010-11-03 03:22:18 UTC (rev 98016)
@@ -3,8 +3,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.6.9
-pkgrel=7
+pkgver=1.6.13
+pkgrel=1
 pkgdesc=Replacement for CVS, another versioning system (SVN)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
@@ -17,7 +17,7 @@
subversion.suppress.deprecation.warnings.patch)
 
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.tigris.org/;
+url=http://subversion.apache.org/;
 provides=('svn')
 options=('!makeflags' '!libtool')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion')
@@ -83,7 +83,7 @@
install -Dm 644 
${srcdir}/${pkgname}-${pkgver}/tools/client-side/bash_completion \
${pkgdir}/etc/bash_completion.d/subversion
 }
-md5sums=('9c30a47b1d48664e7afef68bb4834c53'
+md5sums=('7ae1c827689f21cf975804005be30aeb'
  'a2b029e8385007ffb99b437b30521c90'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'



[arch-commits] Commit in subversion/trunk (PKGBUILD svnmerge.py)

2010-08-30 Thread Rémy Oudompheng
Date: Monday, August 30, 2010 @ 18:46:38
  Author: remy
Revision: 89281

upgpkg: subversion 1.6.9-6
Rebuild for python2.

Modified:
  subversion/trunk/PKGBUILD
  subversion/trunk/svnmerge.py

-+
 PKGBUILD|   18 --
 svnmerge.py |2 +-
 2 files changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-30 21:38:29 UTC (rev 89280)
+++ PKGBUILD2010-08-30 22:46:38 UTC (rev 89281)
@@ -4,12 +4,12 @@
 
 pkgname=subversion
 pkgver=1.6.9
-pkgrel=5
+pkgrel=6
 pkgdesc=Replacement for CVS, another versioning system (svn)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
 depends=('neon' 'apr-util')
-makedepends=('heimdal' 'apache' 'python' 'perl' 'swig' 'ruby' 'java-runtime' 
+makedepends=('heimdal' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
  'autoconf' 'sqlite3' 'db' 'e2fsprogs' 'libgnome-keyring' 
 'kdelibs')
 source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
@@ -24,8 +24,10 @@
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver} || return 1
+   cd ${srcdir}/${pkgname}-${pkgver}
 
+   export PYTHON=/usr/bin/python2
+
# apply patches
patch -p0  $srcdir/subversion.rpath.fix.patch || return 1
patch -p1 -i $srcdir/subversion.suppress.deprecation.warnings.patch \
@@ -41,7 +43,11 @@
# build
(make external-all  make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all ) \
|| return 1
+}
 
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
# install
export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH
make DESTDIR=${pkgdir} install || return 1
@@ -49,8 +55,8 @@
make DESTDIR=${pkgdir} swig-py || return 1
make install-swig-py DESTDIR=${pkgdir} || return 1
 
-   mkdir -p ${pkgdir}/usr/lib/python2.6 || return 1
-   mv ${pkgdir}/usr/lib/svn-python/ ${pkgdir}/usr/lib/python2.6/site-packages \
+   mkdir -p ${pkgdir}/usr/lib/python2.7 || return 1
+   mv ${pkgdir}/usr/lib/svn-python/ ${pkgdir}/usr/lib/python2.7/site-packages \
|| return 1
 
mkdir -p ${pkgdir}/usr/share/subversion || return 1
@@ -90,6 +96,6 @@
  'a2b029e8385007ffb99b437b30521c90'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'
- '21bf3aa5b797ce98eba8307f30e9c070'
+ 'a6371baeda7e224504629ecdda2749b4'
  '6b4340ba9d8845cd8497e013ae01be3f'
  '1166f3b7413d7e7450299b3525680bbe')

Modified: svnmerge.py
===
--- svnmerge.py 2010-08-30 21:38:29 UTC (rev 89280)
+++ svnmerge.py 2010-08-30 22:46:38 UTC (rev 89281)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 # Copyright (c) 2005, Giovanni Bajo
 # Copyright (c) 2004-2005, Awarix, Inc.



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

2010-04-11 Thread Pierre Schmitz
Date: Sunday, April 11, 2010 @ 10:13:33
  Author: pierre
Revision: 77223

upgpkg: subversion 1.6.9-5
neon/openssl rebuild; should be needed but just in case

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-11 14:10:56 UTC (rev 77222)
+++ PKGBUILD2010-04-11 14:13:33 UTC (rev 77223)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.6.9
-pkgrel=4
+pkgrel=5
 pkgdesc=Replacement for CVS, another versioning system (svn)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')



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

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 10:04:20
  Author: giovanni
Revision: 75424

upgpkg: subversion 1.6.9-3
openssl-1 + heimdal rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-01 13:56:13 UTC (rev 75423)
+++ PKGBUILD2010-04-01 14:04:20 UTC (rev 75424)
@@ -4,14 +4,14 @@
 
 pkgname=subversion
 pkgver=1.6.9
-pkgrel=2
+pkgrel=3
 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.3.1' 'apache=2.2.13' 'python=2.6.2'
- 'perl=5.10.0-3' 'swig=1.3.39' 'ruby=1.9.1' 'java-runtime' 
'autoconf'
- 'sqlite3' 'db=4.8' 'e2fsprogs' 'gnome-keyring' 'kdelibs')
+depends=('neon' 'apr-util')
+makedepends=('heimdal' 'apache' 'python' 'perl' 'swig' 'ruby' 'java-runtime' 
+ 'autoconf' 'sqlite3' 'db' 'e2fsprogs' 'libgnome-keyring' 
+'kdelibs')
 source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
 svnserve svn svnserve.conf svnmerge.py
 subversion.rpath.fix.patch
@@ -21,7 +21,8 @@
 url=http://subversion.tigris.org/;
 provides=('svn')
 options=('!makeflags' '!libtool')
-optdepends=('gnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn bash 
completion')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for 
+svn bash completion')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver} || return 1



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

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 10:51:32
  Author: giovanni
Revision: 75427

upgpkg: subversion 1.6.9-4
rebuild

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-01 14:06:22 UTC (rev 75426)
+++ PKGBUILD2010-04-01 14:51:32 UTC (rev 75427)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.6.9
-pkgrel=3
+pkgrel=4
 pkgdesc=Replacement for CVS, another versioning system (svn)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
@@ -21,8 +21,7 @@
 url=http://subversion.tigris.org/;
 provides=('svn')
 options=('!makeflags' '!libtool')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for 
-svn bash completion')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver} || return 1



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

2010-02-08 Thread Paul Mattal
Date: Monday, February 8, 2010 @ 09:00:09
  Author: paul
Revision: 67562

upgpkg: subversion 1.6.9-2
bump to 1.6.9-2

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-08 13:24:26 UTC (rev 67561)
+++ PKGBUILD2010-02-08 14:00:09 UTC (rev 67562)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.6.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Replacement for CVS, another versioning system (svn)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')



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

2010-02-01 Thread Giovanni Scafora
Date: Monday, February 1, 2010 @ 18:29:09
  Author: giovanni
Revision: 66888

upgpkg: subversion 1.6.9-1
upstream release

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-01 23:07:20 UTC (rev 66887)
+++ PKGBUILD2010-02-01 23:29:09 UTC (rev 66888)
@@ -3,8 +3,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.6.6
-pkgrel=3
+pkgver=1.6.9
+pkgrel=1
 pkgdesc=Replacement for CVS, another versioning system (svn)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
@@ -73,7 +73,7 @@
install -Dm 644 
${srcdir}/${pkgname}-${pkgver}/tools/client-side/bash_completion 
${pkgdir}/etc/bash_completion.d/subversion || return 1
 
 }
-md5sums=('e5109da756d74c7d98f683f004a539af'
+md5sums=('9c30a47b1d48664e7afef68bb4834c53'
  'a2b029e8385007ffb99b437b30521c90'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'