pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   dogcow
Date:           Mon Jun 22 17:36:27 UTC 2026

Modified Files:
        pkgsrc/net/transmission: Makefile Makefile.common PLIST distinfo
        pkgsrc/net/transmission-common: Makefile PLIST
        pkgsrc/net/transmission-gtk: Makefile PLIST
        pkgsrc/net/transmission-qt: Makefile PLIST
Removed Files:
        pkgsrc/net/transmission/patches: patch-third-party_dht_CMakeLists.txt
            patch-third-party_libnatpmp_CMakeLists.txt

Log Message:
Update transmission{,-common,-qt,-gtk} to 4.1.2

For a full list of changes, see news/news-4.1.*.md in the distfile; some
major feature changes/bugfixes:
    Improved uTP download performance.
    Added support for IPv6 and dual-stack UDP trackers.
    Support trackers that only support the old BEP-7 with &ipv4= and &ipv6=.
    New JSON-RPC 2.0-compliant RPC API.
    Added optional sequential downloading.
    Fixed 4.0.6 bug where Transmission might spam HTTP tracker announces.
    General performance improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/transmission/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/transmission/Makefile.common
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/transmission/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/transmission/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/transmission-common/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/transmission-common/PLIST
cvs rdiff -u -r1.87 -r1.88 pkgsrc/net/transmission-gtk/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/transmission-gtk/PLIST
cvs rdiff -u -r1.100 -r1.101 pkgsrc/net/transmission-qt/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/transmission-qt/PLIST
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/transmission/patches/patch-third-party_dht_CMakeLists.txt \
    pkgsrc/net/transmission/patches/patch-third-party_libnatpmp_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/transmission/Makefile
diff -u pkgsrc/net/transmission/Makefile:1.53 pkgsrc/net/transmission/Makefile:1.54
--- pkgsrc/net/transmission/Makefile:1.53       Thu May 14 16:41:51 2026
+++ pkgsrc/net/transmission/Makefile    Mon Jun 22 17:36:27 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2026/05/14 16:41:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.54 2026/06/22 17:36:27 dogcow Exp $
 
 DEPENDS+=      transmission-common>=${VERSION}:../../net/transmission-common
 
@@ -8,8 +8,6 @@ RCD_SCRIPTS=            transmission
 
 BUILD_DEFS+=           VARBASE
 
-PKGREVISION=   11
-
 .include "../../mk/bsd.prefs.mk"
 
 TRANSMISSION_USER?=    transmission

Index: pkgsrc/net/transmission/Makefile.common
diff -u pkgsrc/net/transmission/Makefile.common:1.22 pkgsrc/net/transmission/Makefile.common:1.23
--- pkgsrc/net/transmission/Makefile.common:1.22        Sat Aug 24 20:49:17 2024
+++ pkgsrc/net/transmission/Makefile.common     Mon Jun 22 17:36:27 2026
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.22 2024/08/24 20:49:17 abs Exp $
+# $NetBSD: Makefile.common,v 1.23 2026/06/22 17:36:27 dogcow Exp $
 #
 # used by net/transmission-common/Makefile
 # used by net/transmission-gtk/Makefile
 # used by net/transmission-qt/Makefile
 # used by net/transmission/Makefile
 
-VERSION=       4.0.6
+VERSION=       4.1.2
 DISTNAME=      transmission-${VERSION}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=transmission/}

Index: pkgsrc/net/transmission/PLIST
diff -u pkgsrc/net/transmission/PLIST:1.10 pkgsrc/net/transmission/PLIST:1.11
--- pkgsrc/net/transmission/PLIST:1.10  Sat Aug 24 20:49:17 2024
+++ pkgsrc/net/transmission/PLIST       Mon Jun 22 17:36:27 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/08/24 20:49:17 abs Exp $
+@comment $NetBSD: PLIST,v 1.11 2026/06/22 17:36:27 dogcow Exp $
 bin/transmission-create
 bin/transmission-daemon
 bin/transmission-edit
