From owner-svn-ports-head@freebsd.org Sat Feb 11 08:38:00 2017 Return-Path: Delivered-To: svn-ports-head@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 CC57CCDA460; Sat, 11 Feb 2017 08:38:00 +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 8E86518B2; Sat, 11 Feb 2017 08:38:00 +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 v1B8bxaI053863; Sat, 11 Feb 2017 08:37:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1B8bxl5053861; Sat, 11 Feb 2017 08:37:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702110837.v1B8bxl5053861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Feb 2017 08:37:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433843 - head/devel/rubygem-mocha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2017 08:38:00 -0000 Author: sunpoet Date: Sat Feb 11 08:37:59 2017 New Revision: 433843 URL: https://svnweb.freebsd.org/changeset/ports/433843 Log: Update to 1.2.1 - Update LICENSE - Update RUN_DEPENDS Changes: https://github.com/freerange/mocha/blob/master/RELEASE.md Modified: head/devel/rubygem-mocha/Makefile head/devel/rubygem-mocha/distinfo Modified: head/devel/rubygem-mocha/Makefile ============================================================================== --- head/devel/rubygem-mocha/Makefile Sat Feb 11 08:37:54 2017 (r433842) +++ head/devel/rubygem-mocha/Makefile Sat Feb 11 08:37:59 2017 (r433843) @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= mocha -PORTVERSION= 0.14.0 +PORTVERSION= 1.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library for mocking and stubbing syntax like JMock and SchMock -LICENSE= MIT +LICENSE= BSD2CLAUSE RUBY MIT +LICENSE_COMB= dual +LICENSE_FILE_MIT= ${WRKSRC}/MIT-LICENSE.md -RUN_DEPENDS= rubygem-metaclass>=0:devel/rubygem-metaclass +RUN_DEPENDS= rubygem-metaclass>=0.0.1:devel/rubygem-metaclass NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/devel/rubygem-mocha/distinfo ============================================================================== --- head/devel/rubygem-mocha/distinfo Sat Feb 11 08:37:54 2017 (r433842) +++ head/devel/rubygem-mocha/distinfo Sat Feb 11 08:37:59 2017 (r433843) @@ -1,2 +1,3 @@ -SHA256 (rubygem/mocha-0.14.0.gem) = 4bb00fdc69d628b15ad2b89ca6f490aaf92486f640282b8943fe3b43dee9a145 -SIZE (rubygem/mocha-0.14.0.gem) = 82944 +TIMESTAMP = 1486790039 +SHA256 (rubygem/mocha-1.2.1.gem) = 7de99b005aa41dc46841442afe468451a145f2c6d9b10fac0c23f0d911bef50d +SIZE (rubygem/mocha-1.2.1.gem) = 90624