From owner-svn-ports-head@FreeBSD.ORG Tue Sep 23 12:38:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7989D07; Tue, 23 Sep 2014 12:38:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 897316E6; Tue, 23 Sep 2014 12:38:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8NCcIfE061532; Tue, 23 Sep 2014 12:38:18 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8NCcHk4061529; Tue, 23 Sep 2014 12:38:17 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201409231238.s8NCcHk4061529@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 23 Sep 2014 12:38:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369051 - head/devel/rubygem-bugspots 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.18-1 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: Tue, 23 Sep 2014 12:38:18 -0000 Author: tota Date: Tue Sep 23 12:38:17 2014 New Revision: 369051 URL: http://svnweb.freebsd.org/changeset/ports/369051 QAT: https://qat.redports.org/buildarchive/r369051/ Log: - Update to 0.2.1 - Pass maintainership to ruby@ - Add LICENSE - Replace tab with a single space after WWW: in pkg-descr Modified: head/devel/rubygem-bugspots/Makefile head/devel/rubygem-bugspots/distinfo head/devel/rubygem-bugspots/pkg-descr Modified: head/devel/rubygem-bugspots/Makefile ============================================================================== --- head/devel/rubygem-bugspots/Makefile Tue Sep 23 12:20:51 2014 (r369050) +++ head/devel/rubygem-bugspots/Makefile Tue Sep 23 12:38:17 2014 (r369051) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= bugspots -PORTVERSION= 0.1.2 +PORTVERSION= 0.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= tota@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Bugspots - Bug Prediction Heuristic -RUN_DEPENDS= rubygem-grit>=0:${PORTSDIR}/devel/rubygem-grit \ - rubygem-rainbow>=0:${PORTSDIR}/devel/rubygem-rainbow +LICENSE= MIT + +RUN_DEPENDS= rubygem-rainbow>=0:${PORTSDIR}/devel/rubygem-rainbow \ + rubygem-rugged>=0.21.0:${PORTSDIR}/devel/rubygem-rugged USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-bugspots/distinfo ============================================================================== --- head/devel/rubygem-bugspots/distinfo Tue Sep 23 12:20:51 2014 (r369050) +++ head/devel/rubygem-bugspots/distinfo Tue Sep 23 12:38:17 2014 (r369051) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bugspots-0.1.2.gem) = 53f3b1865d375935238bb95232e13503fd9f19b91e0f8d577bdaa2671b0dd918 -SIZE (rubygem/bugspots-0.1.2.gem) = 7680 +SHA256 (rubygem/bugspots-0.2.1.gem) = af9ea607b196a1f6473d1de190b4a18a51e3c5f2b9a1980ec1aaa8afba4b0132 +SIZE (rubygem/bugspots-0.2.1.gem) = 8704 Modified: head/devel/rubygem-bugspots/pkg-descr ============================================================================== --- head/devel/rubygem-bugspots/pkg-descr Tue Sep 23 12:20:51 2014 (r369050) +++ head/devel/rubygem-bugspots/pkg-descr Tue Sep 23 12:38:17 2014 (r369051) @@ -12,4 +12,4 @@ by the Google Engineering team: Bug Pred Point bugspots at any git repo and it will identify the hotspots for you. -WWW: https://github.com/igrigorik/bugspots +WWW: https://github.com/igrigorik/bugspots