Skip to content

Commit

Permalink
audio/picard: Update to 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDKaffee committed Oct 13, 2023
1 parent 284d25d commit 2e16d6b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion audio/picard/Makefile
@@ -1,5 +1,5 @@
PORTNAME= picard
PORTVERSION= 2.9.2
PORTVERSION= 2.10
CATEGORIES= audio python
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
Expand Down
6 changes: 3 additions & 3 deletions audio/picard/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1694788754
SHA256 (picard-2.9.2.tar.gz) = cf7896b85258226c517747ea4de94d0fdb6fca7678061a6d47ee5686afafa4bd
SIZE (picard-2.9.2.tar.gz) = 5526511
TIMESTAMP = 1697236873
SHA256 (picard-2.10.tar.gz) = 5a97133e3549a81367c5128678237b0cb013f49ca8279ba88272a09a5cdc3939
SIZE (picard-2.10.tar.gz) = 5800268
18 changes: 9 additions & 9 deletions audio/picard/files/patch-picard_ui_options_general.py
@@ -1,13 +1,13 @@
Disable checking for updates by default.

--- picard/ui/options/general.py.orig 2023-08-16 07:38:39 UTC
--- picard/ui/options/general.py.orig 2023-10-12 06:54:36 UTC
+++ picard/ui/options/general.py
@@ -71,7 +71,7 @@ class GeneralOptionsPage(OptionsPage):
TextOption("persist", "oauth_access_token", ""),
IntOption("persist", "oauth_access_token_expires", 0),
TextOption("persist", "oauth_username", ""),
- BoolOption("setting", "check_for_updates", True),
+ BoolOption("setting", "check_for_updates", False),
IntOption("setting", "update_check_days", 7),
IntOption("setting", "update_level", DEFAULT_PROGRAM_UPDATE_LEVEL),
IntOption("persist", "last_update_check", 0),
TextOption('persist', 'oauth_access_token', ''),
IntOption('persist', 'oauth_access_token_expires', 0),
TextOption('persist', 'oauth_username', ''),
- BoolOption('setting', 'check_for_updates', True),
+ BoolOption('setting', 'check_for_updates', False),
IntOption('setting', 'update_check_days', 7),
IntOption('setting', 'update_level', DEFAULT_PROGRAM_UPDATE_LEVEL),
IntOption('persist', 'last_update_check', 0),

0 comments on commit 2e16d6b

Please sign in to comment.