Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 19:19:16 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r428526 - in branches/2016Q4/www/py-kallithea: . files
Message-ID:  <201612131919.uBDJJGPP083312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Dec 13 19:19:16 2016
New Revision: 428526
URL: https://svnweb.freebsd.org/changeset/ports/428526

Log:
  MFH: r428440
  
  www/py-kallithea: fix RC script
  
  While here, add NO_ARCH
  
  PR:		214893
  Submitted by:	maintainer (freebsd@skinc.ru)
  
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2016Q4/www/py-kallithea/Makefile
  branches/2016Q4/www/py-kallithea/files/kallithea.in
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/www/py-kallithea/Makefile
==============================================================================
--- branches/2016Q4/www/py-kallithea/Makefile	Tue Dec 13 19:13:20 2016	(r428525)
+++ branches/2016Q4/www/py-kallithea/Makefile	Tue Dec 13 19:19:16 2016	(r428526)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kallithea
 PORTVERSION=	0.3.2
+PORTREVISION=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -41,6 +42,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wait
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 USE_RC_SUBR=	kallithea
 SUB_FILES=	pkg-message
 

Modified: branches/2016Q4/www/py-kallithea/files/kallithea.in
==============================================================================
--- branches/2016Q4/www/py-kallithea/files/kallithea.in	Tue Dec 13 19:13:20 2016	(r428525)
+++ branches/2016Q4/www/py-kallithea/files/kallithea.in	Tue Dec 13 19:19:16 2016	(r428526)
@@ -40,7 +40,7 @@ command=%%PREFIX%%/bin/paster
 pidfile="${kallithea_pidfile}"
 required_files="${kallithea_config}"
 
-command_args=" serve --user=${kallithea_user} --group=${kallithea_group} --pid-file=${pidfile} --log-file=${kallithea_logfile} --daemon ${kallithea_config}"
+command_args=" serve --pid-file=${pidfile} --log-file=${kallithea_logfile} --daemon ${kallithea_config}"
 
 start_precmd=kallithea_prestart
 status_cmd=kallithea_status



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612131919.uBDJJGPP083312>