[MacPorts] #67709: html-xml-utils 7.0: update to 8.6
MacPorts
noreply at macports.org
Sat Jul 1 20:44:22 UTC 2023
#67709: html-xml-utils 7.0: update to 8.6
-----------------------------+----------------------
Reporter: vike2000 | Owner: (none)
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: haspatch
Port: html-xml-utils |
-----------------------------+----------------------
Old description:
> Built and installed fine but yet only manually tested and seen working
> like:\\
> `…|w3hxselect 'Events>Event:last-child'`,\\
> `…|w3hxselect 'Events>Event:nth-last-child(2)'` and\\
> `…|w3hxselect 'Events>Event:nth-last-child(6)~*'`\\
> on macOS 10.13.6 (High Sierra) - the `…last-child` selectors\\
> was the reason I wanted a version >= 7.2 (released 2017).
>
> {{{#!diff
> diff --git
> a/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc
> /html-xml-utils/Portfile
> b/Users/vike/file/develop/macports/ports/textproc/html-xml-utils/Portfile
> index b551493..e15c7b2 100644
> ---
> a/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc
> /html-xml-utils/Portfile
> +++ b/Users/vike/file/develop/macports/ports/textproc/html-xml-
> utils/Portfile
> @@ -3,8 +3,8 @@
> PortSystem 1.0
>
> name html-xml-utils
> -version 7.0
> -revision 5
> +version 8.6
> +revision 0
> categories textproc
> platforms darwin
> maintainers nomaintainer
> @@ -17,8 +17,9 @@ long_description ${description}
> homepage http://www.w3.org/Tools/HTML-XML-utils/
> master_sites ${homepage}
>
> -checksums rmd160 832c7815b8bc1f9b9b15df9b622d38c4d71609d0 \
> - sha256
> e7d30de4fb4731f3ecd4622ac30db9fb82e1aa0ab190ae13e457360eea9460b0
> +checksums rmd160 7e5af01c985b01372b7ee23079140f41607a5522 \
> + sha256
> 5e84729ef36ccd3924d2872ed4ee6954c63332dca5400ba8eb4eaef1f2db4fb2 \
> + size 421530
>
> depends_lib port:libiconv \
> port:curl \
> }}}
New description:
Built and installed fine but yet only manually tested and seen working
like:\\
`…|w3hxselect 'Events>Event:last-child'`,\\
`…|w3hxselect 'Events>Event:nth-last-child(2)'` and\\
`…|w3hxselect 'Events>Event:nth-last-child(6)~*'`\\
on macOS 10.13.6 (High Sierra) - the `…last-child` selectors\\
was the reason I wanted a version >= 7.2 (released 2017).
{{{#!diff
diff --git
a/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc
/html-xml-utils/Portfile b/Users/vike/file/develop/macports/ports/textproc
/html-xml-utils/Portfile
index b551493..21d1adf 100644
---
a/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc
/html-xml-utils/Portfile
+++ b/Users/vike/file/develop/macports/ports/textproc/html-xml-
utils/Portfile
@@ -3,10 +3,9 @@
PortSystem 1.0
name html-xml-utils
-version 7.0
-revision 5
+version 8.6
+revision 0
categories textproc
-platforms darwin
maintainers nomaintainer
license W3C
@@ -14,11 +13,12 @@ description A number of simple utilties for
manipulating HTML and XML fi
long_description ${description}
-homepage http://www.w3.org/Tools/HTML-XML-utils/
+homepage https://www.w3.org/Tools/HTML-XML-utils/
master_sites ${homepage}
-checksums rmd160 832c7815b8bc1f9b9b15df9b622d38c4d71609d0 \
- sha256
e7d30de4fb4731f3ecd4622ac30db9fb82e1aa0ab190ae13e457360eea9460b0
+checksums rmd160 7e5af01c985b01372b7ee23079140f41607a5522 \
+ sha256
5e84729ef36ccd3924d2872ed4ee6954c63332dca5400ba8eb4eaef1f2db4fb2 \
+ size 421530
depends_lib port:libiconv \
port:curl \
}}}
--
Comment (by vike2000):
Sound and reasonable. I'll try to remember to look at a PR next patch :)
Thanks for the pointers.
The little more testing I did after posting earlier, I did see the new
version of `w3hxnormalize` might have changes (in handling of whitespace)
unconfirmed potentially breaking some of my own personal uses of it, but
I'll handle that on my end any way, and I'm thinking the behaviour of the
binary is a topic for its author (here W3C) while MacPorts just delivers
working versions, and unless conflicting with other software, just the
latest. That is, I still think bumping to the latest is the right thing.
--
Ticket URL: <https://trac.macports.org/ticket/67709#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list