Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 24EBE7A263 for ; Mon, 24 Oct 2016 14:23:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C9E7685E9C; Mon, 24 Oct 2016 14:23:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1988885E00 for ; Mon, 24 Oct 2016 14:23:02 +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 EXeTBDraVjC6 for ; Mon, 24 Oct 2016 14:23:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9DE0985E8D for ; Mon, 24 Oct 2016 14:23:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9860BFBD2; Mon, 24 Oct 2016 14:23:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477318981140300" MIME-Version: 1.0 Date: Mon, 24 Oct 2016 14:23:01 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-jekyll-archives To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20161024142301.9860BFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1477318981140300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Oct 24 14:23:01 UTC 2016 Modified Files: pkgsrc/www/ruby-jekyll-archives: Makefile distinfo Log Message: Update ruby-jekyll-archives to 2.1.1. ### Minor Enhancements * Make Archive subclass of Page (#67) * Don't limit slugs/title to strings (#41) ### Development Fixes * Update Travis config and Gemfile for Ruby < 2.2.2 support (#68) * Consolidate History file to work with jekyllbot (#80) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-jekyll-archives/Makefile \ pkgsrc/www/ruby-jekyll-archives/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1477318981140300 Content-Disposition: inline Content-Length: 1724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-jekyll-archives/Makefile diff -u pkgsrc/www/ruby-jekyll-archives/Makefile:1.1 pkgsrc/www/ruby-jekyll-archives/Makefile:1.2 --- pkgsrc/www/ruby-jekyll-archives/Makefile:1.1 Sun May 29 02:33:13 2016 +++ pkgsrc/www/ruby-jekyll-archives/Makefile Mon Oct 24 14:23:01 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2016/05/29 02:33:13 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2016/10/24 14:23:01 taca Exp $ -DISTNAME= jekyll-archives-2.1.0 +DISTNAME= jekyll-archives-2.1.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-jekyll-archives/distinfo diff -u pkgsrc/www/ruby-jekyll-archives/distinfo:1.1 pkgsrc/www/ruby-jekyll-archives/distinfo:1.2 --- pkgsrc/www/ruby-jekyll-archives/distinfo:1.1 Sun May 29 02:33:13 2016 +++ pkgsrc/www/ruby-jekyll-archives/distinfo Mon Oct 24 14:23:01 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/05/29 02:33:13 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2016/10/24 14:23:01 taca Exp $ -SHA1 (jekyll-archives-2.1.0.gem) = 3d53209c0dbe00977d1051421b21c43a81ff55ff -RMD160 (jekyll-archives-2.1.0.gem) = 72a8384f17ed96169af0877192c2a477f6df756f -SHA512 (jekyll-archives-2.1.0.gem) = 719225d3ee0d63883772d4df29402890bba81390d3ca72ffa01ffc47ad9d0ef0e3072d2046a2eae6848456f1a9d4dd6ad7522a155e6909280bb9288a887f90f5 -Size (jekyll-archives-2.1.0.gem) = 7168 bytes +SHA1 (jekyll-archives-2.1.1.gem) = 4fb3a3f4fbe168908bb0e6cc733c219ce17794f9 +RMD160 (jekyll-archives-2.1.1.gem) = 8580dd74df13bef0f6726c79adc140a832bf37d4 +SHA512 (jekyll-archives-2.1.1.gem) = fd12f79d1ac3259f653f440aaec7c6bcb6d6a7a314592ea4a54e08e1a97468fdb9f12505d3d44452cb67d650e72501690f345a4a6fc823ec8239d83e3e1bf3da +Size (jekyll-archives-2.1.1.gem) = 6656 bytes --_----------=_1477318981140300--