diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2016-05-16 20:24:15 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2016-05-16 20:24:15 +0000 |
commit | 94b2abbeef39c6921654b3a64be72ab2d08aeece (patch) | |
tree | df46e76800609fdd62a8c144cead7dff3730cac8 /news | |
parent | acc337df95faf5471ef40e13f2865598616e05f6 (diff) | |
download | ports-94b2abbeef39c6921654b3a64be72ab2d08aeece.tar.gz ports-94b2abbeef39c6921654b3a64be72ab2d08aeece.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/sabnzbdplus/Makefile | 2 | ||||
-rw-r--r-- | news/sabnzbdplus/distinfo | 4 | ||||
-rw-r--r-- | news/sabnzbdplus/files/sabnzbd.in | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index 0b7759d54234..752671c4b4aa 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -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 diff --git a/news/sabnzbdplus/distinfo b/news/sabnzbdplus/distinfo index c7985a189ebc..6e259ae37eef 100644 --- a/news/sabnzbdplus/distinfo +++ b/news/sabnzbdplus/distinfo @@ -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 diff --git a/news/sabnzbdplus/files/sabnzbd.in b/news/sabnzbdplus/files/sabnzbd.in index 72c16e08de04..9dbfb5ede86d 100644 --- a/news/sabnzbdplus/files/sabnzbd.in +++ b/news/sabnzbdplus/files/sabnzbd.in @@ -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} |