Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 01:57:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436469 - in head/net: . rubygem-u2f0
Message-ID:  <201703190157.v2J1vECq056746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 19 01:57:13 2017
New Revision: 436469
URL: https://svnweb.freebsd.org/changeset/ports/436469

Log:
  Add rubygem-u2f0 0.2.1 (copied from rubygem-u2f)
  
  - Add PORTSCOUT

Added:
  head/net/rubygem-u2f0/
     - copied from r436452, head/net/rubygem-u2f/
Modified:
  head/net/Makefile
  head/net/rubygem-u2f0/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Mar 19 01:57:09 2017	(r436468)
+++ head/net/Makefile	Sun Mar 19 01:57:13 2017	(r436469)
@@ -1226,6 +1226,7 @@
     SUBDIR += rubygem-twitter-stream
     SUBDIR += rubygem-twitter4r
     SUBDIR += rubygem-u2f
+    SUBDIR += rubygem-u2f0
     SUBDIR += rubygem-uri-redis
     SUBDIR += rubygem-whois
     SUBDIR += rude

Modified: head/net/rubygem-u2f0/Makefile
==============================================================================
--- head/net/rubygem-u2f/Makefile	Sat Mar 18 23:17:18 2017	(r436452)
+++ head/net/rubygem-u2f0/Makefile	Sun Mar 19 01:57:13 2017	(r436469)
@@ -5,6 +5,7 @@ PORTNAME=	u2f
 PORTVERSION=	0.2.1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	0
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Library for handling registration and authentication of U2F devices
@@ -12,6 +13,8 @@ COMMENT=	Library for handling registrati
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+PORTSCOUT=	limit:^0\.
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem



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