svn commit: r471598 - head/devel/p5-Devel-DProfPP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:03:33 UTC 2018


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 at 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


More information about the svn-ports-all mailing list