svn commit: r399589 - head/devel/rubygem-debugger

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:10:19 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:10:17 2015
New Revision: 399589
URL: https://svnweb.freebsd.org/changeset/ports/399589

Log:
  - Mark DEPRECATED and set EXPIRATION_DATE to 2015-10-31

Modified:
  head/devel/rubygem-debugger/Makefile

Modified: head/devel/rubygem-debugger/Makefile
==============================================================================
--- head/devel/rubygem-debugger/Makefile	Sat Oct 17 18:10:13 2015	(r399588)
+++ head/devel/rubygem-debugger/Makefile	Sat Oct 17 18:10:17 2015	(r399589)
@@ -17,6 +17,8 @@ RUN_DEPENDS=	rubygem-columnize>=0.3.1:${
 
 BROKEN_RUBY21=	yes
 BROKEN_RUBY22=	yes
+DEPRECATED=	This port is for Ruby 1.9 only. Upstream stopped maintenance.
+EXPIRATION_DATE=2015-10-31
 
 CONFIGURE_ARGS=	--with-ruby-include=${WRKDIR}/ruby
 USE_RUBY=	yes


More information about the svn-ports-all mailing list