pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/transmission-gtk



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.

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"



Home | Main Index | Thread Index | Old Index