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

(-)b/net-p2p/radarr/Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	radarr
1
PORTNAME=	radarr
2
PORTVERSION=	4.1.0.6175
2
PORTVERSION=	4.1.0.6175
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	net-p2p
4
CATEGORIES=	net-p2p
5
MASTER_SITES=	https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
5
MASTER_SITES=	https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
6
DISTNAME=	Radarr.master.${PORTVERSION}.freebsd-core-x64
6
DISTNAME=	Radarr.master.${PORTVERSION}.freebsd-core-x64
Lines 18-26 RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ Link Here
18
		libiconv>0:converters/libiconv \
18
		libiconv>0:converters/libiconv \
19
		libinotify>0:devel/libinotify \
19
		libinotify>0:devel/libinotify \
20
		libunwind>0:devel/libunwind \
20
		libunwind>0:devel/libunwind \
21
		openssl>0:security/openssl \
22
		sqlite3>0:databases/sqlite3
21
		sqlite3>0:databases/sqlite3
23
22
23
USES=	ssl:run
24
24
USE_RC_SUBR=	${PORTNAME}
25
USE_RC_SUBR=	${PORTNAME}
25
26
26
NO_BUILD=	YES
27
NO_BUILD=	YES
27
- 

Return to bug 265790