svn commit: r389511 - head/security/rubygem-rack-oauth2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 13 20:03:00 UTC 2015
Author: sunpoet
Date: Sat Jun 13 20:02:59 2015
New Revision: 389511
URL: https://svnweb.freebsd.org/changeset/ports/389511
Log:
- Update RUN_DEPENDS: use newer rubygem-rack
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Modified:
head/security/rubygem-rack-oauth2/Makefile
Modified: head/security/rubygem-rack-oauth2/Makefile
==============================================================================
--- head/security/rubygem-rack-oauth2/Makefile Sat Jun 13 20:02:59 2015 (r389510)
+++ head/security/rubygem-rack-oauth2/Makefile Sat Jun 13 20:02:59 2015 (r389511)
@@ -2,6 +2,7 @@
PORTNAME= rack-oauth2
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -15,8 +16,9 @@ RUN_DEPENDS= rubygem-activesupport>=2.3:
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 \
- rubygem-rack>=1.1:${PORTSDIR}/www/rubygem-rack
+ rubygem-rack16>=1.1:${PORTSDIR}/www/rubygem-rack16
+NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
More information about the svn-ports-all
mailing list