From owner-svn-ports-all@freebsd.org Fri Jan 27 14:07:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12554CC337D; Fri, 27 Jan 2017 14:07:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7F30977; Fri, 27 Jan 2017 14:07:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0RE75wQ019207; Fri, 27 Jan 2017 14:07:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0RE75Ro019205; Fri, 27 Jan 2017 14:07:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701271407.v0RE75Ro019205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 27 Jan 2017 14:07:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432553 - in head: Mk lang/ruby23 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 14:07:07 -0000 Author: sunpoet Date: Fri Jan 27 14:07:05 2017 New Revision: 432553 URL: https://svnweb.freebsd.org/changeset/ports/432553 Log: Fix PLIST - Bump PORTREVISION for package change PR: 216498 Submitted by: marino MFH: 2017Q1 Modified: head/Mk/bsd.ruby.mk head/lang/ruby23/pkg-plist Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Fri Jan 27 13:54:02 2017 (r432552) +++ head/Mk/bsd.ruby.mk Fri Jan 27 14:07:05 2017 (r432553) @@ -175,7 +175,7 @@ RUBY22= "" # PLIST_SUB helpers # Ruby 2.3 # RUBY_RELVERSION= 2.3.3 -RUBY_PORTREVISION= 1 +RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY23= "" # PLIST_SUB helpers Modified: head/lang/ruby23/pkg-plist ============================================================================== --- head/lang/ruby23/pkg-plist Fri Jan 27 13:54:02 2017 (r432552) +++ head/lang/ruby23/pkg-plist Fri Jan 27 14:07:05 2017 (r432553) @@ -1,3 +1,4 @@ +%%IF_DEFAULT%%bin/erb bin/erb%%RUBY_SUFFIX%% %%IF_DEFAULT%%bin/irb bin/irb%%RUBY_SUFFIX%%