svn commit: r515009 - head/security/rubygem-omniauth-oauth2-generic
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 20 17:17:27 UTC 2019
Author: sunpoet
Date: Sun Oct 20 17:17:26 2019
New Revision: 515009
URL: https://svnweb.freebsd.org/changeset/ports/515009
Log:
Update version requirement of RUN_DEPENDS
Modified:
head/security/rubygem-omniauth-oauth2-generic/Makefile
Modified: head/security/rubygem-omniauth-oauth2-generic/Makefile
==============================================================================
--- head/security/rubygem-omniauth-oauth2-generic/Makefile Sun Oct 20 17:17:22 2019 (r515008)
+++ head/security/rubygem-omniauth-oauth2-generic/Makefile Sun Oct 20 17:17:26 2019 (r515009)
@@ -12,11 +12,12 @@ COMMENT= Generic, Configurable OmniAuth Strategy for O
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-omniauth-oauth2>=1.0:net/rubygem-omniauth-oauth2
+RUN_DEPENDS= rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup
More information about the svn-ports-all
mailing list