From owner-svn-ports-head@freebsd.org Sat Oct 27 23:24:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5046C10D778A; Sat, 27 Oct 2018 23:24:01 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F043480DFA; Sat, 27 Oct 2018 23:24:00 +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 265D517066; Sat, 27 Oct 2018 23:23:58 +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 w9RNNvtw018491; Sat, 27 Oct 2018 23:23:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9RNNvZO018489; Sat, 27 Oct 2018 23:23:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810272323.w9RNNvZO018489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 27 Oct 2018 23:23:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483199 - head/devel/p5-Clone X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Clone X-SVN-Commit-Revision: 483199 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2018 23:24:01 -0000 Author: sunpoet Date: Sat Oct 27 23:23:57 2018 New Revision: 483199 URL: https://svnweb.freebsd.org/changeset/ports/483199 Log: Update to 0.41 - Remove USE_PERL5=patch - Silence patch message - Sort PLIST Changes: https://metacpan.org/changes/distribution/Clone Modified: head/devel/p5-Clone/Makefile head/devel/p5-Clone/distinfo head/devel/p5-Clone/pkg-plist Modified: head/devel/p5-Clone/Makefile ============================================================================== --- head/devel/p5-Clone/Makefile Sat Oct 27 23:23:48 2018 (r483198) +++ head/devel/p5-Clone/Makefile Sat Oct 27 23:23:57 2018 (r483199) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Clone -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +13,10 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 -USE_PERL5= patch configure +USE_PERL5= configure post-patch: - ${PERL} -pi -e 'm.OPTIMIZE.&&s,.,,sg' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '/OPTIMIZE/d' ${WRKSRC}/Makefile.PL post-install: @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/${SITE_ARCH_REL}/auto/Clone/Clone.so Modified: head/devel/p5-Clone/distinfo ============================================================================== --- head/devel/p5-Clone/distinfo Sat Oct 27 23:23:48 2018 (r483198) +++ head/devel/p5-Clone/distinfo Sat Oct 27 23:23:57 2018 (r483199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540364136 -SHA256 (Clone-0.40.tar.gz) = 83756f74082f7c5067097d5d83f3ccddafd68f6c358f2bef86e2049be39f7282 -SIZE (Clone-0.40.tar.gz) = 14227 +TIMESTAMP = 1540657804 +SHA256 (Clone-0.41.tar.gz) = e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518 +SIZE (Clone-0.41.tar.gz) = 14441 Modified: head/devel/p5-Clone/pkg-plist ============================================================================== --- head/devel/p5-Clone/pkg-plist Sat Oct 27 23:23:48 2018 (r483198) +++ head/devel/p5-Clone/pkg-plist Sat Oct 27 23:23:57 2018 (r483199) @@ -1,4 +1,4 @@ +%%SITE_ARCH%%/Clone.pm %%SITE_ARCH%%/auto/Clone/Clone.so %%SITE_ARCH%%/auto/Clone/autosplit.ix -%%SITE_ARCH%%/Clone.pm %%PERL5_MAN3%%/Clone.3.gz