1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/multimedia/miro/files/patch-lib__startup.py
Armin Pirkovitsch e78916e3b1 - Update multimedia/miro to 6.0
- change ffmpeg dependency to ffmpeg1
- update maintainer to swills@ (suggested and accepted over irc)

PR:           ports/181348
Submitted by: Steve Wills <swills _AT_ FreeBSD.org>
Approved by:  decke (mentor)
2013-09-01 12:37:56 +00:00

14 lines
493 B
Python

--- lib/startup.py.orig 2013-08-17 02:48:00.884785831 +0000
+++ lib/startup.py 2013-08-17 02:48:27.966783822 +0000
@@ -501,8 +501,8 @@
yield None
commandline.startup()
yield None
- autoupdate.check_for_updates()
- yield None
+ # autoupdate.check_for_updates()
+ # yield None
app.local_metadata_manager.schedule_retry_net_lookup()
# Delay running high CPU/IO operations for a bit
eventloop.add_timeout(5, app.download_state_manager.startup_downloader,