Received: by mail.netbsd.org (Postfix, from userid 605) id 38F7584E49; Sun, 25 Feb 2018 16:15:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6961D84E40 for ; Sun, 25 Feb 2018 16:15:10 +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 u00RPNp7RujU for ; Sun, 25 Feb 2018 16:15:10 +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 B271984CFC for ; Sun, 25 Feb 2018 16:15:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A27A3FB40; Sun, 25 Feb 2018 16:15:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519575309242150" MIME-Version: 1.0 Date: Sun, 25 Feb 2018 16:15:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/wm/wmctrl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180225161509.A27A3FB40@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. --_----------=_1519575309242150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 25 16:15:09 UTC 2018 Modified Files: pkgsrc/wm/wmctrl: Makefile Log Message: wmctrl: update links To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/wm/wmctrl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519575309242150 Content-Disposition: inline Content-Length: 761 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/wmctrl/Makefile diff -u pkgsrc/wm/wmctrl/Makefile:1.17 pkgsrc/wm/wmctrl/Makefile:1.18 --- pkgsrc/wm/wmctrl/Makefile:1.17 Mon Oct 13 18:52:25 2014 +++ pkgsrc/wm/wmctrl/Makefile Sun Feb 25 16:15:09 2018 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.17 2014/10/13 18:52:25 snj Exp $ +# $NetBSD: Makefile,v 1.18 2018/02/25 16:15:09 wiz Exp $ DISTNAME= wmctrl-1.07 PKGREVISION= 4 CATEGORIES= wm -MASTER_SITES= http://tomas.styblo.name/wmctrl/dist/ +MASTER_SITES= https://sites.google.com/site/tstyblo/wmctrl/ MAINTAINER= snj@NetBSD.org -HOMEPAGE= http://tomas.styblo.name/wmctrl/ +HOMEPAGE= https://sites.google.com/site/tstyblo/wmctrl COMMENT= Command line interface to an EWMH-compliant WM LICENSE= gnu-gpl-v2 --_----------=_1519575309242150--