@@ -46,6 +46,15 @@ share/doc/transmission/news/news-4.0.2.m
 share/doc/transmission/news/news-4.0.3.md
 share/doc/transmission/news/news-4.0.4.md
 share/doc/transmission/news/news-4.0.5.md
+share/doc/transmission/news/news-4.0.6.md
+share/doc/transmission/news/news-4.1.0-beta.1.md
+share/doc/transmission/news/news-4.1.0-beta.2.md
+share/doc/transmission/news/news-4.1.0-beta.3.md
+share/doc/transmission/news/news-4.1.0-beta.4.md
+share/doc/transmission/news/news-4.1.0-beta.5.md
+share/doc/transmission/news/news-4.1.0.md
+share/doc/transmission/news/news-4.1.1.md
+share/doc/transmission/news/news-5.0.0-draft.md
 share/doc/transmission/news/news-${PKGVERSION}.md
 share/doc/transmission/rpc-spec.md
 share/doc/transmission/send-email-when-torrent-done.sh

Index: pkgsrc/net/transmission/distinfo
diff -u pkgsrc/net/transmission/distinfo:1.28 pkgsrc/net/transmission/distinfo:1.29
--- pkgsrc/net/transmission/distinfo:1.28       Wed Aug 20 06:54:20 2025
+++ pkgsrc/net/transmission/distinfo    Mon Jun 22 17:36:27 2026
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/08/20 06:54:20 wiz Exp $
+$NetBSD: distinfo,v 1.29 2026/06/22 17:36:27 dogcow Exp $
 
-BLAKE2s (transmission-4.0.6.tar.xz) = 0e546c1cc04511bd195b8629f24779c1bcf6e5bec459c705eb1a87d6d668ad70
-SHA512 (transmission-4.0.6.tar.xz) = d11654bd5174a990d8021fde890389bc7c073f63f80e1335bb2c250aff60f06d0b6481fb041ae4fdccd1c43278c71ddc36f692d7dda3ed2a1aaa9bd1bbc2cb0c
-Size (transmission-4.0.6.tar.xz) = 11908296 bytes
-SHA1 (patch-third-party_dht_CMakeLists.txt) = 3fb6c763e99ea8d924706f637d3bbb4c8b616680
-SHA1 (patch-third-party_libnatpmp_CMakeLists.txt) = 7e7598eb5740ce12e0db38f985954daadaaae2f8
+BLAKE2s (transmission-4.1.2.tar.xz) = 9bd786b4435ae71eafc21f11685b651cb6bc1b36235a501c39f0555fcd102082
+SHA512 (transmission-4.1.2.tar.xz) = 091b7c836058b3044226e4981f6d0f95ba11909dedb55d08751f27c8d001e414ab0b5a56862b0087d9af93fa8c9be4932065e3a3ef5e1aaf61f4205319e86223
+Size (transmission-4.1.2.tar.xz) = 11844496 bytes

Index: pkgsrc/net/transmission-common/Makefile
diff -u pkgsrc/net/transmission-common/Makefile:1.18 pkgsrc/net/transmission-common/Makefile:1.19
--- pkgsrc/net/transmission-common/Makefile:1.18        Thu May 14 16:41:51 2026
+++ pkgsrc/net/transmission-common/Makefile     Mon Jun 22 17:36:27 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/05/14 16:41:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2026/06/22 17:36:27 dogcow Exp $
 
 PKGNAME=       transmission-common-${VERSION}
-PKGREVISION=   9
 COMMENT=       Free, lightweight BitTorrent client (shared files)
 
 # do not add nb* to this - 4.0.0nb1 does not conflict

Index: pkgsrc/net/transmission-common/PLIST
diff -u pkgsrc/net/transmission-common/PLIST:1.2 pkgsrc/net/transmission-common/PLIST:1.3
--- pkgsrc/net/transmission-common/PLIST:1.2    Thu Feb  1 14:11:04 2024
+++ pkgsrc/net/transmission-common/PLIST        Mon Jun 22 17:36:27 2026
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2024/02/01 14:11:04 dogcow Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/06/22 17:36:27 dogcow Exp $
+share/transmission/public_html/images/apple-touch-icon.png
 share/transmission/public_html/images/favicon.ico
