Mon Jan 18 11:42:36 2016 UTC ()
(pkgsrc)
  - Drop  PERL5_MODULE_TYPE statement to be default
  - Add three lines for make test
	BUILD_DEPENDS+= p5-Test-Stream-[0-9]*:../../devel/p5-Test-Stream
	BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
	BUILD_DEPENDS+= p5-File-Slurper-[0-9]*:../../devel/p5-File-Slurper

(upstream)
Update 1.05 to 1.09
-------------------
1.09  2015-11-29T10:08:00
	- Replace "\t" with \s{4} in scripts/synopsis.pl and t/synopsis.html
	  in an attempt to fix the large number of failures reported by CPAN
	  Testers.
	- Patch t/test.t to use File::Spec to join a dir to a file name.
	- Use $^X rather than 'perl' to invoke Perl in t/test.t.
	- Make some pre-req version #s explicit.

1.08  2015-11-26T14:26:00
	- In V 1.07 I patched t/test.t to use Test::Stream instead of Test::More,
	  but did not patch Makefile.PL to match. Test::More is still used for
	  xt/author/pod.t.

1.07  2015-11-24T08:47:00
	- Apologies: Forgot to release V 1.06 to CPAN.
	- Add scripts/synopsis.pl and its output t/synopsis.html.
	- Copy scripts/synopsis.pl into docs.
	- Add t/test.t to run scripts/synopsis.pl and compare the output
	  to t/synopsis.html.
	- Update pre-reqs to add Capture::Tiny and File::Slurper,
	  which are used in t/test.t.
	- Add .gitignore to MANIFEST.SKIP.
	- Remove Build.PL.
	- Remove t/load.t.
	- Reformat the dates in this file.

1.06  2015-02-18T16:32:00
	- Add use strict and use warnings to Build.PL and Makefile.PL.
	- Add github repo to Build.PL, Makefile.PL and docs.
	- Move t/pod.t to xt/author/.
	- Patch Build.PL to handle xt/author/*.t.


(mef)
diff -r1.9 -r1.10 pkgsrc/www/p5-HTML-Entities-Interpolate/Makefile
diff -r1.3 -r1.4 pkgsrc/www/p5-HTML-Entities-Interpolate/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/www/p5-HTML-Entities-Interpolate/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-HTML-Entities-Interpolate/Makefile 2015/07/12 18:56:35 1.9
+++ pkgsrc/www/p5-HTML-Entities-Interpolate/Makefile 2016/01/18 11:42:36 1.10
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2016/01/18 11:42:36 mef Exp $
2# 2#
3 3
4DISTNAME= HTML-Entities-Interpolate-1.05 4DISTNAME= HTML-Entities-Interpolate-1.09
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= www 6CATEGORIES= www
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
9EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/HTML-Entities-Interpolate/ 11HOMEPAGE= http://search.cpan.org/dist/HTML-Entities-Interpolate/
13COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string 12COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0}:../../devel/p5-Test-Simple 15#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0}:../../devel/p5-Test-Simple
17BUILD_DEPENDS+= p5-Test-Pod>=0:../../devel/p5-Test-Pod 16BUILD_DEPENDS+= p5-Test-Pod>=0:../../devel/p5-Test-Pod
18#BUILD_DEPENDS+= {perl>=5.13.11,p5-Module-Build>=0.38000}:../../devel/p5-Module-Build 17#BUILD_DEPENDS+= {perl>=5.13.11,p5-Module-Build>=0.38000}:../../devel/p5-Module-Build
19DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser 18DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser
20DEPENDS+= p5-Tie-Function>=0:../../devel/p5-Tie-Function 19DEPENDS+= p5-Tie-Function>=0:../../devel/p5-Tie-Function
 20# for make test
 21BUILD_DEPENDS+= p5-Test-Stream-[0-9]*:../../devel/p5-Test-Stream
 22BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
 23BUILD_DEPENDS+= p5-File-Slurper-[0-9]*:../../devel/p5-File-Slurper
21 24
22PERL5_MODULE_TYPE= Module::Build 
23PERL5_PACKLIST= auto/HTML/Entities/Interpolate/.packlist 25PERL5_PACKLIST= auto/HTML/Entities/Interpolate/.packlist
24USE_LANGUAGES= # none 26USE_LANGUAGES= # none
25 27
26.include "../../lang/perl5/module.mk" 28.include "../../lang/perl5/module.mk"
27.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/www/p5-HTML-Entities-Interpolate/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-HTML-Entities-Interpolate/distinfo 2015/11/04 02:47:07 1.3
+++ pkgsrc/www/p5-HTML-Entities-Interpolate/distinfo 2016/01/18 11:42:36 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2015/11/04 02:47:07 agc Exp $ 1$NetBSD: distinfo,v 1.4 2016/01/18 11:42:36 mef Exp $
2 2
3SHA1 (HTML-Entities-Interpolate-1.05.tgz) = 5081c87557a6c1f9ae63294d2559da3779258e6a 3SHA1 (HTML-Entities-Interpolate-1.09.tgz) = 7aefcb475fdb5acf9cf8cce7ac9d071d3f7c2864
4RMD160 (HTML-Entities-Interpolate-1.05.tgz) = 10664ce723518243e69523f47d1fb9fb5ec8a69a 4RMD160 (HTML-Entities-Interpolate-1.09.tgz) = 5b2ff89377699cb2e6042f3481f5fa8774c0e411
5SHA512 (HTML-Entities-Interpolate-1.05.tgz) = b9f7565b9d66f1505266d0050d6e7ad0eadfe11d6385fa07aac4fda1908c3629806a5eb200a9223aec43dd9b56e42bc238f363714f07afe43940d1192ca37625 5SHA512 (HTML-Entities-Interpolate-1.09.tgz) = 332266e7755d375b3d70b09a68eb464afa97d4ab893e67f5f55dafe771feaf8867322577144ff445a5e5d46688978b0ce6f0513fe01539835b67097971a59165
6Size (HTML-Entities-Interpolate-1.05.tgz) = 4070 bytes 6Size (HTML-Entities-Interpolate-1.09.tgz) = 8513 bytes