Date: Sat, 29 Jun 2013 14:28:10 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322047 - in head/news/sabnzbdplus: . files Message-ID: <201306291428.r5TESAc6097404@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sat Jun 29 14:28:10 2013 New Revision: 322047 URL: http://svnweb.freebsd.org/changeset/ports/322047 Log: - Add REQUIRE keyword fixing startup order Submitted by: matt.raspberry@gmail.com Approved by: crees (mentor) Modified: head/news/sabnzbdplus/Makefile head/news/sabnzbdplus/files/sabnzbd.in Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Sat Jun 29 11:43:01 2013 (r322046) +++ head/news/sabnzbdplus/Makefile Sat Jun 29 14:28:10 2013 (r322047) @@ -2,6 +2,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 0.7.13 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= SABnzbd-${PORTVERSION}-src Modified: head/news/sabnzbdplus/files/sabnzbd.in ============================================================================== --- head/news/sabnzbdplus/files/sabnzbd.in Sat Jun 29 11:43:01 2013 (r322046) +++ head/news/sabnzbdplus/files/sabnzbd.in Sat Jun 29 14:28:10 2013 (r322047) @@ -3,6 +3,7 @@ # $FreeBSD$ # # PROVIDE: sabnzbd +# REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306291428.r5TESAc6097404>