pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update subversion (and bindings) to 1.10.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd7dff0c8b57
branches:  trunk
changeset: 327897:bd7dff0c8b57
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Jan 12 12:24:16 2019 +0000

description:
Update subversion (and bindings) to 1.10.4.

 User-visible changes:
  - Minor new features and improvements:
    * Conflict resolver support for added vs unversioned file (r1845577)
    * Conflict resolver support for unversioned directories (r1846299)

  - Client-side bugfixes:
    * Fix: repos-to-WC copy with --parents doesn't create dirs (#4768)
    * Fix: foreign repo copy with peg/operative revisions (#4785)
    * Fix: foreign repo copy of file adding mergeinfo (#4792)
    * Fix: assertion failure using -rPREV on a working copy at r0 (#4532)
    * Fix: tree conflict message ends a sentence with a colon (#4717)

  - Server-side bugfixes:
    * Fix: unexpected SVN_ERR_FS_NOT_DIRECTORY errors (#4791)
    * Fix: mod_dav_svn's SVNUseUTF8 had no effect in some setups (r1844882)
    * Fix crash in mod_http2 (#4782)

  - Other tool improvements and bugfixes:
    * svndumpfilter: Clarify error messages by including node path (r1845261)

  - Bindings bugfixes:
    * JavaHL: Fix crash in client code when using external diff (r1845408)

 Developer-visible changes:
  - General:
    * Fix build on systems without python in $PATH (r1845555)

  - API changes:
    (none)

diffstat:

 devel/java-subversion/Makefile    |   3 +--
 devel/p5-subversion/Makefile      |   3 +--
 devel/py-subversion/Makefile      |   3 +--
 devel/ruby-subversion/Makefile    |   3 +--
 devel/subversion-base/Makefile    |   3 +--
 devel/subversion/Makefile.version |   4 ++--
 devel/subversion/distinfo         |  10 +++++-----
 www/ap2-subversion/Makefile       |   3 +--
 8 files changed, 13 insertions(+), 19 deletions(-)

diffs (106 lines):

diff -r c6482bbcabba -r bd7dff0c8b57 devel/java-subversion/Makefile
--- a/devel/java-subversion/Makefile    Sat Jan 12 07:55:28 2019 +0000
+++ b/devel/java-subversion/Makefile    Sat Jan 12 12:24:16 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2018/12/09 18:52:23 adam Exp $
+# $NetBSD: Makefile,v 1.47 2019/01/12 12:24:16 bsiegert Exp $
 
 PKGNAME=       java-subversion-${SVNVER}
-PKGREVISION=   1
 COMMENT=       Java bindings for Subversion
 
 MAKE_JOBS_SAFE=        no
diff -r c6482bbcabba -r bd7dff0c8b57 devel/p5-subversion/Makefile
--- a/devel/p5-subversion/Makefile      Sat Jan 12 07:55:28 2019 +0000
+++ b/devel/p5-subversion/Makefile      Sat Jan 12 12:24:16 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.106 2018/12/09 18:52:24 adam Exp $
+# $NetBSD: Makefile,v 1.107 2019/01/12 12:24:16 bsiegert Exp $
 
 PKGNAME=       p5-subversion-${SVNVER}
-PKGREVISION=   1
 COMMENT=       Perl bindings for Subversion
 
 .include "../../devel/subversion/Makefile.common"
diff -r c6482bbcabba -r bd7dff0c8b57 devel/py-subversion/Makefile
--- a/devel/py-subversion/Makefile      Sat Jan 12 07:55:28 2019 +0000
+++ b/devel/py-subversion/Makefile      Sat Jan 12 12:24:16 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2018/12/09 18:52:25 adam Exp $
+# $NetBSD: Makefile,v 1.80 2019/01/12 12:24:16 bsiegert Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-subversion-${SVNVER}
-PKGREVISION=   1
 COMMENT=       Python bindings and tools for Subversion
 
 .include "../../devel/subversion/Makefile.common"
diff -r c6482bbcabba -r bd7dff0c8b57 devel/ruby-subversion/Makefile
--- a/devel/ruby-subversion/Makefile    Sat Jan 12 07:55:28 2019 +0000
+++ b/devel/ruby-subversion/Makefile    Sat Jan 12 12:24:16 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2018/12/09 18:52:25 adam Exp $
+# $NetBSD: Makefile,v 1.70 2019/01/12 12:24:16 bsiegert Exp $
 
 PKGNAME=       ${RUBY_PKGPREFIX}-subversion-${SVNVER}
-PKGREVISION=   1
 COMMENT=       Ruby bindings for Subversion
 
 .include "../../devel/subversion/Makefile.common"
diff -r c6482bbcabba -r bd7dff0c8b57 devel/subversion-base/Makefile
--- a/devel/subversion-base/Makefile    Sat Jan 12 07:55:28 2019 +0000
+++ b/devel/subversion-base/Makefile    Sat Jan 12 12:24:16 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.115 2018/12/09 18:52:02 adam Exp $
+# $NetBSD: Makefile,v 1.116 2019/01/12 12:24:17 bsiegert Exp $
 
 PKGNAME=       subversion-base-${SVNVER}
-PKGREVISION=   1
 COMMENT=       Version control system, base programs and libraries
 
 # on at least solaris, configure fails to figure out
diff -r c6482bbcabba -r bd7dff0c8b57 devel/subversion/Makefile.version
--- a/devel/subversion/Makefile.version Sat Jan 12 07:55:28 2019 +0000
+++ b/devel/subversion/Makefile.version Sat Jan 12 12:24:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.82 2018/10/16 11:13:41 adam Exp $
+# $NetBSD: Makefile.version,v 1.83 2019/01/12 12:24:17 bsiegert Exp $
 
 # When updating subversion, all packages are updated at the same time
 # to have a consistent set of packages.  A particularly tricky aspect
@@ -7,5 +7,5 @@
 # changing the version.
 
 .if !defined(SVNVER)
-SVNVER=                1.10.3
+SVNVER=                1.10.4
 .endif
diff -r c6482bbcabba -r bd7dff0c8b57 devel/subversion/distinfo
--- a/devel/subversion/distinfo Sat Jan 12 07:55:28 2019 +0000
+++ b/devel/subversion/distinfo Sat Jan 12 12:24:16 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.110 2018/10/16 11:13:41 adam Exp $
+$NetBSD: distinfo,v 1.111 2019/01/12 12:24:17 bsiegert Exp $
 
-SHA1 (subversion-1.10.3.tar.bz2) = 7bbf350bf21901af46eb40028c50d7b6d0d4f9e0
-RMD160 (subversion-1.10.3.tar.bz2) = ee2d709e4c57fab8a95742f15a9058bca5006848
-SHA512 (subversion-1.10.3.tar.bz2) = e753c76be2c7a7d1e47ef70a417f33ad48a5076ddbe02062b478b0baf8ce063f101aab3a86895e33f6277f273917b87d8c07b002e3e4f9fe3a750a2f8142ef6d
-Size (subversion-1.10.3.tar.bz2) = 8374465 bytes
+SHA1 (subversion-1.10.4.tar.bz2) = a9052724d94fe5d3ee886473eb7cdc4297af4cdd
+RMD160 (subversion-1.10.4.tar.bz2) = 78d5289aa5a39dcab81411c5d440386ad153c18d
+SHA512 (subversion-1.10.4.tar.bz2) = c44a4a4a9533cd4f4cb6ddbc3ce98585a96da6c8e75497d087034b52f899797bb0972dfc0e79db99e81149e59e7fa765398c6ad35eba64f11f4ae9c3b3537434
+Size (subversion-1.10.4.tar.bz2) = 8392477 bytes
 SHA1 (patch-Makefile.in) = 49195cc867b393e90cc4658f3e7cfed5a22a26f8
 SHA1 (patch-subversion_bindings_swig_perl_native_Makefile.PL.in) = 3fadde312693f2a304cd7e348c66cbd373c57854
 SHA1 (patch-tools_dev_benchmarks_large__dirs_create__bigdir.sh) = ff19087ff4d348fdcf904eb52406f6b717fe444a
diff -r c6482bbcabba -r bd7dff0c8b57 www/ap2-subversion/Makefile
--- a/www/ap2-subversion/Makefile       Sat Jan 12 07:55:28 2019 +0000
+++ b/www/ap2-subversion/Makefile       Sat Jan 12 12:24:16 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2018/12/09 18:52:48 adam Exp $
+# $NetBSD: Makefile,v 1.87 2019/01/12 12:24:17 bsiegert Exp $
 
 PKGNAME=       ${APACHE_PKG_PREFIX}-subversion-${SVNVER}
-PKGREVISION=   1
 COMMENT=       WebDAV server (Apache module) for Subversion
 
 .include "../../devel/subversion/Makefile.common"



Home | Main Index | Thread Index | Old Index