Received: by mail.netbsd.org (Postfix, from userid 605) id 9C1CF84EBF; Tue, 7 Jun 2022 20:44:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D489F84EB9 for ; Tue, 7 Jun 2022 20:44:33 +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 5Y6qY7ZE-EFg for ; Tue, 7 Jun 2022 20:44:33 +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 2E92584D1D for ; Tue, 7 Jun 2022 20:44:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E6DF4FB19; Tue, 7 Jun 2022 20:45:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165463475677190" MIME-Version: 1.0 Date: Tue, 7 Jun 2022 20:45:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/at-spi2-core To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220607204556.E6DF4FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165463475677190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jun 7 20:45:56 UTC 2022 Modified Files: pkgsrc/devel/at-spi2-core: Makefile Log Message: at-spi2-core: gobject-introspection is a build dependency Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/at-spi2-core/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165463475677190 Content-Disposition: inline Content-Length: 1109 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/at-spi2-core/Makefile diff -u pkgsrc/devel/at-spi2-core/Makefile:1.41 pkgsrc/devel/at-spi2-core/Makefile:1.42 --- pkgsrc/devel/at-spi2-core/Makefile:1.41 Wed Dec 8 16:01:50 2021 +++ pkgsrc/devel/at-spi2-core/Makefile Tue Jun 7 20:45:56 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2021/12/08 16:01:50 adam Exp $ +# $NetBSD: Makefile,v 1.42 2022/06/07 20:45:56 wiz Exp $ DISTNAME= at-spi2-core-2.40.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -45,10 +45,10 @@ post-install: ${DESTDIR}${eg_default_sessiondir}/at-spi-dbus-bus.desktop .include "../../devel/glib2/buildlink3.mk" +BUILDLINK_DEPMETHOD.gobject-introspection= build .include "../../devel/gobject-introspection/buildlink3.mk" +.include "../../devel/meson/build.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../x11/libXi/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" - -.include "../../devel/meson/build.mk" .include "../../mk/bsd.pkg.mk" --_----------=_165463475677190--