diff options
author | wen <wen@pkgsrc.org> | 2021-09-05 01:31:30 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2021-09-05 01:31:30 +0000 |
commit | 59921c48e2d6c166794c2e2493368f329121bc0d (patch) | |
tree | deeebe703bbe45a60bb710f345895de8063376f4 /www | |
parent | 41d39d9e039bf17dc59a60e6e6a95e1a884e184a (diff) | |
download | pkgsrc-59921c48e2d6c166794c2e2493368f329121bc0d.tar.gz |
Update to 0.14
Upstream changes:
0.14 2021-02-06 23:36:36-08:00 America/Vancouver
- rewrote test suite into a single ".t" test
- optimized memory allocations, by allocating Nodes in bulk, and being
smarter about when we need to free/reallocate content buffers in Nodes
- optimize whitespace collapsing
- GH#3 / RT#108682; fix whitespace reduction at end of preserved line
comment. Thanks to Dan Goodliffe
- GH#6; fix unescaped slash in character set, inside of a regex, with thanks
to @faf
0.13 2020-12-30 21:46:29-08:00 America/Vancouver
- POD cleanups; spelling, SYNOPSIS
- Switch to DZil Author Bundle
0.12 2020-12-28 08:31:31-08:00 America/Vancouver
- Switch to GitHub Actions, from Travis-CI.
- Add META links to GitHub repository and issue tracker
- Switch to Dist::Zilla
- Bump minimum required Perl to 5.8.1
- RT #130347; handle ES6 template literals.
Thanks to Robert Rothenberg.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-JavaScript-Minifier-XS/Makefile | 5 | ||||
-rw-r--r-- | www/p5-JavaScript-Minifier-XS/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-JavaScript-Minifier-XS/Makefile b/www/p5-JavaScript-Minifier-XS/Makefile index b6eb0493ab8..1c82a689877 100644 --- a/www/p5-JavaScript-Minifier-XS/Makefile +++ b/www/p5-JavaScript-Minifier-XS/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2021/05/24 19:55:40 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2021/09/05 01:31:30 wen Exp $ -DISTNAME= JavaScript-Minifier-XS-0.11 +DISTNAME= JavaScript-Minifier-XS-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GT/GTERMARS/} diff --git a/www/p5-JavaScript-Minifier-XS/distinfo b/www/p5-JavaScript-Minifier-XS/distinfo index 08ba7294ad7..6e3a427ccae 100644 --- a/www/p5-JavaScript-Minifier-XS/distinfo +++ b/www/p5-JavaScript-Minifier-XS/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/08/25 00:11:37 markd Exp $ +$NetBSD: distinfo,v 1.2 2021/09/05 01:31:30 wen Exp $ -SHA1 (JavaScript-Minifier-XS-0.11.tar.gz) = dbd163eeeb42ed103182e28f2bdc99539ef6d33e -RMD160 (JavaScript-Minifier-XS-0.11.tar.gz) = 70f8917fe87efcd820e6e3b41e145252835a13da -SHA512 (JavaScript-Minifier-XS-0.11.tar.gz) = 736294c898d7806eae509b0d0c14cfcbb783ac335fe6c08bed9c00a52643b3e6d0ade124735d7de8d2203bf404448889e0e84b3097e316d0ef444f1603cbbdef -Size (JavaScript-Minifier-XS-0.11.tar.gz) = 17517 bytes +SHA1 (JavaScript-Minifier-XS-0.14.tar.gz) = c4b23b941a69d0544869e2f2cf4ced282f7bee4c +RMD160 (JavaScript-Minifier-XS-0.14.tar.gz) = 39f9ff04f76d283affbf8bb8be36dadf8b63e147 +SHA512 (JavaScript-Minifier-XS-0.14.tar.gz) = 9124ced15a6574b32bfb4357416e04076b688bacb9b88da9b787dfbe1209836a52f5f2ae8554c25f2af100078f089e0b1a5a281c0459c5b048e2c92c33100c66 +Size (JavaScript-Minifier-XS-0.14.tar.gz) = 25994 bytes |