-share/transmission/public_html/images/favicon.png
-share/transmission/public_html/images/webclip-icon.png
+share/transmission/public_html/images/favicon.svg
 share/transmission/public_html/index.html
 share/transmission/public_html/transmission-app.css
+share/transmission/public_html/transmission-app.css.LEGAL.txt
+share/transmission/public_html/transmission-app.css.map
 share/transmission/public_html/transmission-app.js
 share/transmission/public_html/transmission-app.js.LEGAL.txt

Index: pkgsrc/net/transmission-gtk/Makefile
diff -u pkgsrc/net/transmission-gtk/Makefile:1.87 pkgsrc/net/transmission-gtk/Makefile:1.88
--- pkgsrc/net/transmission-gtk/Makefile:1.87   Thu May 14 16:41:51 2026
+++ pkgsrc/net/transmission-gtk/Makefile        Mon Jun 22 17:36:27 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2026/05/14 16:41:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.88 2026/06/22 17:36:27 dogcow Exp $
 
 PKGNAME=       transmission-gtk-${VERSION}
-PKGREVISION=   14
 COMMENT=       Free, lightweight BitTorrent client (GTK version)
 
 DEPENDS+=      transmission-common>=${VERSION}:../../net/transmission-common

Index: pkgsrc/net/transmission-gtk/PLIST
diff -u pkgsrc/net/transmission-gtk/PLIST:1.3 pkgsrc/net/transmission-gtk/PLIST:1.4
--- pkgsrc/net/transmission-gtk/PLIST:1.3       Mon Feb 13 11:26:29 2023
+++ pkgsrc/net/transmission-gtk/PLIST   Mon Jun 22 17:36:27 2026
@@ -1,93 +1,26 @@
-@comment $NetBSD: PLIST,v 1.3 2023/02/13 11:26:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/06/22 17:36:27 dogcow Exp $
 bin/transmission-gtk
 share/applications/transmission-gtk.desktop
-share/icons/hicolor/scalable/apps/transmission-devel.svg
-share/icons/hicolor/scalable/apps/transmission.svg
-share/icons/hicolor/symbolic/apps/transmission-symbolic.svg
-share/locale/an/LC_MESSAGES/transmission-gtk.mo
-share/locale/ar/LC_MESSAGES/transmission-gtk.mo
-share/locale/ast/LC_MESSAGES/transmission-gtk.mo
-share/locale/az/LC_MESSAGES/transmission-gtk.mo
-share/locale/be/LC_MESSAGES/transmission-gtk.mo
-share/locale/bg/LC_MESSAGES/transmission-gtk.mo
-share/locale/bn/LC_MESSAGES/transmission-gtk.mo
-share/locale/br/LC_MESSAGES/transmission-gtk.mo
-share/locale/bs/LC_MESSAGES/transmission-gtk.mo
-share/locale/ca/LC_MESSAGES/transmission-gtk.mo
-share/locale/ca@valencia/LC_MESSAGES/transmission-gtk.mo
-share/locale/ceb/LC_MESSAGES/transmission-gtk.mo
-share/locale/ckb/LC_MESSAGES/transmission-gtk.mo
-share/locale/cs/LC_MESSAGES/transmission-gtk.mo
-share/locale/cy/LC_MESSAGES/transmission-gtk.mo
+share/icons/hicolor/scalable/apps/transmission-gtk-devel.svg
+share/icons/hicolor/scalable/apps/transmission-gtk.svg
+share/icons/hicolor/symbolic/apps/transmission-gtk-symbolic.svg
 share/locale/da/LC_MESSAGES/transmission-gtk.mo
 share/locale/de/LC_MESSAGES/transmission-gtk.mo
 share/locale/el/LC_MESSAGES/transmission-gtk.mo
