diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2023-10-24 18:26:57 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-10-25 10:16:49 +0200 |
commit | 42bea1753b5510413d7c4c2db7dca26e11a2c468 (patch) | |
tree | d878ba30f179f7ec1632be35ce5024c937a408da /dev-java/xmlunit | |
parent | dev-python/sip: add 6.8.0_pre2310230931 (unkeyworded) (diff) | |
download | gentoo-42bea1753b5510413d7c4c2db7dca26e11a2c468.tar.gz gentoo-42bea1753b5510413d7c4c2db7dca26e11a2c468.tar.bz2 gentoo-42bea1753b5510413d7c4c2db7dca26e11a2c468.zip |
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@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/33495
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/xmlunit')
-rw-r--r-- | dev-java/xmlunit/xmlunit-1.6-r1.ebuild | 6 |
1 files 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" |