From owner-svn-ports-head@FreeBSD.ORG Sun May 3 11:28:22 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B145DA5; Sun, 3 May 2015 11:28:22 +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 111D01266; Sun, 3 May 2015 11:28:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43BSLIu022780; Sun, 3 May 2015 11:28:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43BSLcm022776; Sun, 3 May 2015 11:28:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505031128.t43BSLcm022776@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:28:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385259 - head/devel/rubygem-treetop 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.20 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: Sun, 03 May 2015 11:28:22 -0000 Author: sunpoet Date: Sun May 3 11:28:20 2015 New Revision: 385259 URL: https://svnweb.freebsd.org/changeset/ports/385259 Log: - Update to 1.6.2 - Add LICENSE - Update WWW Changes: https://github.com/cjheath/treetop/commits/master Modified: head/devel/rubygem-treetop/Makefile head/devel/rubygem-treetop/distinfo head/devel/rubygem-treetop/pkg-descr Modified: head/devel/rubygem-treetop/Makefile ============================================================================== --- head/devel/rubygem-treetop/Makefile Sun May 3 11:28:15 2015 (r385258) +++ head/devel/rubygem-treetop/Makefile Sun May 3 11:28:20 2015 (r385259) @@ -2,18 +2,21 @@ # $FreeBSD$ PORTNAME= treetop -PORTVERSION= 1.4.15 +PORTVERSION= 1.6.2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby-based DSL for text parsing and interpretation -RUN_DEPENDS= rubygem-polyglot>=0:${PORTSDIR}/devel/rubygem-polyglot +LICENSE= MIT + +RUN_DEPENDS= rubygem-polyglot>=0.3:${PORTSDIR}/devel/rubygem-polyglot USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/tt .include Modified: head/devel/rubygem-treetop/distinfo ============================================================================== --- head/devel/rubygem-treetop/distinfo Sun May 3 11:28:15 2015 (r385258) +++ head/devel/rubygem-treetop/distinfo Sun May 3 11:28:20 2015 (r385259) @@ -1,2 +1,2 @@ -SHA256 (rubygem/treetop-1.4.15.gem) = ffa68f201c0f62c26b0a1d13233d73194400596964696843f87ebb5d812f12ff -SIZE (rubygem/treetop-1.4.15.gem) = 78336 +SHA256 (rubygem/treetop-1.6.2.gem) = b5916da6d0626de952c6763cbc0bec748102bec6dcda3f3e32129f92cc4486b6 +SIZE (rubygem/treetop-1.6.2.gem) = 79872 Modified: head/devel/rubygem-treetop/pkg-descr ============================================================================== --- head/devel/rubygem-treetop/pkg-descr Sun May 3 11:28:15 2015 (r385258) +++ head/devel/rubygem-treetop/pkg-descr Sun May 3 11:28:20 2015 (r385259) @@ -3,4 +3,4 @@ facilitates an extension of the object-o syntax-oriented programming. There's a readme that will get you going and some examples. -WWW: http://functionalform.blogspot.com +WWW: https://github.com/cjheath/treetop