View | Details | Raw Unified | Return to bug 273896
Collapse All | Expand All

(-)b/net-p2p/readarr/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	readarr
1
PORTNAME=	readarr
2
DISTVERSION=	0.3.3.2171
2
DISTVERSION=	0.3.5.2217
3
CATEGORIES=	net-p2p
3
CATEGORIES=	net-p2p
4
MASTER_SITES=	https://github.com/Readarr/Readarr/releases/download/v${PORTVERSION}/
4
MASTER_SITES=	https://github.com/Readarr/Readarr/releases/download/v${PORTVERSION}/
5
DISTNAME=	Readarr.develop.${DISTVERSION}.freebsd-core-x64
5
DISTNAME=	Readarr.develop.${DISTVERSION}.freebsd-core-x64
(-)b/net-p2p/readarr/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1692617908
1
TIMESTAMP = 1694951699
2
SHA256 (Readarr.develop.0.3.3.2171.freebsd-core-x64.tar.gz) = fa0a77db4c2727751ecabbad148595c0c5062d93a03d68d6eec1790e02008ce5
2
SHA256 (Readarr.develop.0.3.5.2217.freebsd-core-x64.tar.gz) = 8c3671f13f67f2aa5784ae63fb5854af07bafc436018e0e0e32355d720049e01
3
SIZE (Readarr.develop.0.3.3.2171.freebsd-core-x64.tar.gz) = 50940146
3
SIZE (Readarr.develop.0.3.5.2217.freebsd-core-x64.tar.gz) = 51062326
(-)b/net-p2p/readarr/files/readarr.in (-1 / +2 lines)
Lines 43-49 start_precmd=${name}_precmd Link Here
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
44
    # disable .NET use of V6 if no ipv6 is configured.
44
    # disable .NET use of V6 if no ipv6 is configured.
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
46
    ifconfig | grep -q inet6
46
    # Later version by Keith Chiem through email
47
    ifconfig -a -u -G lo | grep -q inet6
47
    if [ $? == 1 ]; then
48
    if [ $? == 1 ]; then
48
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
    fi
50
    fi
(-)b/net-p2p/readarr/pkg-plist (-10 / +9 lines)
Lines 443-455 Link Here
443
%%DATADIR%%/bin/System.Xml.dll
443
%%DATADIR%%/bin/System.Xml.dll
444
%%DATADIR%%/bin/System.dll
444
%%DATADIR%%/bin/System.dll
445
%%DATADIR%%/bin/TagLibSharp.dll
445
%%DATADIR%%/bin/TagLibSharp.dll
446
%%DATADIR%%/bin/UI/645-76cb7e8b4c4b04e09a47.js
446
%%DATADIR%%/bin/UI/690-2978ab6e5ffe5467c3fb.js
447
%%DATADIR%%/bin/UI/645-76cb7e8b4c4b04e09a47.js.LICENSE.txt
447
%%DATADIR%%/bin/UI/690-2978ab6e5ffe5467c3fb.js.LICENSE.txt
448
%%DATADIR%%/bin/UI/645-76cb7e8b4c4b04e09a47.js.map
448
%%DATADIR%%/bin/UI/690-2978ab6e5ffe5467c3fb.js.map
449
%%DATADIR%%/bin/UI/866-3ce838d23c4adcca1df5.js
449
%%DATADIR%%/bin/UI/85-4acb22e3bf70d4d8e508.js
450
%%DATADIR%%/bin/UI/866-3ce838d23c4adcca1df5.js.map
450
%%DATADIR%%/bin/UI/85-4acb22e3bf70d4d8e508.js.map
451
%%DATADIR%%/bin/UI/Content/866-fbcf0064810f6dc13d89.css
451
%%DATADIR%%/bin/UI/Content/85-aedc983a9f4f24e89482.css
452
%%DATADIR%%/bin/UI/Content/866-fbcf0064810f6dc13d89.css.map
452
%%DATADIR%%/bin/UI/Content/85-aedc983a9f4f24e89482.css.map
453
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf
453
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf
454
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff
454
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff
455
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2
455
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2
Lines 492-499 Link Here
492
%%DATADIR%%/bin/UI/Content/robots.txt
492
%%DATADIR%%/bin/UI/Content/robots.txt
493
%%DATADIR%%/bin/UI/Content/styles.css
493
%%DATADIR%%/bin/UI/Content/styles.css
494
%%DATADIR%%/bin/UI/Content/styles.css.map
494
%%DATADIR%%/bin/UI/Content/styles.css.map
495
%%DATADIR%%/bin/UI/index-c1bf52c90db199767894.js
495
%%DATADIR%%/bin/UI/index-c158821aa0e3a36169a5.js
496
%%DATADIR%%/bin/UI/index-c1bf52c90db199767894.js.map
496
%%DATADIR%%/bin/UI/index-c158821aa0e3a36169a5.js.map
497
%%DATADIR%%/bin/UI/index.html
497
%%DATADIR%%/bin/UI/index.html
498
%%DATADIR%%/bin/UI/login.html
498
%%DATADIR%%/bin/UI/login.html
499
%%DATADIR%%/bin/UI/oauth.html
499
%%DATADIR%%/bin/UI/oauth.html
500
- 

Return to bug 273896