Received: by mail.netbsd.org (Postfix, from userid 605) id C247B84DE5; Sat, 28 Dec 2019 12:17:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AC5884D41 for ; Sat, 28 Dec 2019 12:17:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id L5-ulTenemn9 for ; Sat, 28 Dec 2019 12:17:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D90CD84C8B for ; Sat, 28 Dec 2019 12:17:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6751FA97; Sat, 28 Dec 2019 12:17:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577535441146290" MIME-Version: 1.0 Date: Sat, 28 Dec 2019 12:17:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/ruby-cucumber-core To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20191228121721.D6751FA97@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. --_----------=_1577535441146290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 28 12:17:21 UTC 2019 Modified Files: pkgsrc/devel/ruby-cucumber-core: Makefile Log Message: ruby-cucumber-core: bump PKGREVISION for PLIST change To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-cucumber-core/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577535441146290 Content-Disposition: inline Content-Length: 541 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-cucumber-core/Makefile diff -u pkgsrc/devel/ruby-cucumber-core/Makefile:1.4 pkgsrc/devel/ruby-cucumber-core/Makefile:1.5 --- pkgsrc/devel/ruby-cucumber-core/Makefile:1.4 Sun Jan 20 13:42:36 2019 +++ pkgsrc/devel/ruby-cucumber-core/Makefile Sat Dec 28 12:17:21 2019 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2019/01/20 13:42:36 taca Exp $ +# $NetBSD: Makefile,v 1.5 2019/12/28 12:17:21 wiz Exp $ DISTNAME= cucumber-core-4.0.0 +PKGREVISION= 1 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org --_----------=_1577535441146290--