mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/libxslt: update to 1.1.42
Changelog: https://gitlab.gnome.org/GNOME/libxslt/-/blob/v1.1.42/NEWS PR: 279741 Reported by: diizzy exp-run by: antoine
This commit is contained in:
parent
eb95239041
commit
53b8e45250
3 changed files with 16 additions and 23 deletions
|
@ -1,10 +1,12 @@
|
|||
PORTNAME= libxslt
|
||||
DISTVERSION= 1.1.37
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.1.42
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R}/
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
PATCH_SITES= https://gitlab.gnome.org/GNOME/libxslt/-/commit/
|
||||
PATCHFILES= bf59c338121b8b45d66ba6ecea69ad498015c396.patch:-p1
|
||||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
COMMENT= XML stylesheet transformation library
|
||||
WWW= https://gitlab.gnome.org/GNOME/libxslt/
|
||||
|
@ -13,38 +15,28 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
# See note in textproc/libxml2 for why this port uses autotools
|
||||
# from the choices of that and CMake.
|
||||
USES= cpe gmake gnome libtool localbase:ldflags pathfix pkgconfig tar:xz
|
||||
CPE_VENDOR= xmlsoft
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
||||
--without-python
|
||||
CONFIGURE_ARGS+= --without-python
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
PLIST_SUB= LIBVERSION=${PORTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= CRYPTO MEM_DEBUG STATIC
|
||||
OPTIONS_DEFINE= CRYPTO STATIC
|
||||
OPTIONS_DEFAULT= CRYPTO STATIC
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
CRYPTO_DESC= Enable crypto support
|
||||
MEM_DEBUG_DESC= Enable memory debugging
|
||||
|
||||
CRYPTO_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
||||
libgpg-error.so:security/libgpg-error
|
||||
CRYPTO_CONFIGURE_WITH= crypto
|
||||
|
||||
MEM_DEBUG_CONFIGURE_WITH= mem-debug
|
||||
|
||||
STATIC_CONFIGURE_ENABLE= static
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1661816621
|
||||
SHA256 (gnome/libxslt-1.1.37.tar.xz) = 3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4
|
||||
SIZE (gnome/libxslt-1.1.37.tar.xz) = 1588572
|
||||
TIMESTAMP = 1740975033
|
||||
SHA256 (gnome/libxslt-1.1.42.tar.xz) = 85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb
|
||||
SIZE (gnome/libxslt-1.1.42.tar.xz) = 1573668
|
||||
SHA256 (gnome/bf59c338121b8b45d66ba6ecea69ad498015c396.patch) = 6acb468675339f3d882fb8180608977625f9eded1e9653387833e23212bf9d3c
|
||||
SIZE (gnome/bf59c338121b8b45d66ba6ecea69ad498015c396.patch) = 8454
|
||||
|
|
|
@ -29,18 +29,14 @@ lib/cmake/libxslt/libxslt-config.cmake
|
|||
%%STATIC%%lib/libexslt.a
|
||||
lib/libexslt.so
|
||||
lib/libexslt.so.0
|
||||
lib/libexslt.so.0.8.20
|
||||
lib/libexslt.so.0.8.23
|
||||
%%STATIC%%lib/libxslt.a
|
||||
lib/libxslt.so
|
||||
lib/libxslt.so.1
|
||||
lib/libxslt.so.1.1.37
|
||||
lib/libxslt.so.%%LIBVERSION%%
|
||||
lib/xsltConf.sh
|
||||
libdata/pkgconfig/libexslt.pc
|
||||
libdata/pkgconfig/libxslt.pc
|
||||
share/man/man1/xsltproc.1.gz
|
||||
share/man/man3/libexslt.3.gz
|
||||
share/man/man3/libxslt.3.gz
|
||||
share/aclocal/libxslt.m4
|
||||
share/gtk-doc/html/libexslt/general.html
|
||||
share/gtk-doc/html/libexslt/home.png
|
||||
share/gtk-doc/html/libexslt/index.html
|
||||
|
@ -79,4 +75,7 @@ share/gtk-doc/html/libxslt/libxslt.devhelp2
|
|||
share/gtk-doc/html/libxslt/right.png
|
||||
share/gtk-doc/html/libxslt/style.css
|
||||
share/gtk-doc/html/libxslt/up.png
|
||||
share/man/man1/xsltproc.1.gz
|
||||
share/man/man3/libexslt.3.gz
|
||||
share/man/man3/libxslt.3.gz
|
||||
@dir lib/libxslt-plugins
|
||||
|
|
Loading…
Add table
Reference in a new issue