Update to 1.7.4.

Release announcement: http://svn.haxx.se/users/archive-2012-03/0147.shtml

Changelog entry for this release:
======
Version 1.7.4
(08 Mar 2012, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.4

  User-visible changes:
    * fix 'svn log --diff' for moved paths (r1210147, et al)
    * fix ra_serf problem with reading directory entries via HTTPv2 (r1238121)
    * prepend "sqlite:" to error messages from SQLite (r1245738, -817)
    * fix randomly missing "Merged via" notifications in 'svn log -g' (r1293229)
    * fix spurious conflict when merging deleted symbolic link (issue #4052)
    * fix URL-to-WC copy of externals on Windows (issue #4123)
    * improve an FSFS sanity-check error message (r1294470)
    * fix regressions with symlinks pointing at externals (issue #4102)
    * fix 'svn log --diff' output ordering issue on Windows (r1295671)

  Developer-visible changes:
    * don't build mod_dontdothat if not building with httpd (r1243976)
    * fix the testsuite to avoid FAILs on APR hash order (r1230714, et al)
======

Also, add a missing example ruby script to PLIST-main.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/subversion/Makefile,v
retrieving revision 1.104
diff -u -p -r1.104 Makefile
--- Makefile    19 Feb 2012 12:13:35 -0000      1.104
+++ Makefile    8 Mar 2012 15:43:37 -0000
@@ -6,7 +6,7 @@ COMMENT-python=         python interface to sub
 COMMENT-ruby=          ruby interface to subversion
 COMMENT-ap2=           apache2 subversion modules
 
-VERSION=               1.7.3
+VERSION=               1.7.4
 DISTNAME=              subversion-${VERSION}
 PKGNAME-main=          ${DISTNAME}
 FULLPKGNAME-perl=      p5-SVN-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/subversion/distinfo,v
retrieving revision 1.32
diff -u -p -r1.32 distinfo
--- distinfo    19 Feb 2012 12:13:35 -0000      1.32
+++ distinfo    8 Mar 2012 15:43:58 -0000
@@ -1,5 +1,5 @@
-MD5 (subversion-1.7.3.tar.bz2) = hn+wpdsAcQz43OC9+glLOw==
-RMD160 (subversion-1.7.3.tar.bz2) = rJoVGfJAeQNvQhfOUHw8RBU/hqc=
-SHA1 (subversion-1.7.3.tar.bz2) = Yk1AcDYcDo189PXGZ2KeckWbEi0=
-SHA256 (subversion-1.7.3.tar.bz2) = 
9orI+WBHotd3UIXYyXlUV/6yTa+iGsH96vo7OdES/Q4=
-SIZE (subversion-1.7.3.tar.bz2) = 5956842
+MD5 (subversion-1.7.4.tar.bz2) = mazpQzviGkeT/Bzb8v3qCQ==
+RMD160 (subversion-1.7.4.tar.bz2) = dpv4aPco1gb2jJlRMgwlKavD3ZU=
+SHA1 (subversion-1.7.4.tar.bz2) = V6PNNRwdvt3dAg56GVLfbNJnRSc=
+SHA256 (subversion-1.7.4.tar.bz2) = 
xMc29dlKk7WGLR0kUjUxRsiuquM8zsZ2SbupH5GtUG8=
+SIZE (subversion-1.7.4.tar.bz2) = 5978020
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/devel/subversion/pkg/PLIST-main,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST-main
--- pkg/PLIST-main      13 Oct 2011 11:23:01 -0000      1.10
+++ pkg/PLIST-main      8 Mar 2012 17:12:59 -0000
@@ -136,6 +136,7 @@ share/examples/subversion/getfile.py
 share/examples/subversion/getlocks_test.c
 share/examples/subversion/geturl.py
 share/examples/subversion/headrev.c
+share/examples/subversion/info.rb
 share/examples/subversion/hook-scripts/
 share/examples/subversion/hook-scripts/commit-access-control.cfg.example
 share/examples/subversion/hook-scripts/commit-access-control.pl

Reply via email to