Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 17:13:29 +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: r328026 - in head: databases/ruby-memcache devel/ruby-io-reactor
Message-ID:  <201309231713.r8NHDTJc041603@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Mon Sep 23 17:13:28 2013
New Revision: 328026
URL: http://svnweb.freebsd.org/changeset/ports/328026

Log:
  - Mark databases/ruby-memcache DEPRECATED
  - Unify date to expire at the same time
  
  With hat:	portmgr
  Discussed with:	swills

Modified:
  head/databases/ruby-memcache/Makefile   (contents, props changed)
  head/devel/ruby-io-reactor/Makefile

Modified: head/databases/ruby-memcache/Makefile
==============================================================================
--- head/databases/ruby-memcache/Makefile	Mon Sep 23 17:06:38 2013	(r328025)
+++ head/databases/ruby-memcache/Makefile	Mon Sep 23 17:13:28 2013	(r328026)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	A memcached client library for Ruby
 
+DEPRECATED=	Development has been abandoned upstream
+EXPIRATION_DATE=	2013-11-01
+
 BUILD_DEPENDS=	${RUBY_SITELIBDIR}/io/reactor.rb:${PORTSDIR}/devel/ruby-io-reactor
 RUN_DEPENDS=	${RUBY_SITELIBDIR}/io/reactor.rb:${PORTSDIR}/devel/ruby-io-reactor
 

Modified: head/devel/ruby-io-reactor/Makefile
==============================================================================
--- head/devel/ruby-io-reactor/Makefile	Mon Sep 23 17:06:38 2013	(r328025)
+++ head/devel/ruby-io-reactor/Makefile	Mon Sep 23 17:13:28 2013	(r328026)
@@ -13,7 +13,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby module that implements an asynchronous multiplexed IO Reactor
 
 DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-05-02
+EXPIRATION_DATE=	2013-11-01
 
 USE_RUBY=	yes
 USE_RAKE=	yes



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