Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2020 20:51:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534438 - in head/devel/p5-IO-AIO: . files
Message-ID:  <202005082051.048Kpfsr007803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May  8 20:51:40 2020
New Revision: 534438
URL: https://svnweb.freebsd.org/changeset/ports/534438

Log:
  Remove p5-Canary-Stability from BUILD_DEPENDS

Added:
  head/devel/p5-IO-AIO/files/
  head/devel/p5-IO-AIO/files/patch-Makefile.PL   (contents, props changed)
Modified:
  head/devel/p5-IO-AIO/Makefile

Modified: head/devel/p5-IO-AIO/Makefile
==============================================================================
--- head/devel/p5-IO-AIO/Makefile	Fri May  8 20:51:35 2020	(r534437)
+++ head/devel/p5-IO-AIO/Makefile	Fri May  8 20:51:40 2020	(r534438)
@@ -13,8 +13,7 @@ COMMENT=	Asynchronous/Advanced Input/Output
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Canary-Stability>=2001:devel/p5-Canary-Stability \
-		${RUN_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-common-sense>=0:devel/p5-common-sense
 
 USES=		perl5

Added: head/devel/p5-IO-AIO/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IO-AIO/files/patch-Makefile.PL	Fri May  8 20:51:40 2020	(r534438)
@@ -0,0 +1,16 @@
+--- Makefile.PL.orig	2018-08-25 19:54:24 UTC
++++ Makefile.PL
+@@ -1,4 +1,3 @@
+-use Canary::Stability IO::AIO => 1, 5.008002;
+ 
+ use ExtUtils::MakeMaker;
+ 
+@@ -106,7 +105,7 @@ my $mm = MM->new({
+     PM           => {
+        'AIO.pm'		=> '$(INST_LIB)/IO/AIO.pm',
+     },
+-    CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 2001 },
++    CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52 },
+     PREREQ_PM => {
+        "common::sense" => 0,
+     },



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