From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 27 04:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD2DAEA for ; Fri, 27 Sep 2013 04:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86AFD2F50 for ; Fri, 27 Sep 2013 04:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8R401a1040536 for ; Fri, 27 Sep 2013 04:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8R401C6040535; Fri, 27 Sep 2013 04:00:01 GMT (envelope-from gnats) Resent-Date: Fri, 27 Sep 2013 04:00:01 GMT Resent-Message-Id: <201309270400.r8R401C6040535@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D1D3FF26 for ; Fri, 27 Sep 2013 03:53:24 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8002F18 for ; Fri, 27 Sep 2013 03:53:24 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 332F6100AC; Fri, 27 Sep 2013 12:21:52 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (p17154-ipngn100402kyoto.kyoto.ocn.ne.jp [180.10.96.154]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 224D4100A9; Fri, 27 Sep 2013 12:21:52 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1]) by h120.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/20071004-1) with ESMTP id r8R3LmfK018046; Fri, 27 Sep 2013 12:21:48 +0900 (JST) (envelope-from turutani@h120.65.226.10.32118.vlan.kuins.net) Received: (from turutani@localhost) by h120.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/Submit) id r8R3LlOc018045; Fri, 27 Sep 2013 12:21:47 +0900 (JST) (envelope-from turutani) Message-Id: <201309270321.r8R3LlOc018045@h120.65.226.10.32118.vlan.kuins.net> Date: Fri, 27 Sep 2013 12:21:47 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182429: fix typo in Mk/bsd.ruby.mk Cc: turutani@scphys.kyoto-u.ac.jp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 04:00:01 -0000 >Number: 182429 >Category: ports >Synopsis: fix typo in Mk/bsd.ruby.mk >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 27 04:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 8.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #26 r249149: Fri Apr 5 22:13:25 JST 2013 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: "DEFAULT_VERSION" in Mk/bsd.ruby.mk should be "DEFAULT_VERSIONS". >How-To-Repeat: >Fix: --- Mk/bsd.ruby.mk.orig 2013-09-19 17:16:43.000000000 +0900 +++ Mk/bsd.ruby.mk 2013-09-27 11:59:07.000000000 +0900 @@ -140,7 +140,7 @@ .include "${PORTSDIR}/Mk/bsd.default-versions.mk" .if defined(RUBY_DEFAULT_VER) -WARNING+= "Using RUBY_DEFAULT_VER in make.conf, consider using DEFAULT_VERSION=ruby=${RUBY_DEFAULT_VER}" +WARNING+= "Using RUBY_DEFAULT_VER in make.conf, consider using DEFAULT_VERSIONS=ruby=${RUBY_DEFAULT_VER}" .endif RUBY_DEFAULT_VER?= ${RUBY_DEFAULT} >Release-Note: >Audit-Trail: >Unformatted: