Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2018 16:29:10 +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: r482062 - head/devel/rubygem-multi_test
Message-ID:  <201810141629.w9EGTAdJ007351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 14 16:29:10 2018
New Revision: 482062
URL: https://svnweb.freebsd.org/changeset/ports/482062

Log:
  Add LICENSE
  
  - Take maintainership

Modified:
  head/devel/rubygem-multi_test/Makefile

Modified: head/devel/rubygem-multi_test/Makefile
==============================================================================
--- head/devel/rubygem-multi_test/Makefile	Sun Oct 14 16:29:01 2018	(r482061)
+++ head/devel/rubygem-multi_test/Makefile	Sun Oct 14 16:29:10 2018	(r482062)
@@ -6,15 +6,17 @@ PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Help control rogue test, unit, autorun requirments
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		gem shebangfix
+USE_RUBY=	yes
+
 NO_ARCH=	yes
 
-USE_RUBY=	yes
-USES=		gem shebangfix
 SHEBANG_FILES=	test/all test/run
 
 .include <bsd.port.mk>



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