Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2024 08:47:38 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 32dc0d865ea5 - main - textproc/xmlindent: Update to 0.2.18
Message-ID:  <202412120847.4BC8lc6U029525@gitrepo.freebsd.org>

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

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

commit 32dc0d865ea5ba186247db139e288fe438508468
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-12-12 08:47:34 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-12-12 08:47:34 +0000

    textproc/xmlindent: Update to 0.2.18
---
 textproc/xmlindent/Makefile | 11 +++++++----
 textproc/xmlindent/distinfo |  5 +++--
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/textproc/xmlindent/Makefile b/textproc/xmlindent/Makefile
index 87d53064242b..5da8b525577e 100644
--- a/textproc/xmlindent/Makefile
+++ b/textproc/xmlindent/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	xmlindent
-PORTVERSION=	0.2.17
-PORTREVISION=	2
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.2.18
 CATEGORIES=	textproc
-MASTER_SITES=	SF
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	XML stream reformatter
@@ -10,9 +9,13 @@ WWW=		https://xmlindent.sourceforge.net
 
 LICENSE=	GPLv2
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	penberg
+
 SOURCES=	error.c indent.c buffer.c main.c
 
-PLIST_FILES=	bin/xmlindent share/man/man1/xmlindent.1.gz
+PLIST_FILES=	bin/xmlindent \
+		share/man/man1/xmlindent.1.gz
 
 do-build:
 	@cd ${WRKSRC}; flex xmlindent.yy
diff --git a/textproc/xmlindent/distinfo b/textproc/xmlindent/distinfo
index b89aa759bd64..1ca198c33b43 100644
--- a/textproc/xmlindent/distinfo
+++ b/textproc/xmlindent/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xmlindent-0.2.17.tar.gz) = 3a0f6887b696087b8dad4901d3994954214dbbd78499eaf622b9a85060cf254c
-SIZE (xmlindent-0.2.17.tar.gz) = 18333
+TIMESTAMP = 1733992941
+SHA256 (penberg-xmlindent-v0.2.18_GH0.tar.gz) = 9f9de6f6d759646fbaa229e2a69479e3937ecb5a0908d8700c49b99faa91db97
+SIZE (penberg-xmlindent-v0.2.18_GH0.tar.gz) = 18894



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