diff options
author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2025-06-11 10:21:12 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-06-11 12:07:06 +0200 |
commit | cc8eae01a61c67601bb0a8e16c5fa33949e2f906 (patch) | |
tree | 8e708dc192260c43883c06d2eb66d584e72d1ec6 | |
parent | textproc/exempi: update to 2.6.6 (diff) |
textproc/yelp-tools: update to 42.1
PR: 286697
-rw-r--r-- | textproc/yelp-tools/Makefile | 16 | ||||
-rw-r--r-- | textproc/yelp-tools/distinfo | 6 |
2 files changed, 8 insertions, 14 deletions
diff --git a/textproc/yelp-tools/Makefile b/textproc/yelp-tools/Makefile index 05e2522a80a1..33adb284042e 100644 --- a/textproc/yelp-tools/Makefile +++ b/textproc/yelp-tools/Makefile @@ -1,31 +1,25 @@ PORTNAME= yelp-tools -PORTVERSION= 42.0 -PORTREVISION= 1 +PORTVERSION= 42.1 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Utilities to help manage documentation for Yelp and the web -WWW= https://wiki.gnome.org/Apps/Yelp/Tools +WWW= https://gitlab.gnome.org/GNOME/yelp-tools -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING.GPL +LICENSE= GPLv2+ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ itstool:textproc/itstool \ - xmllint:textproc/libxml2 \ - xsltproc:textproc/libxslt \ yelp-xsl>=0:textproc/yelp-xsl -RUN_DEPENDS= xmllint:textproc/libxml2 \ - xsltproc:textproc/libxslt -USES= localbase meson pkgconfig python \ +USES= gettext gnome localbase meson pathfix pkgconfig python \ shebangfix tar:xz +USE_GNOME= libxml2 libxslt SHEBANG_FILES= tools/yelp-build.in tools/yelp-check.in tools/yelp-new.in BINARY_ALIAS= python3=${PYTHON_CMD} NO_ARCH= yes -PORTSCOUT= limitw:1,even .include <bsd.port.mk> diff --git a/textproc/yelp-tools/distinfo b/textproc/yelp-tools/distinfo index c4ca25ad7bf3..4e68a6f549df 100644 --- a/textproc/yelp-tools/distinfo +++ b/textproc/yelp-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656700502 -SHA256 (gnome/yelp-tools-42.0.tar.xz) = 2cd43063ffa7262df15dd8d379aa3ea3999d42661f07563f4802daa1149f7df4 -SIZE (gnome/yelp-tools-42.0.tar.xz) = 38788 +TIMESTAMP = 1683450897 +SHA256 (gnome/yelp-tools-42.1.tar.xz) = 3e496a4020d4145b99fd508a25fa09336a503a4e8900028421e72c6a4b11f905 +SIZE (gnome/yelp-tools-42.1.tar.xz) = 38936 |