svn commit: r439632 - in head/net: . rubygem-oauth212

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 28 20:24:56 UTC 2017


Author: sunpoet
Date: Fri Apr 28 20:24:54 2017
New Revision: 439632
URL: https://svnweb.freebsd.org/changeset/ports/439632

Log:
  Add rubygem-oauth212 1.2.0 (copied from rubygem-oauth2)
  
  - Add PORTSCOUT

Added:
  head/net/rubygem-oauth212/
     - copied from r439544, head/net/rubygem-oauth2/
Modified:
  head/net/Makefile
  head/net/rubygem-oauth212/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri Apr 28 20:24:49 2017	(r439631)
+++ head/net/Makefile	Fri Apr 28 20:24:54 2017	(r439632)
@@ -1189,6 +1189,7 @@
     SUBDIR += rubygem-network_interface
     SUBDIR += rubygem-oauth
     SUBDIR += rubygem-oauth2
+    SUBDIR += rubygem-oauth212
     SUBDIR += rubygem-octokit
     SUBDIR += rubygem-octopress-deploy
     SUBDIR += rubygem-omniauth-auth0

Modified: head/net/rubygem-oauth212/Makefile
==============================================================================
--- head/net/rubygem-oauth2/Makefile	Thu Apr 27 12:56:21 2017	(r439544)
+++ head/net/rubygem-oauth212/Makefile	Fri Apr 28 20:24:54 2017	(r439632)
@@ -6,6 +6,7 @@ PORTVERSION=	1.2.0
 PORTREVISION=	2
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	12
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Ruby wrapper for the OAuth 2.0 protocol
@@ -19,6 +20,8 @@ RUN_DEPENDS=	rubygem-faraday>=0.8:www/ru
 		rubygem-multi_xml>=0.5:textproc/rubygem-multi_xml \
 		rubygem-rack>=1.2:www/rubygem-rack
 
+PORTSCOUT=	limit:^1\.2\.
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem


More information about the svn-ports-head mailing list