Received: by mail.netbsd.org (Postfix, from userid 605) id BB4A484D77; Tue, 1 Aug 2017 16:52:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FB6084D74 for ; Tue, 1 Aug 2017 16:52:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ScGYh297KI1A for ; Tue, 1 Aug 2017 16:52:17 +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 E06B084D6A for ; Tue, 1 Aug 2017 16:52:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE759FACD; Tue, 1 Aug 2017 16:52:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501606337126370" MIME-Version: 1.0 Date: Tue, 1 Aug 2017 16:52:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/wm/bmpanel2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170801165217.DE759FACD@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. --_----------=_1501606337126370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 1 16:52:17 UTC 2017 Modified Files: pkgsrc/wm/bmpanel2: Makefile Log Message: Update HOMEPAGE. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/wm/bmpanel2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1501606337126370 Content-Disposition: inline Content-Length: 714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/bmpanel2/Makefile diff -u pkgsrc/wm/bmpanel2/Makefile:1.27 pkgsrc/wm/bmpanel2/Makefile:1.28 --- pkgsrc/wm/bmpanel2/Makefile:1.27 Sun Feb 12 06:26:05 2017 +++ pkgsrc/wm/bmpanel2/Makefile Tue Aug 1 16:52:17 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2017/02/12 06:26:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2017/08/01 16:52:17 wiz Exp $ DISTNAME= bmpanel2-2.1pre1 PKGREVISION= 19 @@ -6,7 +6,7 @@ CATEGORIES= sysutils MASTER_SITES= http://bmpanel2.googlecode.com/files/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://code.google.com/p/bmpanel2/ +HOMEPAGE= https://code.google.com/archive/p/bmpanel2/ COMMENT= NETWM-compatible panel for X11 LICENSE= mit --_----------=_1501606337126370--