>From Subversion's CHANGES file:

Version 1.5.6
(27 Feb 2009, from /branches/1.5.x)
http://svn.collab.net/repos/svn/tags/1.5.6

 User-visible changes:
  * allow colons within mergeinfo path names (r35040)
  * make it impossible to add .svn to wc via 'svn add --parents' (r35143, -5)
  * copy properties of added but uncommitted files (r32448)
  * speedup JavaHL bindings on Windows (r35733)
  * improve performance of log operation on < 1.5 servers (r35566)
  * allow commits over Neon of files >2GB (POSIX only) (r34919, -24)
  * allow serf from behind MS ISA proxy servers (r35981)
  * prevent svnmerge-migrate-history.py from committing bogus mergeinfo (r35516)

 Developer-visible changes:
  * fix error handling in mod_dav_svn (r35250, -86)
  * support --server-minor-version in windows testsuite (r31393)
  * fix depth_tests.py 23 on Windows with a BDB repo (r34875)
  * allow svn_mergeinfo_parse() to tolerate unordered mergeinfo (r35297, -367)
  * allow overlapping rangelists into svn_mergeinfo_parse() (r35466, -712, -713)


Below is a trivial diff to update the port. Please test and ok.

Thanks,
Stefan


Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/devel/subversion/Makefile,v
retrieving revision 1.54
diff -u -p -r1.54 Makefile
--- Makefile    9 Feb 2009 20:48:23 -0000       1.54
+++ Makefile    2 Mar 2009 00:55:15 -0000
@@ -6,7 +6,7 @@ COMMENT-python= python interface to subv
 COMMENT-ruby=  ruby interface to subversion
 COMMENT-ap2=   apache2 subversion modules
 
-VERSION=       1.5.5
+VERSION=       1.5.6
 DISTNAME=      subversion-${VERSION}
 PKGNAME=       ${DISTNAME}
 PKGNAME-main=  ${DISTNAME}
@@ -27,7 +27,7 @@ CATEGORIES=   devel
 
 HOMEPAGE=      http://subversion.tigris.org/
 
-MAINTAINER=    Stefan Sperling <s...@stsp.name>
+MAINTAINER=    Stefan Sperling <s...@openbsd.org>
 
 # BSD alike + Apache License 2.0
 PERMIT_PACKAGE_CDROM=  Yes
Index: distinfo
===================================================================
RCS file: /usr/cvs/ports/devel/subversion/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo    27 Dec 2008 19:20:36 -0000      1.17
+++ distinfo    2 Mar 2009 00:55:58 -0000
@@ -1,5 +1,5 @@
-MD5 (subversion-1.5.5.tar.gz) = Uyx9SbPNM9cSKJpe8Dt3SQ==
-RMD160 (subversion-1.5.5.tar.gz) = MOdT6bPf4RCADRqlrjhQ3kYdbr0=
-SHA1 (subversion-1.5.5.tar.gz) = 6fFAZbYaUkkyeFIENqa6NFXjJ0o=
-SHA256 (subversion-1.5.5.tar.gz) = iipbypX9nIauWjgPlbfCokCvwitaiDNDowkdg7hmA7w=
-SIZE (subversion-1.5.5.tar.gz) = 6691293
+MD5 (subversion-1.5.6.tar.gz) = rYHlQFjmS105nT7aX4v80Q==
+RMD160 (subversion-1.5.6.tar.gz) = zHJcgYVPWUyUcf1aRxLlPoPRvpo=
+SHA1 (subversion-1.5.6.tar.gz) = 3l/YxG44cvfuOgWkW3GTb4JkapI=
+SHA256 (subversion-1.5.6.tar.gz) = bvyOUo2HbPGirT1ZFibSGYnhBLB29s5pDPskigxsoow=
+SIZE (subversion-1.5.6.tar.gz) = 6727513

Reply via email to