Received: by mail.netbsd.org (Postfix, from userid 605) id 9418B84D9D; Sun, 14 Apr 2019 10:11:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D01D84D26 for ; Sun, 14 Apr 2019 10:11:23 +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 khzEAn08hzGn for ; Sun, 14 Apr 2019 10:11:22 +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 98CAC84CFC for ; Sun, 14 Apr 2019 10:11:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 957DCFB16; Sun, 14 Apr 2019 10:11:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1555236682224590" MIME-Version: 1.0 Date: Sun, 14 Apr 2019 10:11:22 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activesupport42 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190414101122.957DCFB16@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. --_----------=_1555236682224590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 14 10:11:22 UTC 2019 Modified Files: pkgsrc/devel/ruby-activesupport42: Makefile distinfo Log Message: devel/ruby-activesupport42: update to 4.2.11.1 ## Rails 4.2.11.1 (March 11, 2019) ## * No changes. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-activesupport42/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport42/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1555236682224590 Content-Disposition: inline Content-Length: 1810 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activesupport42/Makefile diff -u pkgsrc/devel/ruby-activesupport42/Makefile:1.6 pkgsrc/devel/ruby-activesupport42/Makefile:1.7 --- pkgsrc/devel/ruby-activesupport42/Makefile:1.6 Sun Feb 3 15:09:21 2019 +++ pkgsrc/devel/ruby-activesupport42/Makefile Sun Apr 14 10:11:22 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2019/02/03 15:09:21 taca Exp $ +# $NetBSD: Makefile,v 1.7 2019/04/14 10:11:22 taca Exp $ DISTNAME= activesupport-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION} -PKGREVISION= 2 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/ruby-activesupport42/distinfo diff -u pkgsrc/devel/ruby-activesupport42/distinfo:1.3 pkgsrc/devel/ruby-activesupport42/distinfo:1.4 --- pkgsrc/devel/ruby-activesupport42/distinfo:1.3 Thu Nov 29 13:49:00 2018 +++ pkgsrc/devel/ruby-activesupport42/distinfo Sun Apr 14 10:11:22 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/11/29 13:49:00 taca Exp $ +$NetBSD: distinfo,v 1.4 2019/04/14 10:11:22 taca Exp $ -SHA1 (activesupport-4.2.11.gem) = 22e1dfff94eabf4d35700ec9becac9e89c825d7d -RMD160 (activesupport-4.2.11.gem) = 26134d8a539cb80e97ca650a5e1831b7861d7612 -SHA512 (activesupport-4.2.11.gem) = 5307237869c48b8cf9973aca2291200ece0b8ba0f19f7559a15069cbe5784b43c6144eaacd27b40c3c82e0d75601a0c7b69c7ec0f8fc694fcab86047317a6805 -Size (activesupport-4.2.11.gem) = 333824 bytes +SHA1 (activesupport-4.2.11.1.gem) = ddf7e7bac461c8428c0009b3b685fb03e705e879 +RMD160 (activesupport-4.2.11.1.gem) = 059b0303607beac788727652be048dc35b7d4495 +SHA512 (activesupport-4.2.11.1.gem) = e97d2e3b7cf0f2083ba45c5dc78530e06f405fc7f83c601255364a2e14576aa053a7f1d2d961d8a90956eb2356a4bb53f34e25ad11b3eb5b05d21d9d935d3abc +Size (activesupport-4.2.11.1.gem) = 333824 bytes --_----------=_1555236682224590--