net-p2p/bazarr: Configure correct branch for release/update
Correct branch name in the file package_info so the list of possible releases is correctly filtered (master for releases, develop for pre-releases/beta) PR: 276540 Reported by: driesm@
This commit is contained in:
parent
20fbe31585
commit
e2f3988de7
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= bazarr
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-p2p python
|
||||
MASTER_SITES= https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
|
||||
DISTNAME= bazarr
|
||||
|
|
|
@ -2,4 +2,4 @@ PackageVersion=%%PKGVERSION%%
|
|||
PackageAuthor=%%MAINTAINER%%
|
||||
UpdateMethod=External
|
||||
UpdateMethodMessage=use 'pkg upgrade' or [create a PR](https://bugs.freebsd.org/bugzilla/enter_bug.cgi?component=Individual%20Port%28s%29&product=Ports%20%26%20Packages) requesting an update of the port
|
||||
Branch=development
|
||||
Branch=master
|
||||
|
|
Loading…
Reference in a new issue