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

(-)b/net-p2p/radarr/Makefile (-1 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	radarr
1
PORTNAME=	radarr
2
DISTVERSION=	5.1.3.8246
2
DISTVERSION=	5.1.3.8246
3
PORTREVISION=	1
3
CATEGORIES=	net-p2p
4
CATEGORIES=	net-p2p
4
MASTER_SITES=	https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
5
MASTER_SITES=	https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
5
DISTNAME=	Radarr.master.${DISTVERSION}.freebsd-core-x64
6
DISTNAME=	Radarr.master.${DISTVERSION}.freebsd-core-x64
Lines 20-26 RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ Link Here
20
		libinotify>0:devel/libinotify \
21
		libinotify>0:devel/libinotify \
21
		libunwind>0:devel/libunwind
22
		libunwind>0:devel/libunwind
22
23
23
USES=	ssl:run sqlite:3
24
USES=	sqlite:3 ssl:run
24
25
25
USE_RC_SUBR=	${PORTNAME}
26
USE_RC_SUBR=	${PORTNAME}
26
27
(-)b/net-p2p/radarr/files/radarr.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}/Radarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}"
55
    rc_flags="-r -f -p ${pidfile_child} -P ${pidfile} ${%%PORTNAME%%_exec_dir}/Radarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}"
52
}
56
}
53
57
54
- 

Return to bug 275696