git: 09a830afdcfc - main - x11-themes/kde-icons-black-and-white: change WWW to less dead site
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 20:23:54 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=09a830afdcfce1f0277aea54a57abbf641d51428 commit 09a830afdcfce1f0277aea54a57abbf641d51428 Author: Chris Hutchinson <portmaster@BSDforge.com> AuthorDate: 2023-02-10 13:31:04 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-02-14 20:23:41 +0000 x11-themes/kde-icons-black-and-white: change WWW to less dead site The old www.kde-look.org is dead, kde-look.org redirects to store.kde.org. Change WWW to the latter. PR: 268419 Reported by: grahamperrin Approved by: eduardo (mentor) Differential Revision: https://reviews.freebsd.org/D38521 --- x11-themes/kde-icons-black-and-white/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-themes/kde-icons-black-and-white/Makefile b/x11-themes/kde-icons-black-and-white/Makefile index 9a1a7557389c..033dd1bb5f20 100644 --- a/x11-themes/kde-icons-black-and-white/Makefile +++ b/x11-themes/kde-icons-black-and-white/Makefile @@ -1,11 +1,12 @@ PORTNAME= black-and-white PORTVERSION= 2.0.a +PORTREVISION= 1 MASTER_SITES= https://BSDforge.com/projects/source/x11-themes/kde-icons-black-and-white/ DISTNAME= black-and-white MAINTAINER= portmaster@BSDforge.com COMMENT= KDE Black And White iconset -WWW= http://www.kde-look.org/content/show.php?content=24645 +WWW= https://store.kde.org/p/1120904 LICENSE= theme LICENSE_NAME= theme @@ -14,6 +15,8 @@ LICENSE_TEXT= may contain iconic, visual, graphical or other\ consent of either the trademark or the patent holder LICENSE_PERMS= auto-accept +NO_ARCH= yes + WRKSRC= ${WRKDIR}/"black and white" .include "${.CURDIR}/../kde-icons-noia/Makefile.icons"