diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2025-02-03 23:16:03 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2025-02-03 23:16:03 +0000 |
commit | d426cea9b31c00a252bc084d81c6bd83e1f86fa9 (patch) | |
tree | 5222137e46e9ab6d39dea400c0f0c5f441d81ca5 | |
parent | aa76d692b29375463de19d1014f1400445c15c33 (diff) |
textproc/xml-format: Update to 0.2.0.3
Move upstream to github
Minor upstream improvements
-rw-r--r-- | textproc/xml-format/Makefile | 21 | ||||
-rw-r--r-- | textproc/xml-format/distinfo | 5 | ||||
-rw-r--r-- | 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 |