Date: Fri, 20 Apr 2018 15:12:35 +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: r467833 - in head/devel/svk: . files Message-ID: <201804201512.w3KFCZSq081461@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Apr 20 15:12:35 2018 New Revision: 467833 URL: https://svnweb.freebsd.org/changeset/ports/467833 Log: Fix with Subversion 1.10. (required is 1.3, so remove the test.) Sponsored by: Absolight Added: head/devel/svk/files/patch-Makefile.PL (contents, props changed) Modified: head/devel/svk/Makefile (contents, props changed) Modified: head/devel/svk/Makefile ============================================================================== --- head/devel/svk/Makefile Fri Apr 20 14:59:05 2018 (r467832) +++ head/devel/svk/Makefile Fri Apr 20 15:12:35 2018 (r467833) @@ -15,8 +15,6 @@ COMMENT= Distributed Version Control System LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BROKEN= fails to configure - BUILD_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-subversion>=0:devel/p5-subversion \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ Added: head/devel/svk/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/svk/files/patch-Makefile.PL Fri Apr 20 15:12:35 2018 (r467833) @@ -0,0 +1,13 @@ +--- Makefile.PL.orig 2018-04-20 15:05:12 UTC ++++ Makefile.PL +@@ -151,10 +151,3 @@ auto_install(); + auto_provides(); + WriteAll( sign => 0 ); + +-$::VERSION = $required_svn; +-die << "." unless eval {require SVN::Core; SVN::Core->VERSION >= main->VERSION }; +-===> Warning: SVN::Core missing or outdated. +-Please manually install SVN::Core by compiling Subversion +-(version $required_svn or above) with SWIG/Perl bindings, +-and try this installation process again. +-.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804201512.w3KFCZSq081461>