Skip to content

Commit bdb6431

Browse files
authored
libxslt: Update to 1.1.43
* Update 1.1.42 --> 1.1.43. * Remove configure/dynamic patch, was fixed upstream in libtool. * Do not install doc/COPYING, was removed upstream. Closes https://trac.macports.org/ticket/72366
1 parent 0f7c62a commit bdb6431

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

textproc/libxslt/Portfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
PortSystem 1.0
44

55
name libxslt
6-
version 1.1.42
6+
version 1.1.43
77
revision 0
88

9-
checksums rmd160 e1511ec57d0001aada859dcdbdc873640a47d71d \
10-
sha256 85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb \
11-
size 1573668
9+
checksums rmd160 b646f6620803c608edb564b61a06c397712ad5e9 \
10+
sha256 5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a \
11+
size 1518364
1212

1313
set branch [join [lrange [split ${version} .] 0 1] .]
1414
categories textproc
@@ -30,8 +30,7 @@ use_xz yes
3030

3131
depends_build path:bin/pkg-config:pkgconfig
3232

33-
patchfiles dynamic_lookup-11.patch \
34-
no-doc.patch
33+
patchfiles no-doc.patch
3534

3635
configure.args --without-python \
3736
--without-crypto \
@@ -59,7 +58,7 @@ pre-test {
5958
post-destroot {
6059
set docdir ${prefix}/share/doc/${name}
6160
xinstall -d ${destroot}${docdir}
62-
xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING Copyright FEATURES \
61+
xinstall -m 0644 -W ${worksrcpath} AUTHORS Copyright FEATURES \
6362
NEWS README.md TODO ${destroot}${docdir}
6463
}
6564

textproc/libxslt/files/dynamic_lookup-11.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)