svn commit: r420017 - head/devel/rubygem-devise-async

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Aug 10 14:16:02 UTC 2016


Author: tz
Date: Wed Aug 10 14:16:01 2016
New Revision: 420017
URL: https://svnweb.freebsd.org/changeset/ports/420017

Log:
  devel/rubygem-devise-async: Set DEPRECATED and BROKEN
  
  It is not compatible with devel/rubygem-devise > 4 and therefore BROKEN.
  Also the current version relies on Rails 3.0 which we try to
  remove from ports-tree and is not used by any dependency.
  Therefore its also DEPRECATED.
  
  Approved by: swills (mentor)

Modified:
  head/devel/rubygem-devise-async/Makefile

Modified: head/devel/rubygem-devise-async/Makefile
==============================================================================
--- head/devel/rubygem-devise-async/Makefile	Wed Aug 10 14:15:16 2016	(r420016)
+++ head/devel/rubygem-devise-async/Makefile	Wed Aug 10 14:16:01 2016	(r420017)
@@ -16,6 +16,10 @@ RUN_DEPENDS?=	rubygem-devise>=3.2:devel/
 
 SLAVEDIRS=	devel/rubygem-devise-async-rails4
 
+BROKEN=		Not compatible with devel/rubygem-devise > 3
+DEPRECATED=	Not compatible with devel/rubygem-devise > 3
+EXPIRED_DATE=	2016-12-31
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem


More information about the svn-ports-all mailing list