-share/locale/en_AU/LC_MESSAGES/transmission-gtk.mo
-share/locale/en_CA/LC_MESSAGES/transmission-gtk.mo
-share/locale/en_GB/LC_MESSAGES/transmission-gtk.mo
-share/locale/eo/LC_MESSAGES/transmission-gtk.mo
 share/locale/es/LC_MESSAGES/transmission-gtk.mo
-share/locale/et/LC_MESSAGES/transmission-gtk.mo
 share/locale/eu/LC_MESSAGES/transmission-gtk.mo
-share/locale/fa/LC_MESSAGES/transmission-gtk.mo
 share/locale/fi/LC_MESSAGES/transmission-gtk.mo
-share/locale/fil/LC_MESSAGES/transmission-gtk.mo
-share/locale/fo/LC_MESSAGES/transmission-gtk.mo
 share/locale/fr/LC_MESSAGES/transmission-gtk.mo
-share/locale/fr_CA/LC_MESSAGES/transmission-gtk.mo
-share/locale/ga/LC_MESSAGES/transmission-gtk.mo
-share/locale/gl/LC_MESSAGES/transmission-gtk.mo
-share/locale/gv/LC_MESSAGES/transmission-gtk.mo
 share/locale/he/LC_MESSAGES/transmission-gtk.mo
-share/locale/hi/LC_MESSAGES/transmission-gtk.mo
-share/locale/hr/LC_MESSAGES/transmission-gtk.mo
 share/locale/hu/LC_MESSAGES/transmission-gtk.mo
-share/locale/hy/LC_MESSAGES/transmission-gtk.mo
-share/locale/ia/LC_MESSAGES/transmission-gtk.mo
-share/locale/id/LC_MESSAGES/transmission-gtk.mo
 share/locale/is/LC_MESSAGES/transmission-gtk.mo
-share/locale/it/LC_MESSAGES/transmission-gtk.mo
 share/locale/ja/LC_MESSAGES/transmission-gtk.mo
-share/locale/jbo/LC_MESSAGES/transmission-gtk.mo
-share/locale/ka/LC_MESSAGES/transmission-gtk.mo
-share/locale/kk/LC_MESSAGES/transmission-gtk.mo
-share/locale/ko/LC_MESSAGES/transmission-gtk.mo
-share/locale/ku/LC_MESSAGES/transmission-gtk.mo
-share/locale/ky/LC_MESSAGES/transmission-gtk.mo
-share/locale/li/LC_MESSAGES/transmission-gtk.mo
-share/locale/lt/LC_MESSAGES/transmission-gtk.mo
-share/locale/lv/LC_MESSAGES/transmission-gtk.mo
-share/locale/mk/LC_MESSAGES/transmission-gtk.mo
-share/locale/ml/LC_MESSAGES/transmission-gtk.mo
-share/locale/mr/LC_MESSAGES/transmission-gtk.mo
-share/locale/ms/LC_MESSAGES/transmission-gtk.mo
-share/locale/mt/LC_MESSAGES/transmission-gtk.mo
-share/locale/nb/LC_MESSAGES/transmission-gtk.mo
 share/locale/nl/LC_MESSAGES/transmission-gtk.mo
-share/locale/nn/LC_MESSAGES/transmission-gtk.mo
-share/locale/oc/LC_MESSAGES/transmission-gtk.mo
 share/locale/pl/LC_MESSAGES/transmission-gtk.mo
-share/locale/pt/LC_MESSAGES/transmission-gtk.mo
-share/locale/pt_BR/LC_MESSAGES/transmission-gtk.mo
-share/locale/pt_PT/LC_MESSAGES/transmission-gtk.mo
-share/locale/ro/LC_MESSAGES/transmission-gtk.mo
 share/locale/ru/LC_MESSAGES/transmission-gtk.mo
-share/locale/si/LC_MESSAGES/transmission-gtk.mo
-share/locale/sk/LC_MESSAGES/transmission-gtk.mo
-share/locale/sl/LC_MESSAGES/transmission-gtk.mo
-share/locale/sq/LC_MESSAGES/transmission-gtk.mo
-share/locale/sr/LC_MESSAGES/transmission-gtk.mo
 share/locale/sv/LC_MESSAGES/transmission-gtk.mo
