Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2025 12:49:43 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: be795d728897 - main - textproc/xml-format: Add missing dep
Message-ID:  <202502041249.514Cnhge079534@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=be795d7288971e4cb3c2acf278b5d9a654a5c5fb

commit be795d7288971e4cb3c2acf278b5d9a654a5c5fb
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2025-02-04 12:49:23 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2025-02-04 12:49:23 +0000

    textproc/xml-format: Add missing dep
    
    Retake maintainership
---
 textproc/xml-format/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/textproc/xml-format/Makefile b/textproc/xml-format/Makefile
index cb8cb4720866..c90ee490e41e 100644
--- a/textproc/xml-format/Makefile
+++ b/textproc/xml-format/Makefile
@@ -5,12 +5,15 @@ CATEGORIES=	textproc
 
 MAINTAINER=	jwb@FreeBSD.org
 COMMENT=	XML beautifier
-WWW=		https://github.com/outpaddling/xml-format/
+WWW=		https://github.com/outpaddling/xml-format
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+LIB_DEPENDS+=	libxtend.so:devel/libxtend
+
 USE_GITHUB=	yes
+
 GH_ACCOUNT=	outpaddling
 
 MAKE_ENV+=	DATADIR=${DATADIR} MANPREFIX=${PREFIX}/share



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