Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 15:23:52 +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: r335759 - head/devel/rubygem-xpath
Message-ID:  <201312061523.rB6FNqxp010985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec  6 15:23:52 2013
New Revision: 335759
URL: http://svnweb.freebsd.org/changeset/ports/335759

Log:
  - Update to 2.0.0
  - Add LICENSE
  - Update WWW
  
  Changes:	https://github.com/jnicklas/xpath/commits/master

Modified:
  head/devel/rubygem-xpath/Makefile
  head/devel/rubygem-xpath/distinfo   (contents, props changed)
  head/devel/rubygem-xpath/pkg-descr   (contents, props changed)

Modified: head/devel/rubygem-xpath/Makefile
==============================================================================
--- head/devel/rubygem-xpath/Makefile	Fri Dec  6 15:23:44 2013	(r335758)
+++ head/devel/rubygem-xpath/Makefile	Fri Dec  6 15:23:52 2013	(r335759)
@@ -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

Modified: head/devel/rubygem-xpath/distinfo
==============================================================================
--- head/devel/rubygem-xpath/distinfo	Fri Dec  6 15:23:44 2013	(r335758)
+++ head/devel/rubygem-xpath/distinfo	Fri Dec  6 15:23:52 2013	(r335759)
@@ -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

Modified: head/devel/rubygem-xpath/pkg-descr
==============================================================================
--- head/devel/rubygem-xpath/pkg-descr	Fri Dec  6 15:23:44 2013	(r335758)
+++ head/devel/rubygem-xpath/pkg-descr	Fri Dec  6 15:23:52 2013	(r335759)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312061523.rB6FNqxp010985>