svn commit: r516518 - head/net/rubygem-u2f

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:22:51 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:22:50 2019
New Revision: 516518
URL: https://svnweb.freebsd.org/changeset/ports/516518

Log:
  Take maintainership

Modified:
  head/net/rubygem-u2f/Makefile

Modified: head/net/rubygem-u2f/Makefile
==============================================================================
--- head/net/rubygem-u2f/Makefile	Sun Nov  3 17:22:45 2019	(r516517)
+++ head/net/rubygem-u2f/Makefile	Sun Nov  3 17:22:50 2019	(r516518)
@@ -6,14 +6,15 @@ PORTVERSION=	1.0.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Library for handling registration and authentication of U2F devices
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list