From owner-svn-ports-all@freebsd.org Fri May 8 20:51:05 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE52F2E1651; Fri, 8 May 2020 20:51:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49JjCr2LD5z4Jrq; Fri, 8 May 2020 20:51:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB73B85FE; Fri, 8 May 2020 20:51:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 048Kp3qk005206; Fri, 8 May 2020 20:51:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 048Kp35v005205; Fri, 8 May 2020 20:51:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005082051.048Kp35v005205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 8 May 2020 20:51:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534430 - in head/converters/p5-JSON-XS: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/converters/p5-JSON-XS: . files X-SVN-Commit-Revision: 534430 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.32 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2020 20:51:07 -0000 Author: sunpoet Date: Fri May 8 20:51:03 2020 New Revision: 534430 URL: https://svnweb.freebsd.org/changeset/ports/534430 Log: Convert REINPLACE_CMD to patch file Added: head/converters/p5-JSON-XS/files/ head/converters/p5-JSON-XS/files/patch-Makefile.PL (contents, props changed) Modified: head/converters/p5-JSON-XS/Makefile Modified: head/converters/p5-JSON-XS/Makefile ============================================================================== --- head/converters/p5-JSON-XS/Makefile Fri May 8 20:50:58 2020 (r534429) +++ head/converters/p5-JSON-XS/Makefile Fri May 8 20:51:03 2020 (r534430) @@ -20,10 +20,6 @@ RUN_DEPENDS= p5-Types-Serialiser>=0:devel/p5-Types-Ser USES= perl5 USE_PERL5= configure -post-patch: -# This dependency does nothing and is safe to remove - @${REINPLACE_CMD} -e '/use Canary::Stability/d' ${WRKSRC}/Makefile.PL - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/JSON/XS/XS.so Added: head/converters/p5-JSON-XS/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-JSON-XS/files/patch-Makefile.PL Fri May 8 20:51:03 2020 (r534430) @@ -0,0 +1,18 @@ +--- Makefile.PL.orig 2016-04-25 19:04:54 UTC ++++ Makefile.PL +@@ -1,7 +1,6 @@ + use 5.008003; + use ExtUtils::MakeMaker; + +-use Canary::Stability JSON::XS => 1, 5.008003; + + WriteMakefile( + dist => { +@@ -16,6 +15,6 @@ WriteMakefile( + common::sense => 0, + Types::Serialiser => 0, + }, +- CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 }, ++ CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52 }, + ); +