1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 2.0.0

- Add LICENSE
- Update WWW

Changes:	https://github.com/jnicklas/xpath/commits/master
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-12-06 15:23:52 +00:00
parent 89302c4c6e
commit 172a9981c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335759
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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