From owner-svn-ports-all@freebsd.org Thu Oct 15 20:19:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7EEA162CE; Thu, 15 Oct 2015 20:19:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D565019F9; Thu, 15 Oct 2015 20:19:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9FKJBQf027251; Thu, 15 Oct 2015 20:19:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9FKJBWx027249; Thu, 15 Oct 2015 20:19:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510152019.t9FKJBWx027249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Oct 2015 20:19:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399398 - head/devel/rubygem-test-unit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 20:19:13 -0000 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