Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2013 04:15:27 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330972 - head/devel/rubygem-ruby-debug-base
Message-ID:  <201310200415.r9K4FRZk028129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Sun Oct 20 04:15:27 2013
New Revision: 330972
URL: http://svnweb.freebsd.org/changeset/ports/330972

Log:
  - Mark DEPRECATED, set EXPIRATION_DATE
  
  With hat:	portmgr

Modified:
  head/devel/rubygem-ruby-debug-base/Makefile   (contents, props changed)

Modified: head/devel/rubygem-ruby-debug-base/Makefile
==============================================================================
--- head/devel/rubygem-ruby-debug-base/Makefile	Sun Oct 20 04:12:12 2013	(r330971)
+++ head/devel/rubygem-ruby-debug-base/Makefile	Sun Oct 20 04:15:27 2013	(r330972)
@@ -9,6 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	gogo@cs.uni-sb.de
 COMMENT=	Fast implementation of the standard Ruby debugger
 
+DEPRECATED=	Does not work with Ruby 1.9
+EXPIRATION_DATE=	2013-10-21
+
 RUN_DEPENDS=	rubygem-linecache>=0.3:${PORTSDIR}/devel/rubygem-linecache
 
 USE_RUBY=	yes



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