Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2018 23:25:21 +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: r479903 - head/devel/rubygem-r18n-core
Message-ID:  <201809162325.w8GNPLmR044183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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>



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