diff --git a/devel/rubygem-xpath/Makefile b/devel/rubygem-xpath/Makefile index 7f2fdae0063c..f87c2df76668 100644 --- a/devel/rubygem-xpath/Makefile +++ b/devel/rubygem-xpath/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= xpath -PORTVERSION= 1.0.0 +PORTVERSION= 2.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= DSL for generating XPath Expressions +LICENSE= MIT + RUN_DEPENDS= rubygem-nokogiri>=1.3:${PORTSDIR}/textproc/rubygem-nokogiri USE_RUBY= yes diff --git a/devel/rubygem-xpath/distinfo b/devel/rubygem-xpath/distinfo index 2ac9609179d9..de3e56971afa 100644 --- a/devel/rubygem-xpath/distinfo +++ b/devel/rubygem-xpath/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/xpath-1.0.0.gem) = f32536dc1e991f3371ff64ca24e6da22dbca54e07b5b26b8c2667e66aefd0023 -SIZE (rubygem/xpath-1.0.0.gem) = 15360 +SHA256 (rubygem/xpath-2.0.0.gem) = 9ca4a1cc88d9ab16c591468cce7b5d00ee06a8a76b841f8438970c7a44c86c12 +SIZE (rubygem/xpath-2.0.0.gem) = 18944 diff --git a/devel/rubygem-xpath/pkg-descr b/devel/rubygem-xpath/pkg-descr index 4e2d60b71fe9..1c3d4d93a82b 100644 --- a/devel/rubygem-xpath/pkg-descr +++ b/devel/rubygem-xpath/pkg-descr @@ -1,3 +1,3 @@ XPath is a Ruby DSL for generating XPath expressions -WWW: http://rubygems.org/gems/xpath +WWW: https://github.com/jnicklas/xpath