Received: by mail.netbsd.org (Postfix, from userid 605) id E630984D49; Tue, 25 Jul 2017 14:29:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79A3084D37 for ; Tue, 25 Jul 2017 14:29:43 +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 391yyVkfoh0J for ; Tue, 25 Jul 2017 14:29:43 +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 0C50784D28 for ; Tue, 25 Jul 2017 14:29:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0240DFAB2; Tue, 25 Jul 2017 14:29:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150099298235810" MIME-Version: 1.0 Date: Tue, 25 Jul 2017 14:29:42 +0000 From: "Jared D. McNeill" Subject: CVS commit: pkgsrc/www/termtter To: pkgsrc-changes@NetBSD.org Reply-To: jmcneill@netbsd.org X-Mailer: log_accum Message-Id: <20170725142943.0240DFAB2@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. --_----------=_150099298235810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jmcneill Date: Tue Jul 25 14:29:42 UTC 2017 Modified Files: pkgsrc/www/termtter: Makefile distinfo Log Message: Update termtter to 2.2.8. Sorry, the upstream changelog has not been updated in 4 years and the git log output mostly refers to pull request numbers. Mostly bug fixes, including one that improves compatibility with Ruby 2.3.0 (getting rid of "Object#timeout is deprecated, use Timeout.timeout" prints) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/termtter/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/termtter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150099298235810 Content-Disposition: inline Content-Length: 1571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/termtter/Makefile diff -u pkgsrc/www/termtter/Makefile:1.15 pkgsrc/www/termtter/Makefile:1.16 --- pkgsrc/www/termtter/Makefile:1.15 Tue May 30 15:19:39 2017 +++ pkgsrc/www/termtter/Makefile Tue Jul 25 14:29:42 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2017/05/30 15:19:39 taca Exp $ +# $NetBSD: Makefile,v 1.16 2017/07/25 14:29:42 jmcneill Exp $ -DISTNAME= termtter-2.2.1 -PKGREVISION= 3 +DISTNAME= termtter-2.2.8 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/termtter/distinfo diff -u pkgsrc/www/termtter/distinfo:1.9 pkgsrc/www/termtter/distinfo:1.10 --- pkgsrc/www/termtter/distinfo:1.9 Wed Nov 4 02:47:40 2015 +++ pkgsrc/www/termtter/distinfo Tue Jul 25 14:29:42 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 02:47:40 agc Exp $ +$NetBSD: distinfo,v 1.10 2017/07/25 14:29:42 jmcneill Exp $ -SHA1 (termtter-2.2.1.gem) = 90b15a621cc4eae2cd923d10f44dd965678018cc -RMD160 (termtter-2.2.1.gem) = e56faffb02402535affa23e3dc9b592825175273 -SHA512 (termtter-2.2.1.gem) = b4489e68234da5f465a24c2d3150cf7ec424163b74aa6a89f07cf8d99296764e4f6603be4677fa2dabfcbab20a857745b5c0010b25aceb16a2a1eff321ff1a2b -Size (termtter-2.2.1.gem) = 1505280 bytes +SHA1 (termtter-2.2.8.gem) = 63c1b314a7cce7f050b9d0a62dfbff03c3366f89 +RMD160 (termtter-2.2.8.gem) = 912b235178138eb5068a682adfee0bb88deac9bf +SHA512 (termtter-2.2.8.gem) = cc173c0b4653fca883e1fab0e9cc98e2258db5d20758e9ef16d05ce7ed8347235b13549c62a978c89a67af1321dc1658dbf91551d8be5497a662e8d1ed6b3b52 +Size (termtter-2.2.8.gem) = 1506304 bytes --_----------=_150099298235810--