pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-HTML-Entities-Interpolate
Module Name: pkgsrc
Committed By: wen
Date: Fri Oct 21 00:56:34 UTC 2016
Modified Files:
pkgsrc/www/p5-HTML-Entities-Interpolate: Makefile distinfo
Log Message:
Update to 1.10
Upstream changes:
1.10 2016-08-14T11:33:00
- Stop using Test::Stream. Use Test::More shipped in the Test::Simple distro.
See RT#116935. Thanx to Chad Granum.
- Update version #s in pre-reqs.
- Adopt new repo structure. For details, see
http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
- Update .gitignore and MANIFEST.SKIP.
- Change licence from Artistic to Perl.
- Move File::Spec, Test::Pod and Test::Simple to TEST_REQUIRES within Makefile.PL.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/p5-HTML-Entities-Interpolate/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/p5-HTML-Entities-Interpolate/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/p5-HTML-Entities-Interpolate/Makefile
diff -u pkgsrc/www/p5-HTML-Entities-Interpolate/Makefile:1.11 pkgsrc/www/p5-HTML-Entities-Interpolate/Makefile:1.12
--- pkgsrc/www/p5-HTML-Entities-Interpolate/Makefile:1.11 Wed Jun 8 19:25:02 2016
+++ pkgsrc/www/p5-HTML-Entities-Interpolate/Makefile Fri Oct 21 00:56:34 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2016/06/08 19:25:02 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/10/21 00:56:34 wen Exp $
#
-DISTNAME= HTML-Entities-Interpolate-1.09
+DISTNAME= HTML-Entities-Interpolate-1.10
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
EXTRACT_SUFX= .tgz
@@ -13,15 +12,14 @@ HOMEPAGE= http://search.cpan.org/dist/HT
COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string
LICENSE= ${PERL5_LICENSE}
-#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0}:../../devel/p5-Test-Simple
-BUILD_DEPENDS+= p5-Test-Pod>=0:../../devel/p5-Test-Pod
-#BUILD_DEPENDS+= {perl>=5.13.11,p5-Module-Build>=0.38000}:../../devel/p5-Module-Build
-DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser
+DEPENDS+= p5-HTML-Parser>=3.69:../../www/p5-HTML-Parser
DEPENDS+= p5-Tie-Function>=0:../../devel/p5-Tie-Function
+
# for make test
-BUILD_DEPENDS+= p5-Test-Stream-[0-9]*:../../devel/p5-Test-Stream
+BUILD_DEPENDS+= p5-Test-Simple>=1.302052:../../devel/p5-Test-Simple
+BUILD_DEPENDS+= p5-Test-Pod>=1.51:../../devel/p5-Test-Pod
BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
-BUILD_DEPENDS+= p5-File-Slurper-[0-9]*:../../devel/p5-File-Slurper
+BUILD_DEPENDS+= p5-File-Slurper>=0.009:../../devel/p5-File-Slurper
PERL5_PACKLIST= auto/HTML/Entities/Interpolate/.packlist
USE_LANGUAGES= # none
Index: pkgsrc/www/p5-HTML-Entities-Interpolate/distinfo
diff -u pkgsrc/www/p5-HTML-Entities-Interpolate/distinfo:1.4 pkgsrc/www/p5-HTML-Entities-Interpolate/distinfo:1.5
--- pkgsrc/www/p5-HTML-Entities-Interpolate/distinfo:1.4 Mon Jan 18 11:42:36 2016
+++ pkgsrc/www/p5-HTML-Entities-Interpolate/distinfo Fri Oct 21 00:56:34 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/01/18 11:42:36 mef Exp $
+$NetBSD: distinfo,v 1.5 2016/10/21 00:56:34 wen Exp $
-SHA1 (HTML-Entities-Interpolate-1.09.tgz) = 7aefcb475fdb5acf9cf8cce7ac9d071d3f7c2864
-RMD160 (HTML-Entities-Interpolate-1.09.tgz) = 5b2ff89377699cb2e6042f3481f5fa8774c0e411
-SHA512 (HTML-Entities-Interpolate-1.09.tgz) = 332266e7755d375b3d70b09a68eb464afa97d4ab893e67f5f55dafe771feaf8867322577144ff445a5e5d46688978b0ce6f0513fe01539835b67097971a59165
-Size (HTML-Entities-Interpolate-1.09.tgz) = 8513 bytes
+SHA1 (HTML-Entities-Interpolate-1.10.tgz) = 54b12d26ccadd2d5d4f979dab5d7b541c792d2d7
+RMD160 (HTML-Entities-Interpolate-1.10.tgz) = 84bc4f212bf74190d3025e6ba28e8a8cec2dcfa6
+SHA512 (HTML-Entities-Interpolate-1.10.tgz) = 7b1d968fa7acd007e08db1b22ba7bb0529a672eac1731bbf0bf1ed8ea9d8196ed5c748e4eae5dfeb06c4caaf68727b4eb499312b415aecd75804b204e31fac51
+Size (HTML-Entities-Interpolate-1.10.tgz) = 13344 bytes
Home |
Main Index |
Thread Index |
Old Index