pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-SVN-Mirror



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 27 15:08:18 UTC 2018

Modified Files:
        pkgsrc/devel/p5-SVN-Mirror: distinfo
Added Files:
        pkgsrc/devel/p5-SVN-Mirror/patches: patch-Makefile.PL

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-SVN-Mirror/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-SVN-Mirror/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-SVN-Mirror/distinfo
diff -u pkgsrc/devel/p5-SVN-Mirror/distinfo:1.14 pkgsrc/devel/p5-SVN-Mirror/distinfo:1.15
--- pkgsrc/devel/p5-SVN-Mirror/distinfo:1.14    Tue Nov  3 03:28:43 2015
+++ pkgsrc/devel/p5-SVN-Mirror/distinfo Thu Dec 27 15:08:17 2018
@@ -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

Added files:

Index: pkgsrc/devel/p5-SVN-Mirror/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/devel/p5-SVN-Mirror/patches/patch-Makefile.PL:1.1
--- /dev/null   Thu Dec 27 15:08:18 2018
+++ pkgsrc/devel/p5-SVN-Mirror/patches/patch-Makefile.PL        Thu Dec 27 15:08:17 2018
@@ -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