On Mon, Jun 11, 2007 at 12:00:43PM +0200, steven mestdagh wrote: > hi, > > please give this update a try. >
Tested on amd64 and i386; all regress tests passed. The usual operations still work. Ok & regards, Simon > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/subversion/Makefile,v > retrieving revision 1.36 > diff -u -r1.36 Makefile > --- Makefile 28 Apr 2007 16:03:21 -0000 1.36 > +++ Makefile 11 Jun 2007 09:58:58 -0000 > @@ -6,14 +6,14 @@ > COMMENT-ruby= "ruby interface to subversion" > COMMENT-ap2= "apache2 subversion modules" > > -VERSION= 1.4.3 > +VERSION= 1.4.4 > DISTNAME= subversion-${VERSION} > -PKGNAME= ${DISTNAME}p2 > -PKGNAME-main= ${DISTNAME}p3 > -PKGNAME-perl= p5-SVN-${VERSION}p0 > -PKGNAME-python= py-subversion-${VERSION}p0 > -PKGNAME-ruby= ruby-subversion-${VERSION}p1 > -PKGNAME-ap2= ap2-subversion-${VERSION}p0 > +PKGNAME= ${DISTNAME} > +PKGNAME-main= ${DISTNAME} > +PKGNAME-perl= p5-SVN-${VERSION} > +PKGNAME-python= py-subversion-${VERSION} > +PKGNAME-ruby= ruby-subversion-${VERSION} > +PKGNAME-ap2= ap2-subversion-${VERSION} > > SO_VERSION= 1.0 > SVN_LIBS= svn_client-1 svn_delta-1 svn_diff-1 svn_fs-1 \ > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/subversion/distinfo,v > retrieving revision 1.14 > diff -u -r1.14 distinfo > --- distinfo 5 Apr 2007 15:38:06 -0000 1.14 > +++ distinfo 11 Jun 2007 09:58:58 -0000 > @@ -1,5 +1,5 @@ > -MD5 (subversion-1.4.3.tar.gz) = a5kbY+Ph9pZwyeFXCOQBdg== > -RMD160 (subversion-1.4.3.tar.gz) = XZBhzMV2SnBFvGYgx4tpSxbJC7I= > -SHA1 (subversion-1.4.3.tar.gz) = RvgKQUs8sDUM2rqehbQFA1/frGk= > -SHA256 (subversion-1.4.3.tar.gz) = > EgAe6kqW/CeSqidpzKOJV9V4EPjyLid94AP41h46XUE= > -SIZE (subversion-1.4.3.tar.gz) = 6303068 > +MD5 (subversion-1.4.4.tar.gz) = cCZV3vpBi6uPaD9iaLT9MA== > +RMD160 (subversion-1.4.4.tar.gz) = 6SaR9Ff7B9W9t+S86daNqlKC1Rg= > +SHA1 (subversion-1.4.4.tar.gz) = OIGGJM88tsNt+vg4jL5+u0+m0xk= > +SHA256 (subversion-1.4.4.tar.gz) = > aGvdhki0vCOo8+nGRTueLuwHh2QXbAHcEjBWu7uAN5o= > +SIZE (subversion-1.4.4.tar.gz) = 6317457 > Index: patches/patch-configure > =================================================================== > RCS file: /cvs/ports/devel/subversion/patches/patch-configure,v > retrieving revision 1.7 > diff -u -r1.7 patch-configure > --- patches/patch-configure 21 Dec 2006 08:58:04 -0000 1.7 > +++ patches/patch-configure 11 Jun 2007 09:58:58 -0000 > @@ -1,7 +1,7 @@ > $OpenBSD: patch-configure,v 1.7 2006/12/21 08:58:04 steven Exp $ > ---- configure.orig Thu Nov 2 23:48:21 2006 > -+++ configure Thu Dec 14 18:33:09 2006 > -@@ -3012,7 +3012,7 @@ if test "$INSTALL" = "build/install-sh - > +--- configure.orig Wed May 30 02:49:24 2007 > ++++ configure Mon Jun 11 08:38:35 2007 > +@@ -3012,7 +3012,7 @@ if test "$INSTALL" = "build/install-sh -c"; then > INSTALL="$abs_srcdir/$INSTALL" > fi > > @@ -19,7 +19,7 @@ > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF > -@@ -20675,7 +20675,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l > +@@ -20675,7 +20675,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > Index: patches/patch-subversion_bindings_swig_perl_native_Ra_pm > =================================================================== > RCS file: > /cvs/ports/devel/subversion/patches/patch-subversion_bindings_swig_perl_native_Ra_pm,v > retrieving revision 1.1 > diff -u -r1.1 patch-subversion_bindings_swig_perl_native_Ra_pm > --- patches/patch-subversion_bindings_swig_perl_native_Ra_pm 30 Sep 2006 > 06:23:58 -0000 1.1 > +++ patches/patch-subversion_bindings_swig_perl_native_Ra_pm 11 Jun 2007 > 09:58:58 -0000 > @@ -1,7 +1,7 @@ > $OpenBSD: patch-subversion_bindings_swig_perl_native_Ra_pm,v 1.1 2006/09/30 > 06:23:58 steven Exp $ > ---- subversion/bindings/swig/perl/native/Ra.pm.orig Thu Sep 21 16:04:27 2006 > -+++ subversion/bindings/swig/perl/native/Ra.pm Thu Sep 21 16:07:55 2006 > -@@ -64,7 +64,7 @@ objects, with the session_baton and pool > +--- subversion/bindings/swig/perl/native/Ra.pm.orig Fri Jun 17 11:14:04 2005 > ++++ subversion/bindings/swig/perl/native/Ra.pm Mon Jun 11 08:38:35 2007 > +@@ -64,7 +64,7 @@ objects, with the session_baton and pool omitted. > > require SVN::Client; > > Index: pkg/PLIST-ruby > =================================================================== > RCS file: /cvs/ports/devel/subversion/pkg/PLIST-ruby,v > retrieving revision 1.2 > diff -u -r1.2 PLIST-ruby > --- pkg/PLIST-ruby 21 Dec 2006 08:58:04 -0000 1.2 > +++ pkg/PLIST-ruby 11 Jun 2007 09:58:58 -0000 > @@ -2,6 +2,17 @@ > %%SHARED%% > lib/libsvn_swig_ruby-1.a > lib/libsvn_swig_ruby-1.la > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/ > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/client.rb > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/core.rb > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/delta.rb > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/error.rb > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/fs.rb > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/info.rb > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/ra.rb > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/repos.rb > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/util.rb > +lib/ruby/site_ruby/${MODRUBY_REV}/svn/wc.rb > lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/svn/ext/client.a > lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/svn/ext/client.la > lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/svn/ext/core.a > @@ -16,14 +27,3 @@ > lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/svn/ext/repos.la > lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/svn/ext/wc.a > lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/svn/ext/wc.la > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/ > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/client.rb > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/core.rb > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/delta.rb > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/error.rb > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/fs.rb > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/info.rb > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/ra.rb > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/repos.rb > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/util.rb > -lib/ruby/site_ruby/${MODRUBY_REV}/svn/wc.rb >