Created attachment 168281 [details] new/sabnzbdplus patch Updates news/sabnzbdplus to version 1.0.0. Notable changes include.. * Drop support for python2.5 * Add support for 7zip archives
Created attachment 168315 [details] new/sabnzbdplus patch The "status" directive is automatically added if you define "command".
(In reply to joshruehlig from comment #1) My poudriere build produced this error: ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%DOCSDIR%%/ABOUT.txt Error: Missing: %%DOCSDIR%%/COPYRIGHT.txt Error: Missing: %%DOCSDIR%%/INSTALL.txt Error: Missing: %%DOCSDIR%%/ISSUES.txt Error: Missing: %%DOCSDIR%%/README.txt ===> Error: Plist issues found. *** Error code 1
thanks for checking, I'll read up on the docs a bit more and fix this up. I guess there is a target "post-install-DOCS-on" we could be using.
Created attachment 168354 [details] new/sabnzbdplus patch I believe this fixes the issue. Thanks
Committed, thanks!
A commit references this bug: Author: feld Date: Fri Mar 18 02:49:57 UTC 2016 New revision: 411325 URL: https://svnweb.freebsd.org/changeset/ports/411325 Log: news/sabnzbdplus: Update to 1.0.0 Changelog: http://forums.sabnzbd.org/viewtopic.php?f=8&t=20382 PR: 208051 Changes: head/news/sabnzbdplus/Makefile head/news/sabnzbdplus/distinfo head/news/sabnzbdplus/files/sabnzbd.in head/news/sabnzbdplus/pkg-plist
Awesome, thanks!