pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

icewm3: fixed urls



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Tue May 14 09:10:29 2024 -0400
Changeset:	4acd4c2aba6d33328743b0399883e26154dfbbdb

Modified Files:
	icewm3/Makefile

Log Message:
icewm3: fixed urls

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4acd4c2aba6d33328743b0399883e26154dfbbdb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 icewm3/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/icewm3/Makefile b/icewm3/Makefile
index 5fee157682..29260f62d6 100644
--- a/icewm3/Makefile
+++ b/icewm3/Makefile
@@ -2,11 +2,11 @@
 
 DISTNAME=	icewm-3.4.7
 CATEGORIES=	wm
-MASTER_SITES=	${MASTER_SITE_GITHUB:=ice-wm/icewm/releases/download/3.4.7/}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ice-wm/icewm/releases/download/${PKGREVISION_NOREV}/}
 EXTRACT_SUFX=	.tar.lz
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/ice-wm/icewm/releases/download/3.4.7/
+HOMEPAGE=	https://ice-wm.org/
 COMMENT=	Small, fast and light-weight window manager
 LICENSE=	gnu-gpl-v2
 


Home | Main Index | Thread Index | Old Index