svn commit: r496655 - head/devel/rubygem-coffee-script-source

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 23 12:40:46 UTC 2019


Author: sunpoet
Date: Sat Mar 23 12:40:38 2019
New Revision: 496655
URL: https://svnweb.freebsd.org/changeset/ports/496655

Log:
  Take maintainership

Modified:
  head/devel/rubygem-coffee-script-source/Makefile

Modified: head/devel/rubygem-coffee-script-source/Makefile
==============================================================================
--- head/devel/rubygem-coffee-script-source/Makefile	Sat Mar 23 12:40:33 2019	(r496654)
+++ head/devel/rubygem-coffee-script-source/Makefile	Sat Mar 23 12:40:38 2019	(r496655)
@@ -6,13 +6,14 @@ PORTVERSION=	1.12.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	CoffeeScript is a little language that compiles into JavaScript
 
 LICENSE=	MIT
 
-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