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?

        Lucas


diff refs/heads/master refs/heads/transmission-remote-gtk-1.7.0
commit - dfbf00e0e13cc4e96e3b9347445e5a07893ad5a5
commit + f3d0430d3dd99a983ddf28553370357188a0eafc
blob - ea8f0c67cf90acd253f617a4e3f34ed5b25fe176
blob + 34d65464ea889376423bce071c4e8efd0fbf2163
--- 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.0
 DISTNAME =     transmission-remote-gtk-${V}
 CATEGORIES =   net
 
 HOMEPAGE =     
https://github.com/transmission-remote-gtk/transmission-remote-gtk
 
-MAINTAINER =   Lucas <[email protected]>
+MAINTAINER =   Lucas Gabriel Vuotto <[email protected]>
 
 # GPLv2
 PERMIT_PACKAGE =       Yes
@@ -29,7 +29,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 + 92b6ce3f21ef015f332e5be7e6e66689e7799bab
--- 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.0.tar.xz) = 
U+rNICmqXTEtlyYPWg0fJxo3FnO/VaSGZCdvmT4TCG4=
+SIZE (transmission-remote-gtk-1.7.0.tar.xz) = 201768
blob - 4262a81d7be4f32cbc3801c4c226921e2642d5f2
blob + cabf694700a947b35cd3e6090c3991829689d718
--- net/transmission-remote-gtk/pkg/PLIST
+++ net/transmission-remote-gtk/pkg/PLIST
@@ -1,5 +1,4 @@
 @bin bin/transmission-remote-gtk
-@man man/man1/transmission-remote-gtk.1
 share/applications/io.github.TransmissionRemoteGtk.desktop
 share/icons/hicolor/16x16/apps/transmission-remote-gtk.png
 share/icons/hicolor/22x22/apps/transmission-remote-gtk.png

Reply via email to