Date: Mon, 4 Jun 2018 18:03:31 +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: r471598 - head/devel/p5-Devel-DProfPP Message-ID: <201806041803.w54I3Vo6062379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:03:31 2018 New Revision: 471598 URL: https://svnweb.freebsd.org/changeset/ports/471598 Log: Add LICENSE - Sort PLIST - Update WWW Modified: head/devel/p5-Devel-DProfPP/Makefile head/devel/p5-Devel-DProfPP/pkg-descr head/devel/p5-Devel-DProfPP/pkg-plist Modified: head/devel/p5-Devel-DProfPP/Makefile ============================================================================== --- head/devel/p5-Devel-DProfPP/Makefile Mon Jun 4 18:03:26 2018 (r471597) +++ head/devel/p5-Devel-DProfPP/Makefile Mon Jun 4 18:03:31 2018 (r471598) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse Devel::DProf output +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Devel-DProfPP/pkg-descr ============================================================================== --- head/devel/p5-Devel-DProfPP/pkg-descr Mon Jun 4 18:03:26 2018 (r471597) +++ head/devel/p5-Devel-DProfPP/pkg-descr Mon Jun 4 18:03:31 2018 (r471598) @@ -2,4 +2,4 @@ This module takes the output file from Devel::DProf (t and parses it. By hooking subroutines onto the enter and leave events, you can produce useful reports from the profiling data. -WWW: http://search.cpan.org/dist/Devel-DProfPP/ +WWW: https://metacpan.org/release/SMPETERS/Devel-DProfPP-1.3 Modified: head/devel/p5-Devel-DProfPP/pkg-plist ============================================================================== --- head/devel/p5-Devel-DProfPP/pkg-plist Mon Jun 4 18:03:26 2018 (r471597) +++ head/devel/p5-Devel-DProfPP/pkg-plist Mon Jun 4 18:03:31 2018 (r471598) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Devel::DProfPP.3.gz %%SITE_PERL%%/Devel/DProfPP.pm +%%PERL5_MAN3%%/Devel::DProfPP.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041803.w54I3Vo6062379>