svn commit: r428526 - in branches/2016Q4/www/py-kallithea: . files

Rene Ladan rene at FreeBSD.org
Tue Dec 13 19:19:17 UTC 2016


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


More information about the svn-ports-all mailing list