svn commit: r407983 - head/security/rubygem-rack-oauth2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 3 20:54:58 UTC 2016


Author: sunpoet
Date: Wed Feb  3 20:54:56 2016
New Revision: 407983
URL: https://svnweb.freebsd.org/changeset/ports/407983

Log:
  - Update RUN_DEPENDS: use Rails 4
  - Bump PORTREVISION for dependency change
  
  PR:		206880
  Submitted by:	Torsten Zuhlsdorff <ports at toco-domains.de>

Modified:
  head/security/rubygem-rack-oauth2/Makefile

Modified: head/security/rubygem-rack-oauth2/Makefile
==============================================================================
--- head/security/rubygem-rack-oauth2/Makefile	Wed Feb  3 20:54:51 2016	(r407982)
+++ head/security/rubygem-rack-oauth2/Makefile	Wed Feb  3 20:54:56 2016	(r407983)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rack-oauth2
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	OAuth 2.0 Server & Client Libra
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport>=2.3:${PORTSDIR}/devel/rubygem-activesupport \
+RUN_DEPENDS=	rubygem-activesupport4>=2.3:${PORTSDIR}/devel/rubygem-activesupport4 \
 		rubygem-attr_required>=0.0.5:${PORTSDIR}/devel/rubygem-attr_required \
 		rubygem-httpclient>=2.4:${PORTSDIR}/www/rubygem-httpclient \
 		rubygem-multi_json>=1.3.6:${PORTSDIR}/devel/rubygem-multi_json \


More information about the svn-ports-all mailing list