svn commit: r323857 - in head/textproc/rubygem-nokogiri: . files
Steve Wills
swills at FreeBSD.org
Sun Jul 28 22:31:11 UTC 2013
Author: swills
Date: Sun Jul 28 22:31:09 2013
New Revision: 323857
URL: http://svnweb.freebsd.org/changeset/ports/323857
Log:
- Update to 1.6.0
Added:
head/textproc/rubygem-nokogiri/files/
head/textproc/rubygem-nokogiri/files/patch-no-mini_portile (contents, props changed)
Modified:
head/textproc/rubygem-nokogiri/Makefile (contents, props changed)
head/textproc/rubygem-nokogiri/distinfo (contents, props changed)
Modified: head/textproc/rubygem-nokogiri/Makefile
==============================================================================
--- head/textproc/rubygem-nokogiri/Makefile Sun Jul 28 20:46:52 2013 (r323856)
+++ head/textproc/rubygem-nokogiri/Makefile Sun Jul 28 22:31:09 2013 (r323857)
@@ -1,17 +1,16 @@
-# Ports collection makefile for: rubygem-nokogiri
-# Date created: 17 May 2009
-# Whom: Philip M. Gollucci <pgollucci at p6m7g8.com>
-#
+# Created by: Philip M. Gollucci <pgollucci at p6m7g8.com>
# $FreeBSD$
PORTNAME= nokogiri
-PORTVERSION= 1.5.0
+PORTVERSION= 1.6.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= An HTML, XML, SAX, and Reader parser
+GEM_ENV= LC_CTYPE=UTF-8 NOKOGIRI_USE_SYSTEM_LIBRARIES=true
+
USE_GNOME= libxml2 libxslt
USE_RUBY= yes
Modified: head/textproc/rubygem-nokogiri/distinfo
==============================================================================
--- head/textproc/rubygem-nokogiri/distinfo Sun Jul 28 20:46:52 2013 (r323856)
+++ head/textproc/rubygem-nokogiri/distinfo Sun Jul 28 22:31:09 2013 (r323857)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/nokogiri-1.5.0.gem) = 47adaf8891dc9ea6f3b58435cf5cfabacb04390064eea1739c8a26678039ebc5
-SIZE (rubygem/nokogiri-1.5.0.gem) = 187904
+SHA256 (rubygem/nokogiri-1.6.0.gem) = abc5f9acb29a92d041ce7ed1a0ea6ca7e4bf66c3bc60cf4ebda041c193b799c5
+SIZE (rubygem/nokogiri-1.6.0.gem) = 8501248
Added: head/textproc/rubygem-nokogiri/files/patch-no-mini_portile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-nokogiri/files/patch-no-mini_portile Sun Jul 28 22:31:09 2013 (r323857)
@@ -0,0 +1,25 @@
+--- nokogiri-1.6.0.gemspec.orig 2013-07-24 21:48:33.714328575 +0000
++++ nokogiri-1.6.0.gemspec 2013-07-24 21:48:49.767620877 +0000
+@@ -15,22 +15,6 @@
+ date: 2013-06-08 00:00:00.000000000 Z
+ dependencies:
+ - !ruby/object:Gem::Dependency
+- name: mini_portile
+- requirement: !ruby/object:Gem::Requirement
+- none: false
+- requirements:
+- - - ~>
+- - !ruby/object:Gem::Version
+- version: 0.5.0
+- type: :runtime
+- prerelease: false
+- version_requirements: !ruby/object:Gem::Requirement
+- none: false
+- requirements:
+- - - ~>
+- - !ruby/object:Gem::Version
+- version: 0.5.0
+-- !ruby/object:Gem::Dependency
+ name: hoe-bundler
+ requirement: !ruby/object:Gem::Requirement
+ none: false
More information about the svn-ports-head
mailing list