Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 20:19:11 +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: r399398 - head/devel/rubygem-test-unit
Message-ID:  <201510152019.t9FKJBWx027249@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 15 20:19:11 2015
New Revision: 399398
URL: https://svnweb.freebsd.org/changeset/ports/399398

Log:
  - Update to 3.1.5
  - Fix LICENSE
  - Add LICENSE_FILE
  
  According to README.md, this software is distributed under the same terms as
  ruby with 2 exceptions:
  - lib/test/unit/diff.rb is a double license of the Ruby license and PSF license.
  - lib/test-unit.rb is a dual license of the Ruby license and LGPLv2.1 or later.
  
  To fit in our LICENSE framework, I changed LICENSE to GPLv2 and RUBY which cover
  entire software.
  
  Changes:	https://github.com/test-unit/test-unit/blob/master/doc/text/news.md
  Reference:	https://github.com/test-unit/test-unit/blob/master/README.md#license

Modified:
  head/devel/rubygem-test-unit/Makefile
  head/devel/rubygem-test-unit/distinfo

Modified: head/devel/rubygem-test-unit/Makefile
==============================================================================
--- head/devel/rubygem-test-unit/Makefile	Thu Oct 15 20:19:06 2015	(r399397)
+++ head/devel/rubygem-test-unit/Makefile	Thu Oct 15 20:19:11 2015	(r399398)
@@ -2,15 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	test-unit
-PORTVERSION=	3.1.4
+PORTVERSION=	3.1.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Improved version of Test::Unit bundled in Ruby
 
-LICENSE=	GPLv2 PSFL RUBY
+LICENSE=	GPLv2 RUBY
 LICENSE_COMB=	dual
+LICENSE_FILE_GPLv2=	${WRKSRC}/GPL
+LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	rubygem-power_assert>=0:${PORTSDIR}/devel/rubygem-power_assert
 

Modified: head/devel/rubygem-test-unit/distinfo
==============================================================================
--- head/devel/rubygem-test-unit/distinfo	Thu Oct 15 20:19:06 2015	(r399397)
+++ head/devel/rubygem-test-unit/distinfo	Thu Oct 15 20:19:11 2015	(r399398)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/test-unit-3.1.4.gem) = 9af970e9106b57672cccf917af6bc252e18ceef500d026eac360559f4560c4af
-SIZE (rubygem/test-unit-3.1.4.gem) = 122368
+SHA256 (rubygem/test-unit-3.1.5.gem) = 9c38357eb0342e7971b6e6c37691b1ceb5161736a0e92e314797e6cabfb4bf4b
+SIZE (rubygem/test-unit-3.1.5.gem) = 122368



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