svn commit: r387844 - head/devel/rubygem-zentest

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 29 11:19:17 UTC 2015


Author: sunpoet
Date: Fri May 29 11:19:16 2015
New Revision: 387844
URL: https://svnweb.freebsd.org/changeset/ports/387844

Log:
  - Add LICENSE
  - Update WWW

Modified:
  head/devel/rubygem-zentest/Makefile
  head/devel/rubygem-zentest/pkg-descr

Modified: head/devel/rubygem-zentest/Makefile
==============================================================================
--- head/devel/rubygem-zentest/Makefile	Fri May 29 11:19:11 2015	(r387843)
+++ head/devel/rubygem-zentest/Makefile	Fri May 29 11:19:16 2015	(r387844)
@@ -11,11 +11,13 @@ DISTNAME=	ZenTest-${PORTVERSION}
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby Unit Testing Utility
 
-GEM_NAME=	${DISTNAME}
+LICENSE=	MIT
 
+GEM_NAME=	${DISTNAME}
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/autotest \
 		bin/multigem \
 		bin/multiruby \

Modified: head/devel/rubygem-zentest/pkg-descr
==============================================================================
--- head/devel/rubygem-zentest/pkg-descr	Fri May 29 11:19:11 2015	(r387843)
+++ head/devel/rubygem-zentest/pkg-descr	Fri May 29 11:19:16 2015	(r387844)
@@ -16,4 +16,4 @@ multiruby runs anything you want on mult
 
 Test::Rails helps you build industrial-strength Rails code. 
 
-WWW: http://rubygems.org/gems/zentest/
+WWW: https://github.com/seattlerb/zentest


More information about the svn-ports-all mailing list