Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 08:45:48 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181663: [PATCH] lang/ruby18: mark DEPRECATED and set EXPIRATION_DATE
Message-ID:  <20130829234548.9E8ED4E63F@eastasia.home.utahime.org>
Resent-Message-ID: <201308292350.r7TNo0fK049871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181663
>Category:       ports
>Synopsis:       [PATCH] lang/ruby18: mark DEPRECATED and set EXPIRATION_DATE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 29 23:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0 r254634: Thu Aug 22 12:43:09 JST 2013 xxxx amd64


	
>Description:
	

	Since Ruby 1.8 reached it's EOL at the end of June, mark DEPRECATED
	and set EXPIRATION_DATE at 6 months after it's EOL day.

>How-To-Repeat:
	
>Fix:

	

--- patch-ruby18 begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 325572)
+++ Makefile	(working copy)
@@ -18,6 +18,9 @@
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT?=	An object-oriented interpreted scripting language
 
+DEPRECATED=	Already reached it's EOL. please migrate to lang/ruby19
+EXPIRATION_DATE=	2013-12-31
+
 GNU_CONFIGURE=	yes
 WRKSRC=		${RUBY_WRKSRC}
 CONFIGURE_ARGS=	${RUBY_CONFIGURE_ARGS} --enable-shared --enable-frame-address
--- patch-ruby18 ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130829234548.9E8ED4E63F>