mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
news/sabnzbdplus: update 1.0.1 -> 1.0.2
PR: 209505 Submitted by: Joshua Ruehlig <joshruehlig@gmail.com> (maintainer)
This commit is contained in:
parent
acc337df95
commit
94b2abbeef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415362
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sabnzbdplus
|
||||
PORTVERSION= 1.0.1
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
||||
DISTNAME= SABnzbd-${PORTVERSION}-src
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (SABnzbd-1.0.1-src.tar.gz) = 43dac968e2762305621cda49775549228c2cd35b9888a0595946f37eef71bacc
|
||||
SIZE (SABnzbd-1.0.1-src.tar.gz) = 2974729
|
||||
SHA256 (SABnzbd-1.0.2-src.tar.gz) = 9ced2f4b9486674e8b0a920769710b16e7d96a9981d5aa47b6584f2c3a1e0b62
|
||||
SIZE (SABnzbd-1.0.2-src.tar.gz) = 2974940
|
||||
|
@ -46,6 +46,7 @@ command_args="--daemon -f ${sabnzbd_conf_dir}/sabnzbd.ini --pidfile ${pidfile}"
|
||||
sabnzbd_prestart()
|
||||
{
|
||||
PATH=${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin
|
||||
export LC_CTYPE="UTF-8"
|
||||
for sabdir in ${sabnzbd_conf_dir} ${pidfile%/*}; do
|
||||
if [ ! -d "${sabdir}" ]; then
|
||||
install -d -o ${sabnzbd_user} -g ${sabnzbd_group} ${sabdir}
|
||||
|
Loading…
Reference in New Issue
Block a user