git: d3526ef67051 - main - net-im/talkatu: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Feb 2025 05:29:51 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3526ef670512625f9d0674a3378cee58268ae70 commit d3526ef670512625f9d0674a3378cee58268ae70 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-02-08 01:52:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-02-08 05:29:29 +0000 net-im/talkatu: Mark DEPRECATED - Upstream has switched to mercurial and no upstream distfiles exist - Upstream is more or less inactive since August 2023 - Update WWW - Set EXPIRATION_DATE 2025-03-10 - Pet portclippy - Drop maintainership If someone needs this port feel free to undeprecate and takeover maintainership. --- net-im/talkatu/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/net-im/talkatu/Makefile b/net-im/talkatu/Makefile index 6dc4c47a25b8..4d8325f382a0 100644 --- a/net-im/talkatu/Makefile +++ b/net-im/talkatu/Makefile @@ -6,13 +6,16 @@ MASTER_SITES= https://bitbucket.org/pidgin/talkatu/get/ DISTNAME= 1b7433db5cd5 DIST_SUBDIR= ${PORTNAME} -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Collection of Gtk+ widgets that are useful for chat applications -WWW= https://bitbucket.org/pidgin/talkatu/overview +WWW= https://keep.imfreedom.org/talkatu/talkatu/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Upstream has switched to mercurial and upstream development has stopped +EXPIRATION_DATE=2025-03-10 + BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libgladeui-2.so:devel/glade \ libgspell-1.so:textproc/gspell \ @@ -20,11 +23,12 @@ LIB_DEPENDS= libgladeui-2.so:devel/glade \ libcmark.so:textproc/cmark USES= gettext-runtime gnome meson pkgconfig - +USE_GNOME= glib20 gtk30 USE_LDCONFIG= yes + MESON_ARGS= -Dtests=false + WRKSRC= ${WRKDIR}/pidgin-talkatu-${DISTNAME} -USE_GNOME= glib20 gtk30 OPTIONS_DEFINE= DOCS