Received: by mail.netbsd.org (Postfix, from userid 605) id F298A84DDD; Sun, 7 Mar 2021 10:10:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 377FD84DDB for ; Sun, 7 Mar 2021 10:10:35 +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 pOddyfhJ_krC for ; Sun, 7 Mar 2021 10:10:34 +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 A7AFB84CD8 for ; Sun, 7 Mar 2021 10:10:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96F32FA95; Sun, 7 Mar 2021 10:10:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615111834261960" MIME-Version: 1.0 Date: Sun, 7 Mar 2021 10:10:34 +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: <20210307101034.96F32FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615111834261960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 7 10:10:34 UTC 2021 Modified Files: pkgsrc/sysutils/capistrano: Makefile distinfo Log Message: sysutils/capistrano: update to 3.16.0 3.16.0 (2021-02-28) New Features * Add a :verify_commit option; if enabled, checks that the revision being deployed has a valid signature (git only) (#2076) @mohamedhafez Housekeeping * Fix cucumber puts deprecation warnings (#2075) @mattbrictson To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/capistrano/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/capistrano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615111834261960 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.35 pkgsrc/sysutils/capistrano/Makefile:1.36 --- pkgsrc/sysutils/capistrano/Makefile:1.35 Thu Jan 14 14:20:34 2021 +++ pkgsrc/sysutils/capistrano/Makefile Sun Mar 7 10:10:34 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2021/01/14 14:20:34 taca Exp $ +# $NetBSD: Makefile,v 1.36 2021/03/07 10:10:34 taca Exp $ -DISTNAME= capistrano-3.15.0 +DISTNAME= capistrano-3.16.0 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/sysutils/capistrano/distinfo diff -u pkgsrc/sysutils/capistrano/distinfo:1.30 pkgsrc/sysutils/capistrano/distinfo:1.31 --- pkgsrc/sysutils/capistrano/distinfo:1.30 Thu Jan 14 14:20:34 2021 +++ pkgsrc/sysutils/capistrano/distinfo Sun Mar 7 10:10:34 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2021/01/14 14:20:34 taca Exp $ +$NetBSD: distinfo,v 1.31 2021/03/07 10:10:34 taca Exp $ -SHA1 (capistrano-3.15.0.gem) = 2ae4910f13dfe86a69ea4a77d7d2c4acee000c5f -RMD160 (capistrano-3.15.0.gem) = 965612c87ce3379478e2550c4f290d7fcb0469dc -SHA512 (capistrano-3.15.0.gem) = 087825839239f66f004c2c079a3b1d3553465c2ca4da8bc67e737fcfadf22b618ff70542ba5c255cc47e2047245aa5b57148432a68afcf48dedbe96e0257931c -Size (capistrano-3.15.0.gem) = 69120 bytes +SHA1 (capistrano-3.16.0.gem) = 9743e00f80ea6eddd8381071e62c186b839b8c15 +RMD160 (capistrano-3.16.0.gem) = 51be3de3ad9a7b0ad5f56114c8ace3447c819aa2 +SHA512 (capistrano-3.16.0.gem) = ec5aa465065cd115f0a1b7db06b7c68f2034e81feb3b814b730a6aca464756e545fd5c065ea941a3076bb637448e2a0f04aeb56de2578cdf22a6f208d27a2219 +Size (capistrano-3.16.0.gem) = 69120 bytes --_----------=_1615111834261960--