svn commit: r322047 - in head/news/sabnzbdplus: . files
Mark Felder
feld at FreeBSD.org
Sat Jun 29 14:28:11 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list