Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 23:16:26 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d426cea9b31c - main - textproc/xml-format: Update to 0.2.0.3
Message-ID:  <202502032316.513NGQ5I065522@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb:

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

commit d426cea9b31c00a252bc084d81c6bd83e1f86fa9
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2025-02-03 23:16:03 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2025-02-03 23:16:03 +0000

    textproc/xml-format: Update to 0.2.0.3
    
    Move upstream to github
    Minor upstream improvements
---
 textproc/xml-format/Makefile  | 21 ++++++++++-----------
 textproc/xml-format/distinfo  |  5 +++--
 textproc/xml-format/pkg-plist |  1 +
 3 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/textproc/xml-format/Makefile b/textproc/xml-format/Makefile
index 8609c12cdb6d..cb8cb4720866 100644
--- a/textproc/xml-format/Makefile
+++ b/textproc/xml-format/Makefile
@@ -1,19 +1,18 @@
 PORTNAME=	xml-format
-PORTVERSION=	0.2
-PORTREVISION=	1
+DISTVERSION=	0.2.0-3
+DISTVERSIONSUFFIX=	-g4448d89
 CATEGORIES=	textproc
-MASTER_SITES=	http://acadix.biz/Ports/distfiles/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	jwb@FreeBSD.org
 COMMENT=	XML beautifier
-WWW=		https://acadix.biz/xml-format.php
+WWW=		https://github.com/outpaddling/xml-format/
 
-MAKE_ENV+=	DATADIR=${DATADIR}
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
-	${MKDIR} ${STAGEDIR}${DATADIR}
-	cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${STAGEDIR}${DATADIR}
+USE_GITHUB=	yes
+GH_ACCOUNT=	outpaddling
+
+MAKE_ENV+=	DATADIR=${DATADIR} MANPREFIX=${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/textproc/xml-format/distinfo b/textproc/xml-format/distinfo
index 303fc53762a4..30e0d509ff0a 100644
--- a/textproc/xml-format/distinfo
+++ b/textproc/xml-format/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xml-format-0.2.tar.gz) = 742f61c8dc7bfcd9deccbba7eb5c7d26f51e6a50e5177dbb0d3648f6df95ff5e
-SIZE (xml-format-0.2.tar.gz) = 55387
+TIMESTAMP = 1713039317
+SHA256 (outpaddling-xml-format-0.2.0-3-g4448d89_GH0.tar.gz) = a61e7b0d69dcf38bce22dadbe1634d78cc41608a85458a5b699ebd7885c34a15
+SIZE (outpaddling-xml-format-0.2.0-3-g4448d89_GH0.tar.gz) = 54812
diff --git a/textproc/xml-format/pkg-plist b/textproc/xml-format/pkg-plist
index 6af00739221a..dd49a8b947ec 100644
--- a/textproc/xml-format/pkg-plist
+++ b/textproc/xml-format/pkg-plist
@@ -3,3 +3,4 @@ share/man/man1/xml-format.1.gz
 %%DATADIR%%/Config/dbk/block-tags.txt
 %%DATADIR%%/Config/dbk/line-tags.txt
 %%DATADIR%%/Config/dbk/sectioning-tags.txt
+%%DATADIR%%/Config/dbk/verbatim-tags.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502032316.513NGQ5I065522>