Received: by mail.netbsd.org (Postfix, from userid 605) id 91F5685628; Sun, 18 Jun 2017 14:08:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 246DA84DF7 for ; Sun, 18 Jun 2017 14:08:26 +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 44FETKksafM9 for ; Sun, 18 Jun 2017 14:08:25 +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 8709384CE3 for ; Sun, 18 Jun 2017 14:08:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D544FAE8; Sun, 18 Jun 2017 14:08:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149779490582330" MIME-Version: 1.0 Date: Sun, 18 Jun 2017 14:08:25 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-mode To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170618140825.7D544FAE8@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. --_----------=_149779490582330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jun 18 14:08:25 UTC 2017 Modified Files: pkgsrc/devel/ruby-mode: Makefile Log Message: Update ruby-mode to 2.4.1. * Support for `squiggly heredoc' syntax in ruby-mode. [Fix GH-1372] To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/ruby-mode/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149779490582330 Content-Disposition: inline Content-Length: 750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-mode/Makefile diff -u pkgsrc/devel/ruby-mode/Makefile:1.35 pkgsrc/devel/ruby-mode/Makefile:1.36 --- pkgsrc/devel/ruby-mode/Makefile:1.35 Tue May 30 15:46:21 2017 +++ pkgsrc/devel/ruby-mode/Makefile Sun Jun 18 14:08:25 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2017/05/30 15:46:21 taca Exp $ +# $NetBSD: Makefile,v 1.36 2017/06/18 14:08:25 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Ruby editing mode for Emacs DISTINFO_FILE= ${RUBY_DISTINFO_FILE} WRKSRC= ${RUBY_WRKSRC}/misc EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/misc -RUBY_VERSIONS_ACCEPTED= 23 +RUBY_VERSIONS_ACCEPTED= 24 RUBY_NOVERSION= yes NO_CONFIGURE= yes SRCS= inf-ruby.el ruby-electric.el ruby-mode.el \ --_----------=_149779490582330--