libhtml-tree-perl: upgrade 5.03 -> 5.04

License-Update: Still distributed under the same terms as Perl itself.

refresh patch.

5.04     2017--04-17
   Release by Jeff Fearn
    [FIXES]
    * Remove Distzilla to fix RT #120521 #89820
    * Add POD to htmltree RT #116367
    * Speed up is_inside method RT #113415
      - From Todd Rinaldo https://github.com/madsen/HTML-Tree/pull/5
    * Fix extra spaces being added to comments RT #94311
      - From Tomaz Solc
    * Don't needlessly escape characters in element content RT #93431
      - From Tomaz Solc

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jason Schonberg 2025-09-18 15:00:53 -04:00 committed by Khem Raj
parent f200e9c401
commit f7244cbb0f
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 7 additions and 7 deletions

View File

@ -17,9 +17,9 @@ index 8bf3db2..f9927e5 100755
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
# Time-stamp: "2000-10-02 14:48:15 MDT"
#
# Parse the given HTML file(s) and dump the parse tree
use warnings;
use strict;
--
1.9.1

View File

@ -6,15 +6,15 @@ libwww-perl distribution, but are now unbundled in order to facilitate \
a separate development track."
SECTION = "libs"
HOMEPAGE = "https://metacpan.org/release/CJM/HTML-Tree-5.03/source/README"
HOMEPAGE = "https://metacpan.org/release/JFEARN/HTML-Tree-5.04/source/README"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242"
LIC_FILES_CHKSUM = "file://README;beginline=74;endline=91;md5=260d31d31370658947ae050eef27aca9"
SRC_URI = "${CPAN_MIRROR}/authors/id/C/CJ/CJM/HTML-Tree-${PV}.tar.gz \
SRC_URI = "${CPAN_MIRROR}/authors/id/J/JF/JFEARN/HTML-Tree-${PV}.tar.gz \
file://bin-htmltree-fix-shebang.patch \
"
SRC_URI[sha256sum] = "7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f"
SRC_URI[sha256sum] = "1959ea2f7a9f1491903238d3a2cbef3a8e9aaaa75963f7114dbf54dca791b7be"
S = "${UNPACKDIR}/HTML-Tree-${PV}"