From owner-svn-ports-head@freebsd.org Mon May 16 20:24:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2BB2B3D7D9; Mon, 16 May 2016 20:24:16 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 533E81AAC; Mon, 16 May 2016 20:24:16 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4GKOF9Z026059; Mon, 16 May 2016 20:24:15 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4GKOF7R026056; Mon, 16 May 2016 20:24:15 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605162024.u4GKOF7R026056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 16 May 2016 20:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415362 - in head/news/sabnzbdplus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 20:24:16 -0000 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 (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}