Date: Sun, 3 May 2015 11:28:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385259 - head/devel/rubygem-treetop Message-ID: <201505031128.t43BSLcm022776@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505031128.t43BSLcm022776>