Received: by mail.netbsd.org (Postfix, from userid 605) id 723A384D88; Tue, 19 Sep 2017 08:21:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 063B984D86 for ; Tue, 19 Sep 2017 08:21:11 +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 CqQaF1d1z_lj for ; Tue, 19 Sep 2017 08:21: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 6688E84CDD for ; Tue, 19 Sep 2017 08:21:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6202DFA9A; Tue, 19 Sep 2017 08:21:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505809270156310" MIME-Version: 1.0 Date: Tue, 19 Sep 2017 08:21:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/hsetroot To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170919082110.6202DFA9A@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. --_----------=_1505809270156310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 19 08:21:10 UTC 2017 Modified Files: pkgsrc/x11/hsetroot: Makefile Log Message: hsetroot: Update HOMEPAGE, set LICENSE To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/hsetroot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505809270156310 Content-Disposition: inline Content-Length: 738 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/hsetroot/Makefile diff -u pkgsrc/x11/hsetroot/Makefile:1.24 pkgsrc/x11/hsetroot/Makefile:1.25 --- pkgsrc/x11/hsetroot/Makefile:1.24 Wed Aug 16 20:21:17 2017 +++ pkgsrc/x11/hsetroot/Makefile Tue Sep 19 08:21:10 2017 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/08/16 20:21:17 wiz Exp $ -# +# $NetBSD: Makefile,v 1.25 2017/09/19 08:21:10 wiz Exp $ DISTNAME= hsetroot-1.0.2 PKGREVISION= 14 @@ -7,8 +6,9 @@ CATEGORIES= x11 MASTER_SITES= http://thegraveyard.org/files/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://thegraveyard.org/hsetroot.php +HOMEPAGE= https://github.com/himdel/hsetroot COMMENT= Allows you to compose wallpapers for X +LICENSE= gnu-gpl-v2 MAKE_JOBS_SAFE= no --_----------=_1505809270156310--