From owner-svn-ports-all@FreeBSD.ORG Fri May 16 19:30:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8899DFB7; Fri, 16 May 2014 19:30:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 765612039; Fri, 16 May 2014 19:30:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4GJU2is050609; Fri, 16 May 2014 19:30:02 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4GJU21a050608; Fri, 16 May 2014 19:30:02 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201405161930.s4GJU21a050608@svn.freebsd.org> From: Steve Wills Date: Fri, 16 May 2014 19:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354256 - head/textproc/rubygem-nokogiri X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 19:30:02 -0000 Author: swills Date: Fri May 16 19:30:01 2014 New Revision: 354256 URL: http://svnweb.freebsd.org/changeset/ports/354256 QAT: https://qat.redports.org/buildarchive/r354256/ Log: - Fix build Test Plan: Build test only Reviewers: antoine, bapt Reviewed By: bapt Differential Revision: https://phabric.freebsd.org/D21 Modified: head/textproc/rubygem-nokogiri/Makefile Modified: head/textproc/rubygem-nokogiri/Makefile ============================================================================== --- head/textproc/rubygem-nokogiri/Makefile Fri May 16 19:09:20 2014 (r354255) +++ head/textproc/rubygem-nokogiri/Makefile Fri May 16 19:30:01 2014 (r354256) @@ -2,23 +2,22 @@ PORTNAME= nokogiri PORTVERSION= 1.6.2.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@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 - USE_RUBY= yes USE_RUBY_FEATURES= iconv USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USE_GNOME= libxml2 libxslt +USES= pkgconfig +CONFIGURE_ARGS= --use-system-libraries PLIST_FILES= bin/nokogiri