pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-SVN-Mirror Drop overeager SVN check that fail...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c25c4c53a78
branches:  trunk
changeset: 317026:0c25c4c53a78
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 15:08:17 2018 +0000

description:
Drop overeager SVN check that fails with double digit version numbers.

diffstat:

 devel/p5-SVN-Mirror/distinfo                  |   3 ++-
 devel/p5-SVN-Mirror/patches/patch-Makefile.PL |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 14e1d771816c -r 0c25c4c53a78 devel/p5-SVN-Mirror/distinfo
--- a/devel/p5-SVN-Mirror/distinfo      Thu Dec 27 15:07:36 2018 +0000
+++ b/devel/p5-SVN-Mirror/distinfo      Thu Dec 27 15:08:17 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.14 2015/11/03 03:28:43 agc Exp $
+$NetBSD: distinfo,v 1.15 2018/12/27 15:08:17 joerg Exp $
 
 SHA1 (SVN-Mirror-0.75.tar.gz) = ce78647269f5c984aea444dc503e3f8dec6f4866
 RMD160 (SVN-Mirror-0.75.tar.gz) = 4912cfcb93d1b1e91fc11e3ab5134d4096a44b5d
 SHA512 (SVN-Mirror-0.75.tar.gz) = 0029edf67c6983944d3cc062b8712a6d46d30f46d0f5c3e035a487ff75135d00b861bc198e0cdb78f904d103aced26b8aa7ef7ca01c948ba1370ee2e72ae4d81
 Size (SVN-Mirror-0.75.tar.gz) = 122577 bytes
+SHA1 (patch-Makefile.PL) = 930d9e866ca68f2b9d8eb2e62f4a96de941a9eff
diff -r 14e1d771816c -r 0c25c4c53a78 devel/p5-SVN-Mirror/patches/patch-Makefile.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-SVN-Mirror/patches/patch-Makefile.PL     Thu Dec 27 15:08:17 2018 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2018/12/27 15:08:17 joerg Exp $
+
+Check double digit Subversion numbers.
+
+--- Makefile.PL.orig   2018-12-25 23:16:18.984396057 +0000
++++ Makefile.PL
+@@ -32,6 +32,3 @@ include('ExtUtils::AutoInstall');
+ auto_install();
+ #sign(1);
+ WriteAll( sign => 1);
+-
+-die "SVN::Core $required_svn must be manually installed"
+-    unless eval {require SVN::Core} && $SVN::Core::VERSION >= $required_svn;



Home | Main Index | Thread Index | Old Index