aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/sonarr-devel/Makefile47
-rw-r--r--net-p2p/sonarr-devel/distinfo3
-rw-r--r--net-p2p/sonarr-devel/files/sonarr.in45
-rw-r--r--net-p2p/sonarr-devel/pkg-descr3
6 files changed, 1 insertions, 99 deletions
diff --git a/MOVED b/MOVED
index f2ab573b3b91..fd716b8ea5e0 100644
--- a/MOVED
+++ b/MOVED
@@ -16196,3 +16196,4 @@ x11-fonts/vtfontcvt-ng||2021-03-12|no longer useful on any supported releases; u
biology/py-fastTSNE|math/py-openTSNE|2021-03-13|project renamed/reimplemented under a different name
emulators/open-vm-tools-nox11|emulators/open-vm-tools@nox11|2021-03-17|Moved to a flavored, generic, version
math/s2geometry|graphics/s2|2021-03-22|Remove duplicate port
+net-p2p/sonarr-devel|net-p2p/sonarr/2021-03-23|Removed, use net-p2p/sonarr instead
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index 3b450347c993..13406b9c91dd 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -80,7 +80,6 @@
SUBDIR += rtorrent
SUBDIR += shx
SUBDIR += sonarr
- SUBDIR += sonarr-devel
SUBDIR += torrent-file-editor
SUBDIR += torrentcheck
SUBDIR += torrentsniff
diff --git a/net-p2p/sonarr-devel/Makefile b/net-p2p/sonarr-devel/Makefile
deleted file mode 100644
index c3f651597394..000000000000
--- a/net-p2p/sonarr-devel/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= sonarr
-PORTVERSION= 3.0.4.1011
-PORTREVISION= 0
-CATEGORIES= net-p2p
-MASTER_SITES= http://download.sonarr.tv/v3/phantom-develop/${PORTVERSION}/
-PKGNAMESUFFIX= -devel
-DISTNAME= Sonarr.phantom-develop.${PORTVERSION}.linux
-
-MAINTAINER= feld@FreeBSD.org
-COMMENT= PVR for Usenet and BitTorrent users
-
-LICENSE= GPLv3
-
-RUN_DEPENDS= mono>4.6.1:lang/mono \
- mediainfo>0:multimedia/mediainfo \
- sqlite3>0:databases/sqlite3
-LIB_DEPENDS= libcurl.so:ftp/curl
-
-USE_RC_SUBR= sonarr
-
-NO_ARCH= YES
-NO_BUILD= YES
-WRKSRC= ${WRKDIR}/Sonarr
-
-USERS= sonarr
-GROUPS= sonarr
-
-OPTIONS_DEFINE= X11
-
-# Permits image resizing
-X11_LIB_DEPENDS+=libgdiplus.so:x11-toolkits/libgdiplus
-
-CONFLICTS= sonarr-2*
-
-.include <bsd.port.options.mk>
-
-do-install:
- ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}
- cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}
-
-post-install:
- @${FIND} -s ${STAGEDIR}${DATADIR} -not -type d | ${SORT} | \
- ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/net-p2p/sonarr-devel/distinfo b/net-p2p/sonarr-devel/distinfo
deleted file mode 100644
index 1fbe363ec780..000000000000
--- a/net-p2p/sonarr-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1606056396
-SHA256 (Sonarr.phantom-develop.3.0.4.1011.linux.tar.gz) = 5b294ca1e4edbdf65b04d0302ea62a05ee540f9e3cfbf9d17571c5719af4a61d
-SIZE (Sonarr.phantom-develop.3.0.4.1011.linux.tar.gz) = 11087024
diff --git a/net-p2p/sonarr-devel/files/sonarr.in b/net-p2p/sonarr-devel/files/sonarr.in
deleted file mode 100644
index 95778eb19fcb..000000000000
--- a/net-p2p/sonarr-devel/files/sonarr.in
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/bin/sh
-#
-# Author: Mark Felder <feld@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-# PROVIDE: sonarr
-# REQUIRE: LOGIN
-# KEYWORD: shutdown
-
-# Add the following lines to /etc/rc.conf to enable sonarr:
-# sonarr_enable="YES"
-
-. /etc/rc.subr
-
-name="sonarr"
-rcvar=sonarr_enable
-
-load_rc_config $name
-
-: ${sonarr_enable="NO"}
-: ${sonarr_user:="sonarr"}
-: ${sonarr_data_dir:="%%PREFIX%%/sonarr"}
-
-pidfile="${sonarr_data_dir}/sonarr.pid"
-procname="%%PREFIX%%/bin/mono"
-command="/usr/sbin/daemon"
-command_args="-f ${procname} %%DATADIR%%/Sonarr.exe --nobrowser --data=${sonarr_data_dir}"
-start_precmd=sonarr_precmd
-
-sonarr_precmd()
-{
- export XDG_CONFIG_HOME=${sonarr_data_dir}
-
- if [ ! -d ${sonarr_data_dir} ]; then
- install -d -o ${sonarr_user} ${sonarr_data_dir}
- fi
-
- # Unwritable pids allow the service to start, but fails to work
- # Rare, but if you are debugging as root and accidentally start the service...
- /bin/rm -f ${pidfile}
-}
-
-run_rc_command "$1"
diff --git a/net-p2p/sonarr-devel/pkg-descr b/net-p2p/sonarr-devel/pkg-descr
deleted file mode 100644
index 6741d5b2e77d..000000000000
--- a/net-p2p/sonarr-devel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Sonarr is a PVR for Usenet and BitTorrent users.
-
-WWW: https://sonarr.tv