svn commit: r420014 - head/databases/rubygem-dm-devise

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Aug 10 14:13:47 UTC 2016


Author: tz
Date: Wed Aug 10 14:13:45 2016
New Revision: 420014
URL: https://svnweb.freebsd.org/changeset/ports/420014

Log:
  databases/rubygem-dm-devise: 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/databases/rubygem-dm-devise/Makefile

Modified: head/databases/rubygem-dm-devise/Makefile
==============================================================================
--- head/databases/rubygem-dm-devise/Makefile	Wed Aug 10 14:12:49 2016	(r420013)
+++ head/databases/rubygem-dm-devise/Makefile	Wed Aug 10 14:13:45 2016	(r420014)
@@ -19,6 +19,10 @@ RUN_DEPENDS=	rubygem-devise>=1.3:devel/r
 		rubygem-dm-serializer>=1.0.2:databases/rubygem-dm-serializer \
 		rubygem-dm-timestamps>=1.0.2:databases/rubygem-dm-timestamps
 
+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