Received: by mail.netbsd.org (Postfix, from userid 605) id 1872584D6B; Fri, 14 May 2021 13:12:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51DFF84D25 for ; Fri, 14 May 2021 13:12:07 +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 nS2mwWHOCCaK for ; Fri, 14 May 2021 13:12:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DE7B984CBC for ; Fri, 14 May 2021 13:12:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D607CFA95; Fri, 14 May 2021 13:12:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620997926239470" MIME-Version: 1.0 Date: Fri, 14 May 2021 13:12:06 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/gupnp-av To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210514131206.D607CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620997926239470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri May 14 13:12:06 UTC 2021 Modified Files: pkgsrc/net/gupnp-av: Makefile Log Message: gupnp-av: needs vala To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/gupnp-av/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620997926239470 Content-Disposition: inline Content-Length: 696 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gupnp-av/Makefile diff -u pkgsrc/net/gupnp-av/Makefile:1.45 pkgsrc/net/gupnp-av/Makefile:1.46 --- pkgsrc/net/gupnp-av/Makefile:1.45 Wed Apr 21 11:40:33 2021 +++ pkgsrc/net/gupnp-av/Makefile Fri May 14 13:12:06 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2021/04/21 11:40:33 adam Exp $ +# $NetBSD: Makefile,v 1.46 2021/05/14 13:12:06 nia Exp $ DISTNAME= gupnp-av-0.12.7 PKGREVISION= 19 @@ -18,5 +18,6 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= gupnp-av-1.0.pc.in .include "../../devel/gobject-introspection/buildlink3.mk" +.include "../../lang/vala/buildlink3.mk" .include "../../net/gupnp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1620997926239470--