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

Akinori MUSHA knu at FreeBSD.org
Wed May 14 06:50:25 UTC 2014


Author: knu
Date: Wed May 14 06:50:24 2014
New Revision: 354025
URL: http://svnweb.freebsd.org/changeset/ports/354025
QAT: https://qat.redports.org/buildarchive/r354025/

Log:
  Update to 1.6.2.1 and use the bundled libraries.
  
  Nokogiri currently does not fully support libxml2 2.9.1 which our
  textproc/libxml2 has just been updated to, and using the bundled
  libraries is the only supported configuration.

Deleted:
  head/textproc/rubygem-nokogiri/files/
Modified:
  head/textproc/rubygem-nokogiri/Makefile
  head/textproc/rubygem-nokogiri/distinfo

Modified: head/textproc/rubygem-nokogiri/Makefile
==============================================================================
--- head/textproc/rubygem-nokogiri/Makefile	Wed May 14 06:49:07 2014	(r354024)
+++ head/textproc/rubygem-nokogiri/Makefile	Wed May 14 06:50:24 2014	(r354025)
@@ -1,19 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	nokogiri
-PORTVERSION=	1.6.2
+PORTVERSION=	1.6.2.1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	HTML, XML, SAX, and Reader parser
 
+BUILD_DEPENDS=	rubygem-mini_portile=0.6.0:${PORTSDIR}/devel/rubygem-mini_portile
+RUN_DEPENDS=	rubygem-mini_portile=0.6.0:${PORTSDIR}/devel/rubygem-mini_portile
+
 LICENSE=	MIT
 
 GEM_ENV=	LC_CTYPE=UTF-8
-CONFIGURE_ARGS=	--use-system-libraries
-
-USE_GNOME=	libxml2 libxslt
 
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	iconv

Modified: head/textproc/rubygem-nokogiri/distinfo
==============================================================================
--- head/textproc/rubygem-nokogiri/distinfo	Wed May 14 06:49:07 2014	(r354024)
+++ head/textproc/rubygem-nokogiri/distinfo	Wed May 14 06:50:24 2014	(r354025)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/nokogiri-1.6.2.gem) = d7e366ba831188b6fd1f4efd2a73d242b5323f9d027064603c362e5e06fc7f98
-SIZE (rubygem/nokogiri-1.6.2.gem) = 8601088
+SHA256 (rubygem/nokogiri-1.6.2.1.gem) = dfb23254b87672a93582981c4ac5880d178ff32db6878fc351d75198aa544836
+SIZE (rubygem/nokogiri-1.6.2.1.gem) = 8753664


More information about the svn-ports-all mailing list