From owner-svn-ports-all@freebsd.org Sun Nov 6 10:49:05 2016 Return-Path: Delivered-To: svn-ports-all@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 499D2C325CF; Sun, 6 Nov 2016 10:49:05 +0000 (UTC) (envelope-from riggs@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 1967F114F; Sun, 6 Nov 2016 10:49:05 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6An4kX004059; Sun, 6 Nov 2016 10:49:04 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6An4or004057; Sun, 6 Nov 2016 10:49:04 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611061049.uA6An4or004057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 6 Nov 2016 10:49:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425481 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2016 10:49:05 -0000 Author: riggs Date: Sun Nov 6 10:49:03 2016 New Revision: 425481 URL: https://svnweb.freebsd.org/changeset/ports/425481 Log: Fix character encoding issues Details: - port now defaults to en_US.UTF-8 for LC_CTYPE - Bump PORTREVISION PR: 212993 Submitted by: joshruehlig@gmail.com (maintainer) MFH: 2016Q4 Modified: head/news/sabnzbdplus/Makefile head/news/sabnzbdplus/files/sabnzbd.in Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Sun Nov 6 10:41:39 2016 (r425480) +++ head/news/sabnzbdplus/Makefile Sun Nov 6 10:49:03 2016 (r425481) @@ -2,6 +2,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF DISTNAME= SABnzbd-${PORTVERSION}-src Modified: head/news/sabnzbdplus/files/sabnzbd.in ============================================================================== --- head/news/sabnzbdplus/files/sabnzbd.in Sun Nov 6 10:41:39 2016 (r425480) +++ head/news/sabnzbdplus/files/sabnzbd.in Sun Nov 6 10:49:03 2016 (r425481) @@ -46,7 +46,7 @@ command_args="--daemon -f ${sabnzbd_conf sabnzbd_prestart() { PATH=${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin - export LC_CTYPE="UTF-8" + export LC_CTYPE="en_US.UTF-8" for sabdir in ${sabnzbd_conf_dir} ${pidfile%/*}; do if [ ! -d "${sabdir}" ]; then install -d -o ${sabnzbd_user} -g ${sabnzbd_group} ${sabdir}