Received: by mail.netbsd.org (Postfix, from userid 605) id 3ED3F84F0C; Wed, 7 Feb 2024 18:27:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7063C84D8A for ; Wed, 7 Feb 2024 18:27:22 +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 jR-vJP4ayfRX for ; Wed, 7 Feb 2024 18:27:22 +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 C0D7584CF7 for ; Wed, 7 Feb 2024 18:27:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B43D1FA42; Wed, 7 Feb 2024 18:27:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707330441211470" MIME-Version: 1.0 Date: Wed, 7 Feb 2024 18:27:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/transmission-gtk To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240207182721.B43D1FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707330441211470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 7 18:27:21 UTC 2024 Modified Files: pkgsrc/net/transmission-gtk: Makefile Log Message: transmission-gtk: switch back to gtkmm4 now that it's new enough Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/transmission-gtk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707330441211470 Content-Disposition: inline Content-Length: 998 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/transmission-gtk/Makefile diff -u pkgsrc/net/transmission-gtk/Makefile:1.66 pkgsrc/net/transmission-gtk/Makefile:1.67 --- pkgsrc/net/transmission-gtk/Makefile:1.66 Tue Feb 6 15:53:55 2024 +++ pkgsrc/net/transmission-gtk/Makefile Wed Feb 7 18:27:21 2024 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2024/02/06 15:53:55 dogcow Exp $ +# $NetBSD: Makefile,v 1.67 2024/02/07 18:27:21 wiz Exp $ PKGNAME= transmission-gtk-${VERSION} +PKGREVISION= 1 COMMENT= Free, lightweight BitTorrent client (GTK version) DEPENDS+= transmission-common>=${VERSION}:../../net/transmission-common @@ -31,6 +32,6 @@ BUILDLINK_API_DEPENDS.gettext+= gettext- # XXX: so force new gettext-tools, giving us new gettext-lib .include "../../devel/gettext-tools/msgfmt-desktop.mk" BUILDLINK_API_DEPENDS.gtkmm4+= gtkmm4>=4.11.1 -.include "../../x11/gtkmm3/buildlink3.mk" +.include "../../x11/gtkmm4/buildlink3.mk" .include "../../devel/cmake/build.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1707330441211470--