aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-17 13:40:43 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-17 14:15:18 +0000
commit65040973a90516b70017f17eaf5769f493cd9867 (patch)
tree98c636b9fb12545e70ea0766b1378fcb8f563a9b
parent72e23554f57df2d39cd741a12b36978200817503 (diff)
downloadports-65040973a90516b70017f17eaf5769f493cd9867.tar.gz
ports-65040973a90516b70017f17eaf5769f493cd9867.zip
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.
-rw-r--r--net-p2p/gtorrentviewer/Makefile6
1 files changed, 5 insertions, 1 deletions
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 \