wrong version showing SABNZBD

Dwight Turner

Explorer
Joined
Oct 13, 2014
Messages
76
version is showing 3.3.0 [e8206fb]

after I installed via pkg which installed sabnzbdplus-3.3.0,1

dont udnerstand what I need to change top get it to run the correct version


CODE: SELECT ALL
4 sabnzbd/version.py
@@ -5,5 +5,5 @@

# You MUST use double quotes (so " and not ')

__version__ = "3.3.0-develop"
__baseline__ = "unknown"
__version__ = "3.3.0"
__baseline__ = "7bb443678ac5c8394ead4ecdf76e7b57f4f4bd7a"
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
version is showing 3.3.0 [e8206fb]

after I installed via pkg which installed sabnzbdplus-3.3.0,1

dont udnerstand what I need to change top get it to run the correct version
That is the right displayed version for the installed pkg.

You need to wait for the 3.3.1 version to be released as a pkg in the channel you're subscribed to in that jail. (https://www.freshports.org/news/sabnzbdplus/)

Your jail will default to the quarterly releases, so look at that column.
 

Dwight Turner

Explorer
Joined
Oct 13, 2014
Messages
76
oh ok thanks for that reply
 

FrankNAS

Contributor
Joined
Dec 3, 2017
Messages
111
You can version bump the ports version but if you use the pkg or plugin version you might be better off waiting for that to be updated. I also bumped the version of sabnzbd in my GH repo if you want to use that pkg and are OK with external pkgs.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
That is the right displayed version for the installed pkg.
To elaborate on that: the ,1 is the FreeBSD port revision number, nothing about the upstream version of the software in question. It's a way to keep track of changes in the port/pkg (e.g. a fix for a patch or a new feature in the rc-script or ...) even if the software version does not change.
 
Top