-share/locale/ta/LC_MESSAGES/transmission-gtk.mo
-share/locale/te/LC_MESSAGES/transmission-gtk.mo
-share/locale/th/LC_MESSAGES/transmission-gtk.mo
 share/locale/tr/LC_MESSAGES/transmission-gtk.mo
-share/locale/ug/LC_MESSAGES/transmission-gtk.mo
 share/locale/uk/LC_MESSAGES/transmission-gtk.mo
-share/locale/ur/LC_MESSAGES/transmission-gtk.mo
-share/locale/uz/LC_MESSAGES/transmission-gtk.mo
-share/locale/vi/LC_MESSAGES/transmission-gtk.mo
 share/locale/zh_CN/LC_MESSAGES/transmission-gtk.mo
-share/locale/zh_HK/LC_MESSAGES/transmission-gtk.mo
 share/locale/zh_TW/LC_MESSAGES/transmission-gtk.mo
 share/metainfo/transmission-gtk.metainfo.xml

Index: pkgsrc/net/transmission-qt/Makefile
diff -u pkgsrc/net/transmission-qt/Makefile:1.100 pkgsrc/net/transmission-qt/Makefile:1.101
--- pkgsrc/net/transmission-qt/Makefile:1.100   Thu May 14 16:41:52 2026
+++ pkgsrc/net/transmission-qt/Makefile Mon Jun 22 17:36:27 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2026/05/14 16:41:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.101 2026/06/22 17:36:27 dogcow Exp $
 
 PKGNAME=       transmission-qt-${VERSION}
-PKGREVISION=   12
 COMMENT=       Free, lightweight BitTorrent client (QT version)
 
 DEPENDS+=      transmission-common>=${VERSION}:../../net/transmission-common
@@ -32,4 +31,5 @@ post-install:
 .include "options.mk"
 .include "../../net/transmission/Makefile.common"
 .include "../../devel/cmake/build.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/transmission-qt/PLIST
diff -u pkgsrc/net/transmission-qt/PLIST:1.3 pkgsrc/net/transmission-qt/PLIST:1.4
--- pkgsrc/net/transmission-qt/PLIST:1.3        Mon Feb 13 11:26:29 2023
+++ pkgsrc/net/transmission-qt/PLIST    Mon Jun 22 17:36:27 2026
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2023/02/13 11:26:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/06/22 17:36:27 dogcow Exp $
 bin/transmission-qt
 share/applications/transmission-qt.desktop
+share/icons/hicolor/scalable/apps/transmission-qt-devel.svg
+share/icons/hicolor/scalable/apps/transmission-qt.svg
+share/icons/hicolor/symbolic/apps/transmission-qt-symbolic.svg
 share/transmission/translations/transmission_af.qm
 share/transmission/translations/transmission_ca.qm
 share/transmission/translations/transmission_da.qm
@@ -11,9 +14,11 @@ share/transmission/translations/transmis
 share/transmission/translations/transmission_eu.qm
 share/transmission/translations/transmission_fi.qm
 share/transmission/translations/transmission_fr.qm
+share/transmission/translations/transmission_he.qm
 share/transmission/translations/transmission_hu.qm
 share/transmission/translations/transmission_id.qm
-share/transmission/translations/transmission_it_IT.qm
+share/transmission/translations/transmission_is.qm
+share/transmission/translations/transmission_it.qm
 share/transmission/translations/transmission_ja.qm
 share/transmission/translations/transmission_ka.qm
 share/transmission/translations/transmission_kk.qm
@@ -31,3 +36,4 @@ share/transmission/translations/transmis
 share/transmission/translations/transmission_tr.qm
 share/transmission/translations/transmission_uk.qm
 share/transmission/translations/transmission_zh_CN.qm
+share/transmission/translations/transmission_zh_TW.qm



Home | Main Index | Thread Index | Old Index