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

Douglas Soares de Andrade douglas at archlinux.org
Thu Jul 24 01:59:33 UTC 2008


    Date: Wednesday, July 23, 2008 @ 21:59:32
  Author: douglas
Revision: 6296

archrelease: new repo testing-i686

Added:
  subversion/repos/testing-i686/
    (from rev 6295, subversion/trunk)
  subversion/trunk/ChangeLog
Modified:
  subversion/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   23 +++++++++++++----------
 2 files changed, 18 insertions(+), 10 deletions(-)

Copied: subversion/repos/testing-i686 (from rev 6295, subversion/trunk)

Added: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	                        (rev 0)
+++ trunk/ChangeLog	2008-07-24 01:59:32 UTC (rev 6296)
@@ -0,0 +1,5 @@
+
+2008-07-23  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 1.5.0
+

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2008-07-24 01:57:14 UTC (rev 6295)
+++ trunk/PKGBUILD	2008-07-24 01:59:32 UTC (rev 6296)
@@ -1,9 +1,10 @@
 # $Id$
 # Contributer: Jason Chu <jason at archlinux.org>
 # Maintainer: Jason Chu <jason at archlinux.org>
+
 pkgname=subversion
-pkgver=1.4.6
-pkgrel=4
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="Replacement for CVS, another versioning system (svn)"
 arch=(i686 x86_64)
 license=('apache' 'bsd')
@@ -12,12 +13,13 @@
              'perl>=5.10.0-3' 'swig>=1.3.31' 'jdk' 'jre' 'ruby'
              'autoconf')
 source=(http://svn.collab.net/tarballs/${pkgname}-${pkgver}.tar.gz
-        svnserve svn svnserve.conf subversion-neon.patch)
-md5sums=('32786fe2f322982c0567346de18f6460'
+        svnserve svn svnserve.conf)
+
+md5sums=('c40c1ebc1f228d8ea17dd0e7997a60c1'
          'c5a2e490b3e58c6bd2ca3a2e72b71845'
          'a0db6dd43af33952739b6ec089852630'
-         'c459e299192552f61578f3438abf0664'
-         'f869289684b394840e10908c89460303')
+         'c459e299192552f61578f3438abf0664')
+        
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url="http://subversion.tigris.org/"
 provides=('svn')
@@ -29,17 +31,18 @@
    [ -z "${J2REDIR}" ] && . /etc/profile.d/jre.sh
    [ -z "${J2SDKDIR}" ] && . /etc/profile.d/jdk.sh
 
-   # patch from gentoo
-   patch -Np1 -i $startdir/src/subversion-neon.patch
+   #patch -Np1 -i $startdir/src/subversion-neon.patch
 
-   sed -e 's/\(NEON_ALLOWED_LIST=.* 0.26.4\)"/\1 0.27.2 0.28.0 0.28.1 0.28.2"/' -i configure.in
+   #sed -e 's/\(NEON_ALLOWED_LIST=.* 0.26.4\)"/\1 0.27.2 0.28.0 0.28.1 0.28.2"/' -i configure.in
 
 #   libtoolize --force --copy
 #   aclocal -I build/ac-macros
 #   autoconf
 
    autoreconf
-   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr --with-zlib --with-neon=/usr --with-apxs --enable-javahl --with-jdk=/opt/java
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+               --with-zlib=/usr --with-neon=/usr --with-apxs \
+               --enable-javahl --with-jdk=/opt/java
 
    (make external-all && make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all ) || return 1
 





More information about the arch-commits mailing list