svn commit: r567858 - head/www/p5-URI-Fetch/files

Mathieu Arnold mat at FreeBSD.org
Mon Mar 8 17:34:27 UTC 2021


Author: mat
Date: Mon Mar  8 17:34:26 2021
New Revision: 567858
URL: https://svnweb.freebsd.org/changeset/ports/567858

Log:
  Fix with recent lang/perl5-devel.

Added:
  head/www/p5-URI-Fetch/files/
  head/www/p5-URI-Fetch/files/patch-Makefile.PL   (contents, props changed)

Added: head/www/p5-URI-Fetch/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-URI-Fetch/files/patch-Makefile.PL	Mon Mar  8 17:34:26 2021	(r567858)
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig	2016-07-02 08:35:41 UTC
++++ Makefile.PL
+@@ -15,7 +13,6 @@ my %WriteMakefileArgs = (
+   "DISTNAME" => "URI-Fetch",
+   "EXE_FILES" => [],
+   "LICENSE" => "perl",
+-  "MIN_PERL_VERSION" => "5.008_001",
+   "NAME" => "URI::Fetch",
+   "PREREQ_PM" => {
+     "Carp" => 0,


More information about the svn-ports-head mailing list