svn commit: r436469 - in head/net: . rubygem-u2f0

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 19 01:57:15 UTC 2017


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 at 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


More information about the svn-ports-all mailing list