Received: by mail.netbsd.org (Postfix, from userid 605) id 6D31784E93; Thu, 15 Dec 2022 12:15:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9950884D35 for ; Thu, 15 Dec 2022 12:15:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0PWC95-HQwlK for ; Thu, 15 Dec 2022 12:15:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F01A584D1C for ; Thu, 15 Dec 2022 12:15:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ED9EBFA90; Thu, 15 Dec 2022 12:15:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671106519102910" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 12:15:19 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/textproc/ruby-nokogumbo To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221215121519.ED9EBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671106519102910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Dec 15 12:15:19 UTC 2022 Modified Files: pkgsrc/textproc/ruby-nokogumbo: Makefile Log Message: ruby-nokogumbo: Requires libxml2. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/ruby-nokogumbo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671106519102910 Content-Disposition: inline Content-Length: 718 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-nokogumbo/Makefile diff -u pkgsrc/textproc/ruby-nokogumbo/Makefile:1.2 pkgsrc/textproc/ruby-nokogumbo/Makefile:1.3 --- pkgsrc/textproc/ruby-nokogumbo/Makefile:1.2 Tue Jun 1 15:31:18 2021 +++ pkgsrc/textproc/ruby-nokogumbo/Makefile Thu Dec 15 12:15:19 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/06/01 15:31:18 taca Exp $ +# $NetBSD: Makefile,v 1.3 2022/12/15 12:15:19 jperkin Exp $ DISTNAME= nokogumbo-2.0.5 CATEGORIES= textproc @@ -12,4 +12,5 @@ LICENSE= apache-2.0 DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.10:../../textproc/ruby-nokogiri .include "../../lang/ruby/gem.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1671106519102910--