svn commit: r479903 - head/devel/rubygem-r18n-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 16 23:25:23 UTC 2018


Author: sunpoet
Date: Sun Sep 16 23:25:21 2018
New Revision: 479903
URL: https://svnweb.freebsd.org/changeset/ports/479903

Log:
  Take maintainership

Modified:
  head/devel/rubygem-r18n-core/Makefile

Modified: head/devel/rubygem-r18n-core/Makefile
==============================================================================
--- head/devel/rubygem-r18n-core/Makefile	Sun Sep 16 23:25:16 2018	(r479902)
+++ head/devel/rubygem-r18n-core/Makefile	Sun Sep 16 23:25:21 2018	(r479903)
@@ -6,14 +6,15 @@ PORTVERSION=	3.0.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	i18n tool to translate your Ruby application
 
 LICENSE=	LGPL3
 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