From owner-svn-ports-all@freebsd.org Sat Aug 18 20:41:13 2018 Return-Path: Delivered-To: svn-ports-all@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 D71B71075666; Sat, 18 Aug 2018 20:41:13 +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 8C189754AA; Sat, 18 Aug 2018 20:41:13 +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 6D7BC1C7D7; Sat, 18 Aug 2018 20:41:13 +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 w7IKfDIr003598; Sat, 18 Aug 2018 20:41:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7IKfDQD003596; Sat, 18 Aug 2018 20:41:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201808182041.w7IKfDQD003596@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, 18 Aug 2018 20:41:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477517 - head/devel/p5-PAR-Packer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-PAR-Packer X-SVN-Commit-Revision: 477517 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.27 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: Sat, 18 Aug 2018 20:41:14 -0000 Author: sunpoet Date: Sat Aug 18 20:41:12 2018 New Revision: 477517 URL: https://svnweb.freebsd.org/changeset/ports/477517 Log: Update to 1.046 - Change the way *_DEPENDS are set Changes: https://metacpan.org/changes/distribution/PAR-Packer Modified: head/devel/p5-PAR-Packer/Makefile head/devel/p5-PAR-Packer/distinfo Modified: head/devel/p5-PAR-Packer/Makefile ============================================================================== --- head/devel/p5-PAR-Packer/Makefile Sat Aug 18 20:41:07 2018 (r477516) +++ head/devel/p5-PAR-Packer/Makefile Sat Aug 18 20:41:12 2018 (r477517) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR-Packer -PORTVERSION= 1.045 +PORTVERSION= 1.046 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,18 +14,19 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Archive-Zip>=1.02:archivers/p5-Archive-Zip \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Archive-Zip>=1.02:archivers/p5-Archive-Zip \ p5-Getopt-ArgvFile>=1.07:devel/p5-Getopt-ArgvFile \ p5-Module-ScanDeps>=1.21:devel/p5-Module-ScanDeps \ p5-Module-Signature>=0:security/p5-Module-Signature \ p5-PAR>=1.014:devel/p5-PAR \ p5-PAR-Dist>=0.22:devel/p5-PAR-Dist -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IPC-Run3>=0.048:devel/p5-IPC-Run3 -MAKE_JOBS_UNSAFE= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +MAKE_JOBS_UNSAFE= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/parl ${STAGEDIR}${PREFIX}/bin/parldyn Modified: head/devel/p5-PAR-Packer/distinfo ============================================================================== --- head/devel/p5-PAR-Packer/distinfo Sat Aug 18 20:41:07 2018 (r477516) +++ head/devel/p5-PAR-Packer/distinfo Sat Aug 18 20:41:12 2018 (r477517) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529352897 -SHA256 (PAR-Packer-1.045.tar.gz) = 4f802b2b30b66a568d93ab947014a4706599a2fe823e746ba806d39029d66d39 -SIZE (PAR-Packer-1.045.tar.gz) = 200300 +TIMESTAMP = 1534586933 +SHA256 (PAR-Packer-1.046.tar.gz) = 649b378fbb3e79230c8caf63dcd3939c6d5cbad5b35f2b6e30740d88e37ad9a1 +SIZE (PAR-Packer-1.046.tar.gz) = 202315