Received: by mail.netbsd.org (Postfix, from userid 605) id A080D84D4A; Sun, 23 Sep 2018 16:16:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F96F84D36 for ; Sun, 23 Sep 2018 16:16:06 +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 9JaBRspzTtuR for ; Sun, 23 Sep 2018 16:16:06 +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 E64A084D22 for ; Sun, 23 Sep 2018 16:16:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2E40FBEE; Sun, 23 Sep 2018 16:16:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153771936564590" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 16:16:05 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/sysutils/capistrano To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180923161605.E2E40FBEE@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. --_----------=_153771936564590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 16:16:05 UTC 2018 Modified Files: pkgsrc/sysutils/capistrano: Makefile distinfo Log Message: sysutils/capistrano: update to 3.11.0 3.11.0 (2018-06-02) #1972: fallback ask to default when used in non interactive session To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/capistrano/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/capistrano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153771936564590 Content-Disposition: inline Content-Length: 1652 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/capistrano/Makefile diff -u pkgsrc/sysutils/capistrano/Makefile:1.28 pkgsrc/sysutils/capistrano/Makefile:1.29 --- pkgsrc/sysutils/capistrano/Makefile:1.28 Sun May 6 02:23:23 2018 +++ pkgsrc/sysutils/capistrano/Makefile Sun Sep 23 16:16:05 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2018/05/06 02:23:23 taca Exp $ +# $NetBSD: Makefile,v 1.29 2018/09/23 16:16:05 taca Exp $ -DISTNAME= capistrano-3.10.2 +DISTNAME= capistrano-3.11.0 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/sysutils/capistrano/distinfo diff -u pkgsrc/sysutils/capistrano/distinfo:1.23 pkgsrc/sysutils/capistrano/distinfo:1.24 --- pkgsrc/sysutils/capistrano/distinfo:1.23 Sun May 6 02:23:23 2018 +++ pkgsrc/sysutils/capistrano/distinfo Sun Sep 23 16:16:05 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2018/05/06 02:23:23 taca Exp $ +$NetBSD: distinfo,v 1.24 2018/09/23 16:16:05 taca Exp $ -SHA1 (capistrano-3.10.2.gem) = 340d863724607c60189f0416283ad7d679adb701 -RMD160 (capistrano-3.10.2.gem) = 4f4d797530feb6aa72a9144c063f48658968b5a5 -SHA512 (capistrano-3.10.2.gem) = a7eadcd0b949baab2d6ad09c2243f71ec803f85b5c3cf455068d3b0889be30d0f6bbee4ef0bdf90b9c7ec6c3e01886d350fd8a70824366383f7dcc49f0a8c92e -Size (capistrano-3.10.2.gem) = 78336 bytes +SHA1 (capistrano-3.11.0.gem) = 3c7bbab77bfa71d29f85b17eeaffa726bb07b2df +RMD160 (capistrano-3.11.0.gem) = b1dee269b9fea57a2ef96e6370f1dfa1bdb28bcf +SHA512 (capistrano-3.11.0.gem) = d8b635de223a0574c17dff6fdfe4007741f823e24f376cc22129b709d40792d02965b72465aeeb54560f22522dafe255f094bde9a23aa259bca9d4933585e212 +Size (capistrano-3.11.0.gem) = 78336 bytes --_----------=_153771936564590--