Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 17:46:39 +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: r333779 - head/devel/rubygem-minitest4
Message-ID:  <201311141746.rAEHkdBS021083@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 14 17:46:39 2013
New Revision: 333779
URL: http://svnweb.freebsd.org/changeset/ports/333779

Log:
  - Add LICENSE
  - Move PKGNAMESUFFIX upward
  - Remove contiguous blank line

Modified:
  head/devel/rubygem-minitest4/Makefile

Modified: head/devel/rubygem-minitest4/Makefile
==============================================================================
--- head/devel/rubygem-minitest4/Makefile	Thu Nov 14 17:40:06 2013	(r333778)
+++ head/devel/rubygem-minitest4/Makefile	Thu Nov 14 17:46:39 2013	(r333779)
@@ -5,15 +5,15 @@ PORTNAME=	minitest
 PORTVERSION=	4.7.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	4
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Minitest provides a complete suite of testing facilities
 
-PKGNAMESUFFIX=	4
+LICENSE=	MIT
 
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
 
-
 .include <bsd.port.mk>



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