pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-JavaScript-Minifier-XS Update to 0.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47b526d1a73b
branches:  trunk
changeset: 457918:47b526d1a73b
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Sep 05 01:31:30 2021 +0000

description:
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:

 www/p5-JavaScript-Minifier-XS/Makefile |   5 ++---
 www/p5-JavaScript-Minifier-XS/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r d42ce5b97457 -r 47b526d1a73b www/p5-JavaScript-Minifier-XS/Makefile
--- a/www/p5-JavaScript-Minifier-XS/Makefile    Sun Sep 05 01:27:55 2021 +0000
+++ b/www/p5-JavaScript-Minifier-XS/Makefile    Sun Sep 05 01:31:30 2021 +0000
@@ -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 -r d42ce5b97457 -r 47b526d1a73b www/p5-JavaScript-Minifier-XS/distinfo
--- a/www/p5-JavaScript-Minifier-XS/distinfo    Sun Sep 05 01:27:55 2021 +0000
+++ b/www/p5-JavaScript-Minifier-XS/distinfo    Sun Sep 05 01:31:30 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index