From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 29 23:50: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 5B312E0 for ; Thu, 29 Aug 2013 23:50: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 2118123A6 for ; Thu, 29 Aug 2013 23:50: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 r7TNo0Ge049872 for ; Thu, 29 Aug 2013 23:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7TNo0fK049871; Thu, 29 Aug 2013 23:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 29 Aug 2013 23:50:00 GMT Resent-Message-Id: <201308292350.r7TNo0fK049871@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, Yasuhiro KIMURA 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 21459E93 for ; Thu, 29 Aug 2013 23:45:58 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id E701B2357 for ; Thu, 29 Aug 2013 23:45:57 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 01CE661FAC; Fri, 30 Aug 2013 08:45:48 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id CA4484E648; Fri, 30 Aug 2013 08:45:48 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 9E8ED4E63F; Fri, 30 Aug 2013 08:45:48 +0900 (JST) Message-Id: <20130829234548.9E8ED4E63F@eastasia.home.utahime.org> Date: Fri, 30 Aug 2013 08:45:48 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181663: [PATCH] lang/ruby18: mark DEPRECATED and set EXPIRATION_DATE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 23:50:01 -0000 >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: