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

Steve Wills swills at FreeBSD.org
Thu Jan 3 18:06:07 UTC 2019


Author: swills
Date: Thu Jan  3 18:06:06 2019
New Revision: 489193
URL: https://svnweb.freebsd.org/changeset/ports/489193

Log:
  textproc/rubygem-nokogiri: PORTREVISION bump for libxml2 update
  
  While here, add some missing LIB_DEPENDS

Modified:
  head/textproc/rubygem-nokogiri/Makefile   (contents, props changed)

Modified: head/textproc/rubygem-nokogiri/Makefile
==============================================================================
--- head/textproc/rubygem-nokogiri/Makefile	Thu Jan  3 17:26:36 2019	(r489192)
+++ head/textproc/rubygem-nokogiri/Makefile	Thu Jan  3 18:06:06 2019	(r489193)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nokogiri
 PORTVERSION=	1.8.5
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -12,10 +13,12 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
+LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
+		libgpg-error.so:security/libgpg-error \
+		libunwind.so:devel/libunwind
 RUN_DEPENDS=	rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config
 
-USES=		gem gnome pkgconfig
+USES=		gem gnome pkgconfig gettext-runtime
 USE_GNOME=	libxml2 libxslt
 USE_RUBY=	yes
 


More information about the svn-ports-head mailing list