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}