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

Felix Yan fyan at nymeria.archlinux.org
Thu May 29 04:36:35 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-05-29 04:35:48 UTC (rev 213785)
+++ PKGBUILD	2014-05-29 04:36:35 UTC (rev 213786)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at gmail.com>
 # Contributor: Stéphane Gaudreault <stephane at archlinux.org>
 # Contributor: Paul Mattal <paul at archlinux.org>
 # Contributor: Jason Chu <jason at 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.service	2014-05-29 04:35:48 UTC (rev 213785)
+++ svnserve.service	2014-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




More information about the arch-commits mailing list