git: 65040973a905 - main - net-p2p/gtorrentviewer: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 14:15:40 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=65040973a90516b70017f17eaf5769f493cd9867 commit 65040973a90516b70017f17eaf5769f493cd9867 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-17 13:40:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-17 14:15:18 +0000 net-p2p/gtorrentviewer: Mark DEPRECATED - Unmaintained, last release was in 2004 - Uses deprecated gtk2 libraries - Set EXPIRATION_DATE 2024-04-17 If someone needs this port feel free to undeprecate and takeover maintainership. --- net-p2p/gtorrentviewer/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile index 09a10f489a07..c87be2554e99 100644 --- a/net-p2p/gtorrentviewer/Makefile +++ b/net-p2p/gtorrentviewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtorrentviewer PORTVERSION= 0.2b -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/GTorrentViewer/${PORTVERSION} DISTNAME= GTorrentViewer-${PORTVERSION} @@ -12,10 +12,14 @@ WWW= https://gtorrentviewer.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained, last release in 2004 and uses deprecated gtk2 +EXPIRATION_DATE=2024-04-17 + LIB_DEPENDS= libcurl.so:ftp/curl USES= desktop-file-utils gmake gnome pkgconfig USE_GNOME= gtk20 intlhack + GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \