Download raw body.
UPDATE net/transmission-remote-gtk 1.7.0 from MAINTAINER
1.7.1 came out 5 days ago, fixing an issue with JSON validation. I've
been running it for the last 2-3 days ago with no issues.
On Thu, Feb 05, 2026 at 07:11:27PM +0000, Lucas Gabriel Vuotto wrote:
> Hi ports,
>
> transmission-remote-gtk saw a new release. It mostly deletes
> functionality that was in the way of the development or saw little use.
>
> * Significant Changes
>
> - Fix an accounting error with seeders/leechers (#224)
> - Remove support for trashing torrents due to configuration issues (#259)
> - Remove local command feature, as well as various other underused/unused features (#242)
> - Fix edge case where Transmission may send bad JSON (#265)
>
> * Other changes
>
> - Fix some small crashes (#246, #251)
> - Non-user facing changes to slowly modernize the code (various)
>
> Also missed in the notes, but geoip usage was dropped. It doesn't affect
> us as it was disabled in the build already.
>
> I briefly tested it and works fine. Portwise, the manpage is dropped, as
> it now requires rst2man to build and I find the manpage of little value
> for this particular piece of software.
>
> OK?
diff refs/heads/master 4cb89dea768ec43e0b0d4d62dac03273d50beca2
commit - cfecb23584acf71957db41dedc073ff2d4bbff46
commit + 4cb89dea768ec43e0b0d4d62dac03273d50beca2
blob - ea8f0c67cf90acd253f617a4e3f34ed5b25fe176
blob + d3b3004043fed4a8d1aae685ab9fc1c6cfa9aeac
--- net/transmission-remote-gtk/Makefile
+++ net/transmission-remote-gtk/Makefile
@@ -1,12 +1,12 @@
COMMENT = GTK client for remote Transmission daemon
-V = 1.6.0
+V = 1.7.1
DISTNAME = transmission-remote-gtk-${V}
CATEGORIES = net
HOMEPAGE = https://github.com/transmission-remote-gtk/transmission-remote-gtk
-MAINTAINER = Lucas <lucas@sexy.is>
+MAINTAINER = Lucas Gabriel Vuotto <lucas@sexy.is>
# GPLv2
PERMIT_PACKAGE = Yes
@@ -20,7 +20,8 @@ EXTRACT_SUFX = .tar.xz
MODULES = devel/meson
-BUILD_DEPENDS = devel/gettext,-tools
+BUILD_DEPENDS = devel/gettext,-tools \
+ textproc/py-docutils
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+4,-guic
LIB_DEPENDS = devel/gettext,-runtime \
@@ -29,7 +30,6 @@ LIB_DEPENDS = devel/gettext,-runtime \
devel/libsoup3 \
x11/gtk+3
-CONFIGURE_ARGS += -Dgeoip=disabled \
- -Dlibappindicator=disabled
+CONFIGURE_ARGS += -Dlibappindicator=disabled
.include <bsd.port.mk>
blob - 105c45aefc609feb5113fca825d9e868fcfa2b30
blob + 5f8f25d595a6740b8deb8439d1738ca4ced34679
--- net/transmission-remote-gtk/distinfo
+++ net/transmission-remote-gtk/distinfo
@@ -1,2 +1,2 @@
-SHA256 (transmission-remote-gtk-1.6.0.tar.xz) = sJCET2pILm81iAcP8/3VS3no+F3wKzmFPPsB/M7hDKw=
-SIZE (transmission-remote-gtk-1.6.0.tar.xz) = 216648
+SHA256 (transmission-remote-gtk-1.7.1.tar.xz) = XvmL2Ws7d+s4gEdKLZBOMWuynL0i36DKhdQ7BKKPujQ=
+SIZE (transmission-remote-gtk-1.7.1.tar.xz) = 204116
UPDATE net/transmission-remote-gtk 1.7.0 from MAINTAINER