Received: by mail.netbsd.org (Postfix, from userid 605) id EA7B284D69; Tue, 28 Jul 2020 09:09:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6DD3E84D69 for ; Tue, 28 Jul 2020 09:09:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5ZyOyXe2eUkL for ; Tue, 28 Jul 2020 09:09:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C65BB84CE1 for ; Tue, 28 Jul 2020 09:09:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9CFAFB28; Tue, 28 Jul 2020 09:09:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1595927360163670" MIME-Version: 1.0 Date: Tue, 28 Jul 2020 09:09:20 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/wm/icewm To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20200728090920.B9CFAFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1595927360163670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Tue Jul 28 09:09:20 UTC 2020 Modified Files: pkgsrc/wm/icewm: Makefile.common Log Message: icewm: update homepage The previous homepage is now about hotels in Copenhagen!? To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/wm/icewm/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1595927360163670 Content-Disposition: inline Content-Length: 733 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/icewm/Makefile.common diff -u pkgsrc/wm/icewm/Makefile.common:1.70 pkgsrc/wm/icewm/Makefile.common:1.71 --- pkgsrc/wm/icewm/Makefile.common:1.70 Wed Jul 18 00:06:24 2018 +++ pkgsrc/wm/icewm/Makefile.common Tue Jul 28 09:09:20 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.70 2018/07/18 00:06:24 joerg Exp $ +# $NetBSD: Makefile.common,v 1.71 2020/07/28 09:09:20 bsiegert Exp $ # # used by wm/icewm/Makefile # used by wm/icewm-imlib/Makefile @@ -9,7 +9,7 @@ CATEGORIES= x11 wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.icewm.org/ +HOMEPAGE= https://www.ice-wm.org/ GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt --_----------=_1595927360163670--