svn commit: r344950 - in head/textproc/rubygem-nokogiri: . files

Steve Wills swills at FreeBSD.org
Tue Feb 18 19:36:51 UTC 2014


Author: swills
Date: Tue Feb 18 19:36:50 2014
New Revision: 344950
URL: http://svnweb.freebsd.org/changeset/ports/344950
QAT: https://qat.redports.org/buildarchive/r344950/

Log:
  - Remove dependency on mini_portile, which isn't needed
  
  PR:		ports/186828
  Reported by:	Hiroto Kagotani <hiroto.kagotani at gmail.com>

Added:
  head/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.1.gemspec   (contents, props changed)
Modified:
  head/textproc/rubygem-nokogiri/Makefile

Modified: head/textproc/rubygem-nokogiri/Makefile
==============================================================================
--- head/textproc/rubygem-nokogiri/Makefile	Tue Feb 18 19:34:04 2014	(r344949)
+++ head/textproc/rubygem-nokogiri/Makefile	Tue Feb 18 19:36:50 2014	(r344950)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nokogiri
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 

Added: head/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.1.gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-nokogiri/files/patch-nokogiri-1.6.1.gemspec	Tue Feb 18 19:36:50 2014	(r344950)
@@ -0,0 +1,19 @@
+--- ./nokogiri-1.6.1.gemspec.orig	2014-02-18 19:30:35.314708116 +0000
++++ ./nokogiri-1.6.1.gemspec	2014-02-18 19:31:03.496205821 +0000
+@@ -15,16 +15,6 @@
+ date: 2013-12-14 00:00:00 Z
+ dependencies: 
+ - !ruby/object:Gem::Dependency 
+-  version_requirements: &id001 !ruby/object:Gem::Requirement 
+-    requirements: 
+-    - - ~>
+-      - !ruby/object:Gem::Version 
+-        version: 0.5.0
+-  type: :runtime
+-  name: mini_portile
+-  prerelease: false
+-  requirement: *id001
+-- !ruby/object:Gem::Dependency 
+   version_requirements: &id002 !ruby/object:Gem::Requirement 
+     requirements: 
+     - - ~>


More information about the svn-ports-all mailing list