Skip to content

Commit

Permalink
net-p2p/prowlarr: Update to 1.8.6.3946
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/Prowlarr/Prowlarr/releases/tag/v1.8.6.3946

PR:		273897
Reported by:	michiel@vanbaak.eu (maintainer)
  • Loading branch information
mvanbaak authored and Fernando Apesteguía committed Sep 19, 2023
1 parent ab64580 commit 691005f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 25 deletions.
3 changes: 1 addition & 2 deletions net-p2p/prowlarr/Makefile
@@ -1,6 +1,5 @@
PORTNAME= prowlarr
DISTVERSION= 1.7.4.3769
PORTREVISION= 1
DISTVERSION= 1.8.6.3946
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/
DISTNAME= Prowlarr.master.${PORTVERSION}.freebsd-core-x64
Expand Down
6 changes: 3 additions & 3 deletions net-p2p/prowlarr/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1690237110
SHA256 (Prowlarr.master.1.7.4.3769.freebsd-core-x64.tar.gz) = dbcc971f3721fc153006506aa53a370d4c8afdb65bd737b311e31197dde014fc
SIZE (Prowlarr.master.1.7.4.3769.freebsd-core-x64.tar.gz) = 49571755
TIMESTAMP = 1694422649
SHA256 (Prowlarr.master.1.8.6.3946.freebsd-core-x64.tar.gz) = 16d318b44946592841b729ec678a696c8324f94f8250754aa2f816c44ff31aad
SIZE (Prowlarr.master.1.8.6.3946.freebsd-core-x64.tar.gz) = 49865166
3 changes: 2 additions & 1 deletion net-p2p/prowlarr/files/prowlarr.in
Expand Up @@ -43,7 +43,8 @@ start_precmd=${name}_precmd
# .NET 6+ use dual mode sockets to avoid the separate AF handling.
# disable .NET use of V6 if no ipv6 is configured.
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
ifconfig | grep -q inet6
# Later version by Keith Chiem through email
ifconfig -a -u -G lo | grep -q inet6
if [ $? == 1 ]; then
export DOTNET_SYSTEM_NET_DISABLEIPV6=1
fi
Expand Down
28 changes: 9 additions & 19 deletions net-p2p/prowlarr/pkg-plist
Expand Up @@ -436,22 +436,13 @@
%%DATADIR%%/bin/System.Xml.XmlSerializer.dll
%%DATADIR%%/bin/System.Xml.dll
%%DATADIR%%/bin/System.dll
%%DATADIR%%/bin/UI/18-50bd2b09ff24c781cc5e.js
%%DATADIR%%/bin/UI/18-50bd2b09ff24c781cc5e.js.map
%%DATADIR%%/bin/UI/228-b42b491d8b96897a4d63.js
%%DATADIR%%/bin/UI/228-b42b491d8b96897a4d63.js.LICENSE.txt
%%DATADIR%%/bin/UI/228-b42b491d8b96897a4d63.js.map
%%DATADIR%%/bin/UI/327-4aa2f43a56dce24c0077.js
%%DATADIR%%/bin/UI/327-4aa2f43a56dce24c0077.js.map
%%DATADIR%%/bin/UI/423-3e32e4c3114ee5386368.js
%%DATADIR%%/bin/UI/423-3e32e4c3114ee5386368.js.map
%%DATADIR%%/bin/UI/665-c56063658d0a610442ad.js
%%DATADIR%%/bin/UI/665-c56063658d0a610442ad.js.map
%%DATADIR%%/bin/UI/673-f1e937752b94deaa03db.js
%%DATADIR%%/bin/UI/673-f1e937752b94deaa03db.js.LICENSE.txt
%%DATADIR%%/bin/UI/673-f1e937752b94deaa03db.js.map
%%DATADIR%%/bin/UI/Content/665-e72fba0b2b3352f3d1d4.css
%%DATADIR%%/bin/UI/Content/665-e72fba0b2b3352f3d1d4.css.map
%%DATADIR%%/bin/UI/159-6f2acf9766e6b207f685.js
%%DATADIR%%/bin/UI/159-6f2acf9766e6b207f685.js.map
%%DATADIR%%/bin/UI/318-a0816b96b1c4a86e63e4.js
%%DATADIR%%/bin/UI/318-a0816b96b1c4a86e63e4.js.LICENSE.txt
%%DATADIR%%/bin/UI/318-a0816b96b1c4a86e63e4.js.map
%%DATADIR%%/bin/UI/Content/159-6e8bb325794b5d70b480.css
%%DATADIR%%/bin/UI/Content/159-6e8bb325794b5d70b480.css.map
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2
Expand Down Expand Up @@ -495,9 +486,8 @@
%%DATADIR%%/bin/UI/Content/robots.txt
%%DATADIR%%/bin/UI/Content/styles.css
%%DATADIR%%/bin/UI/Content/styles.css.map
%%DATADIR%%/bin/UI/index-fa96d997975857e0c218.js
%%DATADIR%%/bin/UI/index-fa96d997975857e0c218.js.LICENSE.txt
%%DATADIR%%/bin/UI/index-fa96d997975857e0c218.js.map
%%DATADIR%%/bin/UI/index-95e6591633264025abeb.js
%%DATADIR%%/bin/UI/index-95e6591633264025abeb.js.map
%%DATADIR%%/bin/UI/index.html
%%DATADIR%%/bin/UI/login.html
%%DATADIR%%/bin/UI/oauth.html
Expand Down

0 comments on commit 691005f

Please sign in to comment.