Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 20:58:11 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428440 - in head/www/py-kallithea: . files
Message-ID:  <201612122058.uBCKwBMi027816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Dec 12 20:58:11 2016
New Revision: 428440
URL: https://svnweb.freebsd.org/changeset/ports/428440

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

Modified:
  head/www/py-kallithea/Makefile
  head/www/py-kallithea/files/kallithea.in

Modified: head/www/py-kallithea/Makefile
==============================================================================
--- head/www/py-kallithea/Makefile	Mon Dec 12 20:58:09 2016	(r428439)
+++ head/www/py-kallithea/Makefile	Mon Dec 12 20:58:11 2016	(r428440)
@@ -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: head/www/py-kallithea/files/kallithea.in
==============================================================================
--- head/www/py-kallithea/files/kallithea.in	Mon Dec 12 20:58:09 2016	(r428439)
+++ head/www/py-kallithea/files/kallithea.in	Mon Dec 12 20:58:11 2016	(r428440)
@@ -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?201612122058.uBCKwBMi027816>