sabnzbdplus-0.6.15 has been submitted

Support for the freeBSD package, created by dbrooks
Post Reply
dbrooks
Newbie
Newbie
Posts: 19
Joined: June 23rd, 2011, 11:19 pm

sabnzbdplus-0.6.15 has been submitted

Post by dbrooks »

My diff has been submitted and is waiting committal before it will show up in your ports tree. If you want to update to 0.6.15 now, apply the following diff to your /usr/ports/news/sabnzbdplus directory and rebuild the port (basically just changing version name and updating package checksums -- nothing else)

This update will restore functionality to newzbin.

Code: Select all


diff -ruN sabnzbdplus-0.6.14/Makefile sabnzbdplus/Makefile
--- sabnzbdplus-0.6.14/Makefile 2011-12-14 13:39:47.444786160 -0500
+++ sabnzbdplus/Makefile        2012-02-12 00:49:30.413071932 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      sabnzbdplus
-PORTVERSION=   0.6.14
+PORTVERSION=   0.6.15
 CATEGORIES=    news
 MASTER_SITES=  SF/${PORTNAME}/${PORTNAME}/sabnzbd-${PORTVERSION}
 DISTNAME=      SABnzbd-${PORTVERSION}-src
@@ -39,7 +39,6 @@
                YENC "yenc support." on \
                OPENSSL "SSL support" on
 
-
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_PAR2CMDLINE)
diff -ruN sabnzbdplus-0.6.14/distinfo sabnzbdplus/distinfo
--- sabnzbdplus-0.6.14/distinfo 2011-12-14 11:59:32.970892132 -0500
+++ sabnzbdplus/distinfo        2012-02-12 00:35:24.263051748 -0500
@@ -1,2 +1,2 @@
-SHA256 (SABnzbd-0.6.14-src.tar.gz) = 74084bfa4bf3133086647c85953be5dacddb8e8cad721dda8f0175f7a79e54c2
-SIZE (SABnzbd-0.6.14-src.tar.gz) = 1947492
+SHA256 (SABnzbd-0.6.15-src.tar.gz) = a1f6cd461123b7787d99d87d509c08a9607f3d01d447af3d0f3826b760bf2eb6
+SIZE (SABnzbd-0.6.15-src.tar.gz) = 1949179

Otherwise, hang out for a few days and it should be committed into your ports tree.

Thanks!
Post Reply