git: 369ac90b862d - main - textproc/yelp-tools: Update to 40.0

Neel Chauhan nc at FreeBSD.org
Tue Aug 3 05:29:59 UTC 2021


The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=369ac90b862de5fa6034295d267252eaf6d43f6f

commit 369ac90b862de5fa6034295d267252eaf6d43f6f
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-08-03 05:29:42 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-08-03 05:29:53 +0000

    textproc/yelp-tools: Update to 40.0
---
 textproc/yelp-tools/Makefile  | 19 +++++++++++--------
 textproc/yelp-tools/distinfo  |  6 +++---
 textproc/yelp-tools/pkg-plist |  8 ++------
 3 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/textproc/yelp-tools/Makefile b/textproc/yelp-tools/Makefile
index 67fdbad3ae2e..6f40d989ecf1 100644
--- a/textproc/yelp-tools/Makefile
+++ b/textproc/yelp-tools/Makefile
@@ -1,9 +1,9 @@
 # Created by: Koop Mast <kwm at FreeBSD.org>
 
 PORTNAME=	yelp-tools
-PORTVERSION=	3.38.0
+PORTVERSION=	40.0
 CATEGORIES=	textproc gnome
-MASTER_SITES=	GNOME
+MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 DIST_SUBDIR=	gnome3
 
 MAINTAINER=	gnome at FreeBSD.org
@@ -12,14 +12,17 @@ COMMENT=	Utilities to help manage documentation for Yelp and the web
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.GPL
 
-BUILD_DEPENDS=	yelp-xsl>=0:textproc/yelp-xsl \
-		itstool:textproc/itstool
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
+		itstool:textproc/itstool \
+		yelp-xsl>=0:textproc/yelp-xsl
 
-PORTSCOUT=	limitw:1,even
-
-USES=		gettext gmake gnome localbase pathfix pkgconfig tar:xz
+USES=		gettext gnome localbase meson pathfix pkgconfig python:3.7+ \
+		shebangfix tar:xz
 USE_GNOME=	libxml2 libxslt
-GNU_CONFIGURE=	yes
+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 bd2d71d4723f..817bdb7b7609 100644
--- a/textproc/yelp-tools/distinfo
+++ b/textproc/yelp-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600331835
-SHA256 (gnome3/yelp-tools-3.38.0.tar.xz) = 607ce4b3ee8517c42db924a01a78660a03317595c75825731ea86a920e2b04b0
-SIZE (gnome3/yelp-tools-3.38.0.tar.xz) = 213692
+TIMESTAMP = 1627968205
+SHA256 (gnome3/yelp-tools-40.0.tar.xz) = 664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae
+SIZE (gnome3/yelp-tools-40.0.tar.xz) = 38708
diff --git a/textproc/yelp-tools/pkg-plist b/textproc/yelp-tools/pkg-plist
index 4131fe76b0ca..c1971bc5304f 100644
--- a/textproc/yelp-tools/pkg-plist
+++ b/textproc/yelp-tools/pkg-plist
@@ -3,19 +3,15 @@ bin/yelp-check
 bin/yelp-new
 share/aclocal/yelp.m4
 share/yelp-tools/templates/task.page
-share/yelp-tools/xslt/comments.xsl
-share/yelp-tools/xslt/mal-epub.xsl
-share/yelp-tools/xslt/mal-files.xsl
-share/yelp-tools/xslt/mal-license.xsl
 share/yelp-tools/xslt/mal-ncx.xsl
 share/yelp-tools/xslt/mal-opf.xsl
 share/yelp-tools/xslt/mal-rng.xsl
-share/yelp-tools/xslt/mal-status.xsl
-share/yelp-tools/xslt/media.xsl
 %%DATADIR%%/templates/concept.duck
 %%DATADIR%%/templates/concept.page
 %%DATADIR%%/templates/guide.duck
 %%DATADIR%%/templates/guide.page
+%%DATADIR%%/templates/info.ducktype.include
+%%DATADIR%%/templates/info.mallard.include
 %%DATADIR%%/templates/reference.duck
 %%DATADIR%%/templates/reference.page
 %%DATADIR%%/templates/task.duck


More information about the dev-commits-ports-main mailing list