svn commit: r385259 - head/devel/rubygem-treetop
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 3 11:28:22 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list