From owner-svn-ports-all@FreeBSD.ORG Sun May 3 11:27:58 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5C6D92F; Sun, 3 May 2015 11:27:58 +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 AA977125A; Sun, 3 May 2015 11:27:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43BRwEq022137; Sun, 3 May 2015 11:27:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43BRvo3022134; Sun, 3 May 2015 11:27:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505031127.t43BRvo3022134@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 May 2015 11:27:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385254 - head/textproc/rubygem-gitlab-grit 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: Sun, 03 May 2015 11:27:58 -0000 Author: sunpoet Date: Sun May 3 11:27:57 2015 New Revision: 385254 URL: https://svnweb.freebsd.org/changeset/ports/385254 Log: - Update to 2.7.3 - Update WWW Changes: https://github.com/gitlabhq/grit/blob/master/History.txt Modified: head/textproc/rubygem-gitlab-grit/Makefile head/textproc/rubygem-gitlab-grit/distinfo head/textproc/rubygem-gitlab-grit/pkg-descr Modified: head/textproc/rubygem-gitlab-grit/Makefile ============================================================================== --- head/textproc/rubygem-gitlab-grit/Makefile Sun May 3 11:27:52 2015 (r385253) +++ head/textproc/rubygem-gitlab-grit/Makefile Sun May 3 11:27:57 2015 (r385254) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-grit -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.3 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,10 +10,10 @@ COMMENT= Library for extracting informat LICENSE= MIT -RUN_DEPENDS= rubygem-charlock_holmes>=0.6.9:${PORTSDIR}/textproc/rubygem-charlock_holmes \ +RUN_DEPENDS= rubygem-charlock_holmes>=0.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \ rubygem-diff-lcs>=1.1:${PORTSDIR}/textproc/rubygem-diff-lcs \ rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn + rubygem-posix-spawn>=0.3:${PORTSDIR}/devel/rubygem-posix-spawn USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/textproc/rubygem-gitlab-grit/distinfo ============================================================================== --- head/textproc/rubygem-gitlab-grit/distinfo Sun May 3 11:27:52 2015 (r385253) +++ head/textproc/rubygem-gitlab-grit/distinfo Sun May 3 11:27:57 2015 (r385254) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gitlab-grit-2.7.1.gem) = 696933cb80b9972fc9e203b060529acb06d2824a2dab6179baf5f87738b28cc3 -SIZE (rubygem/gitlab-grit-2.7.1.gem) = 46592 +SHA256 (rubygem/gitlab-grit-2.7.3.gem) = 2b606418c6208677baa9018d4a691e27e075dc5e59a8e228e2dc1d7e3ad4685b +SIZE (rubygem/gitlab-grit-2.7.3.gem) = 46592 Modified: head/textproc/rubygem-gitlab-grit/pkg-descr ============================================================================== --- head/textproc/rubygem-gitlab-grit/pkg-descr Sun May 3 11:27:52 2015 (r385253) +++ head/textproc/rubygem-gitlab-grit/pkg-descr Sun May 3 11:27:57 2015 (r385254) @@ -1,4 +1,4 @@ Grit is a Ruby library for extracting information from a git repository in an object oriented manner. GitLab fork -WWW: http://github.com/gitlabhq/grit +WWW: https://github.com/gitlabhq/grit