git: b25106ec939d - main - net-p2p/transmission-remote-gui: Fix desktop entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Oct 2023 01:20:26 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=b25106ec939dd0ea3978d316db71a8cfad7152d9 commit b25106ec939dd0ea3978d316db71a8cfad7152d9 Author: Anton Saietskii <vsasjason@gmail.com> AuthorDate: 2023-10-17 01:19:14 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-10-17 01:19:14 +0000 net-p2p/transmission-remote-gui: Fix desktop entry PR: 274170 --- net-p2p/transmission-remote-gui/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index de4efdd83476..6d1f8114fa26 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -1,6 +1,6 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.18.0 -PORTREVISION= 15 +PORTREVISION= 16 DISTVERSIONPREFIX= v CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -25,7 +25,7 @@ DESKTOP_ENTRIES="Transmission Remote GUI" \ "Remote GUI for transmission daemon" \ "transgui" \ "${PREFIX}/bin/transgui" \ - "Application;Network;" \ + "Network;P2P;" \ ${TRUE} PLIST_FILES= bin/transgui \