From owner-svn-ports-all@FreeBSD.ORG Wed Jan 1 00:08:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AE1E48B; Wed, 1 Jan 2014 00:08:29 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9BB1A70; Wed, 1 Jan 2014 00:08:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0108TWY051427; Wed, 1 Jan 2014 00:08:29 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0108S2L051425; Wed, 1 Jan 2014 00:08:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201401010008.s0108S2L051425@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jan 2014 00:08:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338342 - head/textproc/rubygem-github-linguist 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.17 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: Wed, 01 Jan 2014 00:08:29 -0000 Author: sunpoet Date: Wed Jan 1 00:08:28 2014 New Revision: 338342 URL: http://svnweb.freebsd.org/changeset/ports/338342 Log: - Update to 2.10.9 - Add LICENSE - Use = instead of += - Remove contiguous blank lines Changes: https://github.com/github/linguist/commits/master Modified: head/textproc/rubygem-github-linguist/Makefile head/textproc/rubygem-github-linguist/distinfo (contents, props changed) Modified: head/textproc/rubygem-github-linguist/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist/Makefile Wed Jan 1 00:08:20 2014 (r338341) +++ head/textproc/rubygem-github-linguist/Makefile Wed Jan 1 00:08:28 2014 (r338342) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= github-linguist -PORTVERSION= 2.9.4 +PORTVERSION= 2.10.9 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= GitHub Language detection +LICENSE= MIT + RUN_DEPENDS= rubygem-charlock_holmes>=0.6.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \ rubygem-escape_utils>=0.3.1:${PORTSDIR}/textproc/rubygem-escape_utils \ rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-pygments.rb>=0.5.2:${PORTSDIR}/devel/rubygem-pygments.rb + rubygem-pygments.rb>=0.5.4:${PORTSDIR}/devel/rubygem-pygments.rb USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES+= bin/linguist - +PLIST_FILES= bin/linguist .include Modified: head/textproc/rubygem-github-linguist/distinfo ============================================================================== --- head/textproc/rubygem-github-linguist/distinfo Wed Jan 1 00:08:20 2014 (r338341) +++ head/textproc/rubygem-github-linguist/distinfo Wed Jan 1 00:08:28 2014 (r338342) @@ -1,2 +1,2 @@ -SHA256 (rubygem/github-linguist-2.9.4.gem) = bcd5a296f4cf08520f9025e4370a48471ff2965ee3fe12f2fb16b49980112d6f -SIZE (rubygem/github-linguist-2.9.4.gem) = 240640 +SHA256 (rubygem/github-linguist-2.10.9.gem) = b566980a5ee536e59f86d4b120cf726fd7bfcfb12c45f398b070a91d787b78a6 +SIZE (rubygem/github-linguist-2.10.9.gem) = 272896