svn commit: r518520 - head/textproc/rubygem-nokogiri

Matthias Fechner mfechner at FreeBSD.org
Wed Nov 27 19:23:33 UTC 2019


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


More information about the svn-ports-head mailing list