svn commit: r467579 - head/devel/p5-SVN-Mirror/files

Mathieu Arnold mat at FreeBSD.org
Tue Apr 17 08:23:26 UTC 2018


Author: mat
Date: Tue Apr 17 08:23:25 2018
New Revision: 467579
URL: https://svnweb.freebsd.org/changeset/ports/467579

Log:
  Fix build with Subversion 1.10.
  
  The required Subversion version is 1.2, which we had not have for over a
  decade, so remove the test altogether.
  
  Sponsored by:	Absolight

Added:
  head/devel/p5-SVN-Mirror/files/
  head/devel/p5-SVN-Mirror/files/patch-Makefile.PL   (contents, props changed)

Added: head/devel/p5-SVN-Mirror/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-SVN-Mirror/files/patch-Makefile.PL	Tue Apr 17 08:23:25 2018	(r467579)
@@ -0,0 +1,9 @@
+--- Makefile.PL.orig	2008-09-12 16:21:11 UTC
++++ 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;


More information about the svn-ports-head mailing list