Received: by mail.netbsd.org (Postfix, from userid 605) id 1139D84D73; Mon, 7 Jan 2019 17:41:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6091484D6E for ; Mon, 7 Jan 2019 17:41:34 +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 ttSf2miu8hOe for ; Mon, 7 Jan 2019 17:41:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D4E4B84CD8 for ; Mon, 7 Jan 2019 17:41:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CED27FB16; Mon, 7 Jan 2019 17:41:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154688289380660" MIME-Version: 1.0 Date: Mon, 7 Jan 2019 17:41:33 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/misc/nyancat To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190107174133.CED27FB16@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. --_----------=_154688289380660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Jan 7 17:41:33 UTC 2019 Modified Files: pkgsrc/misc/nyancat: Makefile distinfo Log Message: nyancat: Update to 1.5.2 Changes: 1.5.2 ----- - Misc bugfixes - Fix typos To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/nyancat/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/nyancat/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154688289380660 Content-Disposition: inline Content-Length: 1629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/nyancat/Makefile diff -u pkgsrc/misc/nyancat/Makefile:1.3 pkgsrc/misc/nyancat/Makefile:1.4 --- pkgsrc/misc/nyancat/Makefile:1.3 Wed Sep 14 20:53:56 2016 +++ pkgsrc/misc/nyancat/Makefile Mon Jan 7 17:41:33 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/09/14 20:53:56 wiedi Exp $ +# $NetBSD: Makefile,v 1.4 2019/01/07 17:41:33 leot Exp $ -DISTNAME= nyancat-1.5.1 +DISTNAME= nyancat-1.5.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=klange/} Index: pkgsrc/misc/nyancat/distinfo diff -u pkgsrc/misc/nyancat/distinfo:1.1 pkgsrc/misc/nyancat/distinfo:1.2 --- pkgsrc/misc/nyancat/distinfo:1.1 Tue Jul 26 18:01:53 2016 +++ pkgsrc/misc/nyancat/distinfo Mon Jan 7 17:41:33 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2016/07/26 18:01:53 kamil Exp $ +$NetBSD: distinfo,v 1.2 2019/01/07 17:41:33 leot Exp $ -SHA1 (nyancat-1.5.1.tar.gz) = fd59f53f29a7164246c6fe3c29657b65493b7e0c -RMD160 (nyancat-1.5.1.tar.gz) = d6cef020e4dd7aeed727ed6d95da29b7abaf7e7f -SHA512 (nyancat-1.5.1.tar.gz) = 0a45bd0b1a9b9f85650a986c7f9f8120441f6b0bd346281fb44a5470382484738e660dffe17b95088332c50b6aed3feb4b2f949f15f37dd9c1b1885f345e157d -Size (nyancat-1.5.1.tar.gz) = 15124 bytes +SHA1 (nyancat-1.5.2.tar.gz) = 0fb02df62dcf17c46fb8887ea6bb23d5633315c4 +RMD160 (nyancat-1.5.2.tar.gz) = 1f125ecdeeacaf937ca8707b933835547260e41c +SHA512 (nyancat-1.5.2.tar.gz) = 8eee5da8afacdbe8b6b5f66686c101d42da26ef6c172e6b43b6042e1bacf7dfb5668e006cbbe675aca523b567eea57404af5b5bb6d654d137951e06c9a75463a +Size (nyancat-1.5.2.tar.gz) = 15126 bytes SHA1 (patch-Makefile) = 81ff0d28036fcd24351dffd68e97610d26b17c01 --_----------=_154688289380660--