Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 57AE97A1BE for ; Mon, 16 Jan 2017 09:19:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0728085608; Mon, 16 Jan 2017 09:19:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8461985593 for ; Mon, 16 Jan 2017 09:19:39 +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 b9Nl3OtmpUXX for ; Mon, 16 Jan 2017 09:19:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1BBD384CBD for ; Mon, 16 Jan 2017 09:19:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16F21FBA6; Mon, 16 Jan 2017 09:19:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484558379271380" MIME-Version: 1.0 Date: Mon, 16 Jan 2017 09:19:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/todoman To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170116091939.16F21FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484558379271380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 16 09:19:39 UTC 2017 Modified Files: pkgsrc/misc/todoman: Makefile distinfo Log Message: Updated todoman to 1.8.0. Changes not found. Git commit list at https://github.com/pimutils/todoman/commits/master To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/todoman/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/todoman/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484558379271380 Content-Disposition: inline Content-Length: 1558 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/todoman/Makefile diff -u pkgsrc/misc/todoman/Makefile:1.3 pkgsrc/misc/todoman/Makefile:1.4 --- pkgsrc/misc/todoman/Makefile:1.3 Mon Nov 7 11:45:47 2016 +++ pkgsrc/misc/todoman/Makefile Mon Jan 16 09:19:38 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/11/07 11:45:47 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/16 09:19:38 wiz Exp $ -DISTNAME= todoman-1.7.0 +DISTNAME= todoman-1.8.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_PYPI:=t/todoman/} Index: pkgsrc/misc/todoman/distinfo diff -u pkgsrc/misc/todoman/distinfo:1.2 pkgsrc/misc/todoman/distinfo:1.3 --- pkgsrc/misc/todoman/distinfo:1.2 Mon Nov 7 11:45:47 2016 +++ pkgsrc/misc/todoman/distinfo Mon Jan 16 09:19:38 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/11/07 11:45:47 wiz Exp $ +$NetBSD: distinfo,v 1.3 2017/01/16 09:19:38 wiz Exp $ -SHA1 (todoman-1.7.0.tar.gz) = 6941367f41b779c86a5e336fdef4b032d145fe7d -RMD160 (todoman-1.7.0.tar.gz) = 4be28f6bcb121dd893e5ab2f8083854ba83be6ed -SHA512 (todoman-1.7.0.tar.gz) = ffeda45c1f44f1e5c1fb92eed0137c043e6aaaff0f7926caaec910a781c0944d3c03efc9a4c02fb60180cb6a3b9f2a2bd3955be8a21d2b8146bf818c4b456714 -Size (todoman-1.7.0.tar.gz) = 26332 bytes +SHA1 (todoman-1.8.0.tar.gz) = 26fde72cea7e99cacf2a5490aa1c6430606eb985 +RMD160 (todoman-1.8.0.tar.gz) = b130045d450383fda6fe67c2cf3e19fe3f7f1c18 +SHA512 (todoman-1.8.0.tar.gz) = b759e50a43e1cc9f576f82b1204b9106aa05e7f2cd6780dbdf69fb2d5db1b1e6a5f4a01ceb79bc9a350cffe4c7f13c3913be3899d7d593355e14aec1f0749ed8 +Size (todoman-1.8.0.tar.gz) = 27694 bytes --_----------=_1484558379271380--