Received: by mail.netbsd.org (Postfix, from userid 605) id 53FAF84EC1; Tue, 14 Feb 2023 14:42:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 84C8D84EBC for ; Tue, 14 Feb 2023 14:42:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vTsSXE7KBp3u for ; Tue, 14 Feb 2023 14:42:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C501384CD8 for ; Tue, 14 Feb 2023 14:42:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE0E4FA90; Tue, 14 Feb 2023 14:42:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676385754143500" MIME-Version: 1.0 Date: Tue, 14 Feb 2023 14:42:34 +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: <20230214144234.BE0E4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676385754143500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Feb 14 14:42:34 UTC 2023 Modified Files: pkgsrc/net/transmission-gtk: Makefile Log Message: transmission-gtk: remove libnotify dependency Not used since 2.50. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/transmission-gtk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676385754143500 Content-Disposition: inline Content-Length: 992 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.56 pkgsrc/net/transmission-gtk/Makefile:1.57 --- pkgsrc/net/transmission-gtk/Makefile:1.56 Tue Feb 14 09:45:39 2023 +++ pkgsrc/net/transmission-gtk/Makefile Tue Feb 14 14:42:34 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2023/02/14 09:45:39 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2023/02/14 14:42:34 wiz Exp $ PKGNAME= transmission-gtk-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Free, lightweight BitTorrent client (GTK version) DEPENDS+= transmission-common>=${VERSION}:../../net/transmission-common @@ -26,7 +26,6 @@ post-install: .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../sysutils/libnotify/buildlink3.mk" # XXX: this doesn't work - builtin 0.16.1 is accepted BUILDLINK_API_DEPENDS.gettext+= gettext-lib>=0.19.7 .include "../../devel/gettext-lib/buildlink3.mk" --_----------=_1676385754143500--