Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2018 08:23:25 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467579 - head/devel/p5-SVN-Mirror/files
Message-ID:  <201804170823.w3H8NPGN088506@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804170823.w3H8NPGN088506>