Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B26A284E82 for ; Wed, 7 Jun 2023 07:22:50 +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 Rj4zGRYejlZb for ; Wed, 7 Jun 2023 07:22:50 +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 0F2E884E8C for ; Wed, 7 Jun 2023 07:22:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C784FA89; Wed, 7 Jun 2023 07:22:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686122570110680" MIME-Version: 1.0 Date: Wed, 7 Jun 2023 07:22:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/xyconvert To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230607072250.0C784FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686122570110680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 7 07:22:49 UTC 2023 Modified Files: pkgsrc/math/xyconvert: Makefile Log Message: xyconvert: use wxGTK31 Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/xyconvert/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686122570110680 Content-Disposition: inline Content-Length: 1041 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/xyconvert/Makefile diff -u pkgsrc/math/xyconvert/Makefile:1.18 pkgsrc/math/xyconvert/Makefile:1.19 --- pkgsrc/math/xyconvert/Makefile:1.18 Wed Jun 7 07:00:02 2023 +++ pkgsrc/math/xyconvert/Makefile Wed Jun 7 07:22:49 2023 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2023/06/07 07:00:02 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2023/06/07 07:22:49 wiz Exp $ .include "../../math/xylib/Makefile.common" PKGNAME= ${DISTNAME:S/lib/convert/g} +PKGREVISION= 1 COMMENT= Converter for x-y (powder diffraction) data files BUILD_TARGET= gui/xyconvert @@ -11,8 +12,6 @@ PATCHDIR= ../../math/xylib/patches USE_LANGUAGES+= c++11 -GNU_CONFIGURE_WX_VERSION= no - INSTALLATION_DIRS+= bin do-install: @@ -25,5 +24,5 @@ do-install: .include "../../graphics/adwaita-icon-theme/buildlink3.mk" .include "../../graphics/librsvg/buildlink3.mk" .include "../../math/xylib/buildlink3.mk" -.include "../../x11/wxGTK30/buildlink3.mk" +.include "../../x11/wxGTK31/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1686122570110680--