Date: Sat, 18 Aug 2018 20:41:13 +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: r477517 - head/devel/p5-PAR-Packer Message-ID: <201808182041.w7IKfDQD003596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808182041.w7IKfDQD003596>