summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-12-27 15:08:17 +0000
committerjoerg <joerg@pkgsrc.org>2018-12-27 15:08:17 +0000
commit2d44b26600ec3b26a7074e4230906f299752f8f9 (patch)
tree20101bd59583ff75e532e5d1aba5c439afad4432
parentf19e1a14fa670bb63ee61781deddfc1619ae917b (diff)
downloadpkgsrc-2d44b26600ec3b26a7074e4230906f299752f8f9.tar.gz
Drop overeager SVN check that fails with double digit version numbers.
-rw-r--r--devel/p5-SVN-Mirror/distinfo3
-rw-r--r--devel/p5-SVN-Mirror/patches/patch-Makefile.PL13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/p5-SVN-Mirror/distinfo b/devel/p5-SVN-Mirror/distinfo
index 1ec592856df..fda63c717ab 100644
--- a/devel/p5-SVN-Mirror/distinfo
+++ b/devel/p5-SVN-Mirror/distinfo
@@ -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 --git a/devel/p5-SVN-Mirror/patches/patch-Makefile.PL b/devel/p5-SVN-Mirror/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..e512cdd1436
--- /dev/null
+++ b/devel/p5-SVN-Mirror/patches/patch-Makefile.PL
@@ -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;