svn commit: r415362 - in head/news/sabnzbdplus: . files

Bartek Rutkowski robak at FreeBSD.org
Mon May 16 20:24:16 UTC 2016


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 at 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}


More information about the svn-ports-all mailing list