Index: head/devel/rubygem-treetop/Makefile =================================================================== --- head/devel/rubygem-treetop/Makefile (revision 385258) +++ head/devel/rubygem-treetop/Makefile (revision 385259) @@ -1,19 +1,22 @@ # Created by: Wen Heping # $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 Index: head/devel/rubygem-treetop/distinfo =================================================================== --- head/devel/rubygem-treetop/distinfo (revision 385258) +++ head/devel/rubygem-treetop/distinfo (revision 385259) @@ -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 Index: head/devel/rubygem-treetop/pkg-descr =================================================================== --- head/devel/rubygem-treetop/pkg-descr (revision 385258) +++ head/devel/rubygem-treetop/pkg-descr (revision 385259) @@ -1,6 +1,6 @@ Treetop is a Ruby-based DSL for text parsing and interpretation. It facilitates an extension of the object-oriented paradigm called 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