Date: Mon, 16 May 2016 20:24:15 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415362 - in head/news/sabnzbdplus: . files Message-ID: <201605162024.u4GKOF7R026056@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Mon May 16 20:24:15 2016 New Revision: 415362 URL: https://svnweb.freebsd.org/changeset/ports/415362 Log: news/sabnzbdplus: update 1.0.1 -> 1.0.2 PR: 209505 Submitted by: Joshua Ruehlig <joshruehlig@gmail.com> (maintainer) Modified: head/news/sabnzbdplus/Makefile head/news/sabnzbdplus/distinfo head/news/sabnzbdplus/files/sabnzbd.in Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Mon May 16 19:48:57 2016 (r415361) +++ head/news/sabnzbdplus/Makefile Mon May 16 20:24:15 2016 (r415362) @@ -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 Modified: head/news/sabnzbdplus/distinfo ============================================================================== --- head/news/sabnzbdplus/distinfo Mon May 16 19:48:57 2016 (r415361) +++ head/news/sabnzbdplus/distinfo Mon May 16 20:24:15 2016 (r415362) @@ -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 Modified: head/news/sabnzbdplus/files/sabnzbd.in ============================================================================== --- head/news/sabnzbdplus/files/sabnzbd.in Mon May 16 19:48:57 2016 (r415361) +++ head/news/sabnzbdplus/files/sabnzbd.in Mon May 16 20:24:15 2016 (r415362) @@ -46,6 +46,7 @@ command_args="--daemon -f ${sabnzbd_conf 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605162024.u4GKOF7R026056>