svn commit: r333779 - head/devel/rubygem-minitest4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 14 17:46:40 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list