Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2016 14:01:03 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422917 - head/security/rubygem-doorkeeper
Message-ID:  <201609291401.u8TE13pv021722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Sep 29 14:01:03 2016
New Revision: 422917
URL: https://svnweb.freebsd.org/changeset/ports/422917

Log:
  security/rubygem-doorkeeper: Remove Rails 3 option
  
  Rails 3 will be obsoleted in favor of Rails 4. Therefore we remove
  this option.
  
  Approved by: swills (mentor)

Modified:
  head/security/rubygem-doorkeeper/Makefile

Modified: head/security/rubygem-doorkeeper/Makefile
==============================================================================
--- head/security/rubygem-doorkeeper/Makefile	Thu Sep 29 13:37:00 2016	(r422916)
+++ head/security/rubygem-doorkeeper/Makefile	Thu Sep 29 14:01:03 2016	(r422917)
@@ -11,16 +11,7 @@ COMMENT=	Doorkeeper is an OAuth 2 provid
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-OPTIONS_SINGLE=	SG1
-OPTIONS_SINGLE_SG1=	RAILTIES RAILTIES4
-
-RAILTIES_DESC=	Use Railties 3
-RAILTIES4_DESC=	Use Railties 4
-
-OPTIONS_DEFAULT=	RAILTIES4
-
-RAILTIES_RUN_DEPENDS=	rubygem-railties>=3.2:www/rubygem-railties
-RAILTIES4_RUN_DEPENDS=	rubygem-railties4>=4.0:www/rubygem-railties4
+RUN_DEPENDS=	rubygem-railties4>=4.0:www/rubygem-railties4
 
 NO_ARCH=	yes
 USE_RUBY=	yes



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