svn commit: r408951 - in branches/2016Q1/news/nzbget: . files

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Feb 15 19:01:13 UTC 2016


Author: rakuco
Date: Mon Feb 15 19:01:11 2016
New Revision: 408951
URL: https://svnweb.freebsd.org/changeset/ports/408951

Log:
  MFH: r408947
  
  Set `command' before using it in the startup script.
  
  This fixes the status command which was returning "eval: -L: not found"
  before.
  
  PR:		206722
  Submitted by:	dburkland at dburkland.com (first version),
  		Toxic <toxic at doobie.com> (maintainer)
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q1/news/nzbget/Makefile
  branches/2016Q1/news/nzbget/files/nzbget.in
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/news/nzbget/Makefile
==============================================================================
--- branches/2016Q1/news/nzbget/Makefile	Mon Feb 15 18:59:56 2016	(r408950)
+++ branches/2016Q1/news/nzbget/Makefile	Mon Feb 15 19:01:11 2016	(r408951)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nzbget
 PORTVERSION=	16.4
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	news
 

Modified: branches/2016Q1/news/nzbget/files/nzbget.in
==============================================================================
--- branches/2016Q1/news/nzbget/files/nzbget.in	Mon Feb 15 18:59:56 2016	(r408950)
+++ branches/2016Q1/news/nzbget/files/nzbget.in	Mon Feb 15 19:01:11 2016	(r408951)
@@ -20,10 +20,10 @@ load_rc_config ${name}
 
 : ${nzbget_enable:=NO}
 
+command=%%PREFIX%%/bin/nzbget
 start_cmd="${name}_start"
 status_cmd="${command} -L S"
 stop_cmd="${name}_stop"
-command=%%PREFIX%%/bin/nzbget
 
 nzbget_start()
 {


More information about the svn-ports-all mailing list