View | Details | Raw Unified | Return to bug 275473 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-p2p/sonarr-devel/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	sonarr
1
PORTNAME=	sonarr
2
DISTVERSION=	4.0.0.733
2
DISTVERSION=	4.0.0.733
3
PORTREVISION=	1
3
CATEGORIES=	net-p2p
4
CATEGORIES=	net-p2p
4
MASTER_SITES=	https://download.sonarr.tv/v4/develop/${PORTVERSION}/
5
MASTER_SITES=	https://download.sonarr.tv/v4/develop/${PORTVERSION}/
5
PKGNAMESUFFIX=	-devel
6
PKGNAMESUFFIX=	-devel
Lines 18-25 RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ Link Here
18
		krb5>0:security/krb5 \
19
		krb5>0:security/krb5 \
19
		libiconv>0:converters/libiconv \
20
		libiconv>0:converters/libiconv \
20
		libinotify>0:devel/libinotify \
21
		libinotify>0:devel/libinotify \
21
		libunwind>0:devel/libunwind \
22
		libunwind>0:devel/libunwind
22
		openssl111>0:security/openssl111
23
23
24
USES=	sqlite:3
24
USES=	sqlite:3
25
USE_RC_SUBR=	sonarr
25
USE_RC_SUBR=	sonarr
(-)b/net-p2p/sonarr-devel/files/sonarr.in (-1 / +4 lines)
Lines 48-53 start_precmd=${name}_precmd Link Here
48
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
48
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
    fi
49
    fi
50
50
51
    if [ `uname -K` -ge 1400092 ]; then
52
        export CLR_OPENSSL_VERSION_OVERRIDE=30
53
    fi
54
51
    rc_flags="-r -f -p ${pidfile_child} -P ${pidfile} ${%%PORTNAME%%_exec_dir}/Sonarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}"
55
    rc_flags="-r -f -p ${pidfile_child} -P ${pidfile} ${%%PORTNAME%%_exec_dir}/Sonarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}"
52
}
56
}
53
57
54
- 

Return to bug 275473