Date: Sun, 6 Nov 2016 15:39:54 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425499 - in branches/2016Q4/news/sabnzbdplus: . files Message-ID: <201611061539.uA6FdsBq018798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Nov 6 15:39:54 2016 New Revision: 425499 URL: https://svnweb.freebsd.org/changeset/ports/425499 Log: MFH: r425481 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) Approved by: ports-secteam (feld) Modified: branches/2016Q4/news/sabnzbdplus/Makefile branches/2016Q4/news/sabnzbdplus/files/sabnzbd.in Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/news/sabnzbdplus/Makefile ============================================================================== --- branches/2016Q4/news/sabnzbdplus/Makefile Sun Nov 6 15:39:19 2016 (r425498) +++ branches/2016Q4/news/sabnzbdplus/Makefile Sun Nov 6 15:39:54 2016 (r425499) @@ -2,6 +2,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF DISTNAME= SABnzbd-${PORTVERSION}-src Modified: branches/2016Q4/news/sabnzbdplus/files/sabnzbd.in ============================================================================== --- branches/2016Q4/news/sabnzbdplus/files/sabnzbd.in Sun Nov 6 15:39:19 2016 (r425498) +++ branches/2016Q4/news/sabnzbdplus/files/sabnzbd.in Sun Nov 6 15:39:54 2016 (r425499) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611061539.uA6FdsBq018798>