Bug 182429 - fix typo in Mk/bsd.ruby.mk
Summary: fix typo in Mk/bsd.ruby.mk
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 05:00 UTC by TsurutaniNaoki
Modified: 2013-09-27 07:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (477 bytes, patch)
2013-09-27 05:00 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2013-09-27 05:00:00 UTC
	"DEFAULT_VERSION" in Mk/bsd.ruby.mk should be "DEFAULT_VERSIONS".
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-27 05:00:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

bsd.ruby.mk is ruby territory (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-27 07:18:48 UTC
Author: sunpoet
Date: Fri Sep 27 06:18:40 2013
New Revision: 328432
URL: http://svnweb.freebsd.org/changeset/ports/328432

Log:
  - Fix typo [1]
  - Reword warning message
  
  PR:		ports/182429 [1]
  Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>

Modified:
  head/Mk/bsd.ruby.mk

Modified: head/Mk/bsd.ruby.mk
==============================================================================
--- head/Mk/bsd.ruby.mk	Fri Sep 27 05:48:27 2013	(r328431)
+++ head/Mk/bsd.ruby.mk	Fri Sep 27 06:18:40 2013	(r328432)
@@ -140,7 +140,7 @@ Ruby_Include_MAINTAINER=	ruby@FreeBSD.or
 .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+=	"RUBY_DEFAULT_VER is defined, consider using DEFAULT_VERSIONS=ruby=${RUBY_DEFAULT_VER} instead"
 .endif
 
 RUBY_DEFAULT_VER?=	${RUBY_DEFAULT}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-27 07:18:57 UTC
State Changed
From-To: open->closed

Committed. Thanks! 


Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-27 07:18:57 UTC
Responsible Changed
From-To: ruby->sunpoet

Committed. Thanks!