commit:     42bea1753b5510413d7c4c2db7dca26e11a2c468
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Oct 24 16:26:57 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 08:16:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bea175

dev-java/xmlunit: update HOMEPAGE

old HOMEPAGE was redirecting to https://www.xmlunit.org/
also avoid permanent redirect of SRC_URI

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/33495
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/xmlunit/xmlunit-1.6-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/xmlunit/xmlunit-1.6-r1.ebuild 
b/dev-java/xmlunit/xmlunit-1.6-r1.ebuild
index d3c83446d281..5f464a7ad02a 100644
--- a/dev-java/xmlunit/xmlunit-1.6-r1.ebuild
+++ b/dev-java/xmlunit/xmlunit-1.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,8 +9,8 @@ MAVEN_ID="xmlunit:xmlunit:1.6"
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="XMLUnit extends JUnit and NUnit to enable unit testing of XML"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
-HOMEPAGE="http://xmlunit.sourceforge.net/";
+HOMEPAGE="https://sourceforge.net/projects/xmlunit/ https://www.xmlunit.org";
+SRC_URI="mirror://sourceforge/project/xmlunit/xmlunit%20for%20Java/XMLUnit%20for%20Java%20${PV}/${P}-src.zip"
 
 LICENSE="BSD"
 SLOT="1"

Reply via email to