diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-06-29 14:28:10 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-06-29 14:28:10 +0000 |
commit | 922c03c944d119184018ff318a32288f20c6672c (patch) | |
tree | a24c4e44b104e6ae7ddcd910c41aeca803465009 /news/sabnzbdplus/Makefile | |
parent | 3d119ba51424ce93a2438f61ee1e1e8c26ba2e70 (diff) |
- Add REQUIRE keyword fixing startup order
Submitted by: matt.raspberry@gmail.com
Approved by: crees (mentor)
Notes
Notes:
svn path=/head/; revision=322047
Diffstat (limited to 'news/sabnzbdplus/Makefile')
-rw-r--r-- | news/sabnzbdplus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index e3f6bb70e530..8ad2b7c0a27d 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -2,6 +2,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 0.7.13 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= SABnzbd-${PORTVERSION}-src |