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:
Michiel van Baak Jansen 2024-01-23 08:37:30 +01:00 committed by Fernando Apesteguía
parent 20fbe31585
commit e2f3988de7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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