Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2019 18:06:06 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489193 - head/textproc/rubygem-nokogiri
Message-ID:  <201901031806.x03I66OU096863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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