Received: by mail.netbsd.org (Postfix, from userid 605) id 934E384D77; Thu, 2 Jan 2020 20:57:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A0CF84D6E for ; Thu, 2 Jan 2020 20:57:22 +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 UuHjDqN83FuY for ; Thu, 2 Jan 2020 20:57:21 +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 87F4684CD8 for ; Thu, 2 Jan 2020 20:57:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74BD3FA97; Thu, 2 Jan 2020 20:57:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577998641268890" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 20:57:21 +0000 From: "Sijmen J. Mulder" Subject: CVS commit: pkgsrc/multimedia/nostt To: pkgsrc-changes@NetBSD.org Reply-To: sjmulder@netbsd.org X-Mailer: log_accum Message-Id: <20200102205721.74BD3FA97@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. --_----------=_1577998641268890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sjmulder Date: Thu Jan 2 20:57:21 UTC 2020 Modified Files: pkgsrc/multimedia/nostt: Makefile distinfo Log Message: nostt: Update to 1.2 Changes: - Fixed: build warning from mismatched callback signature. - Fixed: only first column printed with colors off. - New: type 'q' at the prompt to quit. - New: next page suggested after last subpage (e.g. [101] after [101-4]). - Change: drop /usr/local from default include and lib search path. System search paths aren't for us to decide. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/nostt/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/nostt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577998641268890 Content-Disposition: inline Content-Length: 1602 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/nostt/Makefile diff -u pkgsrc/multimedia/nostt/Makefile:1.6 pkgsrc/multimedia/nostt/Makefile:1.7 --- pkgsrc/multimedia/nostt/Makefile:1.6 Thu Aug 22 12:23:38 2019 +++ pkgsrc/multimedia/nostt/Makefile Thu Jan 2 20:57:21 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2019/08/22 12:23:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2020/01/02 20:57:21 sjmulder Exp $ -DISTNAME= nostt-1.1.1 -PKGREVISION= 4 +DISTNAME= nostt-1.2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=sjmulder/} Index: pkgsrc/multimedia/nostt/distinfo diff -u pkgsrc/multimedia/nostt/distinfo:1.1 pkgsrc/multimedia/nostt/distinfo:1.2 --- pkgsrc/multimedia/nostt/distinfo:1.1 Thu Dec 6 19:52:40 2018 +++ pkgsrc/multimedia/nostt/distinfo Thu Jan 2 20:57:21 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/12/06 19:52:40 leot Exp $ +$NetBSD: distinfo,v 1.2 2020/01/02 20:57:21 sjmulder Exp $ -SHA1 (nostt-1.1.1.tar.gz) = 96187e2fc8bea388a3554120b6b3b2dceb30e7ac -RMD160 (nostt-1.1.1.tar.gz) = a21c0cc60a8eb2d0fec5f296ce782c7a6855d914 -SHA512 (nostt-1.1.1.tar.gz) = e1407ebd4d6afa81d24d4332ba497a95a1e063e7498b340e0122b78985e46c9bbfb9ca6ec44fb00147cc9c24f7430e30bca819b43f7182f667201673ea142c9c -Size (nostt-1.1.1.tar.gz) = 9018 bytes +SHA1 (nostt-1.2.tar.gz) = 0eeb531e5b0484f69d7e138351097f78d3ef4d16 +RMD160 (nostt-1.2.tar.gz) = 81450e5402e7c37dd471b4036967f4b394480b5b +SHA512 (nostt-1.2.tar.gz) = a1305f260145917cd2fd0f9327fe4c8ce7d7ee20849e90f8ac683028482bf58b2ef83be0c96121a5c9d0cb66b4e8fe89efcd1d2cccaa92800b7b8519abe13584 +Size (nostt-1.2.tar.gz) = 9246 bytes --_----------=_1577998641268890--