1
0
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:
Bartek Rutkowski 2016-05-16 20:24:15 +00:00
parent acc337df95
commit 94b2abbeef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415362
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= sabnzbdplus PORTNAME= sabnzbdplus
PORTVERSION= 1.0.1 PORTVERSION= 1.0.2
CATEGORIES= news CATEGORIES= news
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
DISTNAME= SABnzbd-${PORTVERSION}-src DISTNAME= SABnzbd-${PORTVERSION}-src

View File

@ -1,2 +1,2 @@
SHA256 (SABnzbd-1.0.1-src.tar.gz) = 43dac968e2762305621cda49775549228c2cd35b9888a0595946f37eef71bacc SHA256 (SABnzbd-1.0.2-src.tar.gz) = 9ced2f4b9486674e8b0a920769710b16e7d96a9981d5aa47b6584f2c3a1e0b62
SIZE (SABnzbd-1.0.1-src.tar.gz) = 2974729 SIZE (SABnzbd-1.0.2-src.tar.gz) = 2974940

View File

@ -46,6 +46,7 @@ command_args="--daemon -f ${sabnzbd_conf_dir}/sabnzbd.ini --pidfile ${pidfile}"
sabnzbd_prestart() sabnzbd_prestart()
{ {
PATH=${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin PATH=${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin
export LC_CTYPE="UTF-8"
for sabdir in ${sabnzbd_conf_dir} ${pidfile%/*}; do for sabdir in ${sabnzbd_conf_dir} ${pidfile%/*}; do
if [ ! -d "${sabdir}" ]; then if [ ! -d "${sabdir}" ]; then
install -d -o ${sabnzbd_user} -g ${sabnzbd_group} ${sabdir} install -d -o ${sabnzbd_user} -g ${sabnzbd_group} ${sabdir}