svn commit: r328026 - in head: databases/ruby-memcache devel/ruby-io-reactor

Thomas Abthorpe tabthorpe at FreeBSD.org
Mon Sep 23 17:13:29 UTC 2013


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 at 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 at 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


More information about the svn-ports-all mailing list