[MacPorts] #62255: Moving to new VLC packaging method causes "Check for Update" to auto-trigger
MacPorts
noreply at macports.org
Thu Feb 11 17:14:08 UTC 2021
#62255: Moving to new VLC packaging method causes "Check for Update" to auto-
trigger
-------------------------+--------------------
Reporter: jasonliu-- | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Resolution: | Keywords:
Port: VLC |
-------------------------+--------------------
Comment (by RJVB):
This should work to disable the auto-update checking (there's nothing I
can do about manual checking AFAICT):
Add to the existing `post-activate` block:
{{{
system "defaults write /Library/Preferences/org.videolan.vlc
SUEnableAutomaticChecks" 0"
}}}
Under that block, add:
{{{
pre-deactivate {
system "defaults delete /Library/Preferences/org.videolan.vlc
SUEnableAutomaticChecks"
}
}}}
(a `post-deactivate` would be fine too of course).
Maybe someone with commit access can take care of these simple mods? Or
should I do the PR dance yet again to update the port at the same time?
--
Ticket URL: <https://trac.macports.org/ticket/62255#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list