Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2019 19:23:33 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518520 - head/textproc/rubygem-nokogiri
Message-ID:  <201911271923.xARJNXMD071094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Wed Nov 27 19:23:32 2019
New Revision: 518520
URL: https://svnweb.freebsd.org/changeset/ports/518520

Log:
  Bump version to compile against new libxml 2.9.10.
  Removed unecessary RUN_DEPENDS.

Modified:
  head/textproc/rubygem-nokogiri/Makefile

Modified: head/textproc/rubygem-nokogiri/Makefile
==============================================================================
--- head/textproc/rubygem-nokogiri/Makefile	Wed Nov 27 19:04:25 2019	(r518519)
+++ head/textproc/rubygem-nokogiri/Makefile	Wed Nov 27 19:23:32 2019	(r518520)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nokogiri
 PORTVERSION=	1.10.5
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,13 +12,12 @@ COMMENT=	HTML, XML, SAX, and Reader parser
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-# Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb
-# and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html
 BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 		libgpg-error.so:security/libgpg-error
-RUN_DEPENDS=	rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \
-		rubygem-mini_portile2>=2.4.0<2.5.0:devel/rubygem-mini_portile2
+# Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb
+# and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html
+RUN_DEPENDS=	rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config
 
 USES=		gem gnome pkgconfig gettext-runtime
 USE_GNOME=	libxml2 libxslt



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