View | Details | Raw Unified | Return to bug 163302 | Differences between
and this patch

Collapse All | Expand All

(-)sabnzbdplus/Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	sabnzbdplus
8
PORTNAME=	sabnzbdplus
9
PORTVERSION=	0.6.10
9
PORTVERSION=	0.6.14
10
CATEGORIES=	news
10
CATEGORIES=	news
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/sabnzbd-${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/sabnzbd-${PORTVERSION}
12
DISTNAME=	SABnzbd-${PORTVERSION}-src
12
DISTNAME=	SABnzbd-${PORTVERSION}-src
Lines 39-48 Link Here
39
		YENC "yenc support." on \
39
		YENC "yenc support." on \
40
		OPENSSL "SSL support" on
40
		OPENSSL "SSL support" on
41
41
42
42
.include <bsd.port.pre.mk>
43
.include <bsd.port.pre.mk>
43
44
44
.if !defined(WITHOUT_PAR2CMDLINE)
45
.if !defined(WITHOUT_PAR2CMDLINE)
45
RUN_DEPENDS+=	par2repair:${PORTSDIR}/archivers/par2cmdline
46
RUN_DEPENDS+=	par2repair:${PORTSDIR}/archivers/par2cmdline-tbb
46
.endif
47
.endif
47
48
48
.if !defined(WITHOUT_FEEDPARSER)
49
.if !defined(WITHOUT_FEEDPARSER)
(-)sabnzbdplus/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (SABnzbd-0.6.10-src.tar.gz) = 5bc4d1ca9278561ad062adacce029c3f1d019debf70f822d7be7b6566684c86d
1
SHA256 (SABnzbd-0.6.14-src.tar.gz) = 74084bfa4bf3133086647c85953be5dacddb8e8cad721dda8f0175f7a79e54c2
2
SIZE (SABnzbd-0.6.10-src.tar.gz) = 1944400
2
SIZE (SABnzbd-0.6.14-src.tar.gz) = 1947492
(-)sabnzbdplus/files/patch-SABnzbd.py (-3 / +3 lines)
Lines 1-5 Link Here
1
--- SABnzbd.py.orig	2011-09-10 05:04:42.000000000 -0400
1
--- SABnzbd.py.orig	2011-12-14 11:47:28.584883016 -0500
2
+++ SABnzbd.py	2011-09-14 23:17:08.387342710 -0400
2
+++ SABnzbd.py	2011-12-14 11:49:08.861713731 -0500
3
@@ -40,6 +40,9 @@
3
@@ -40,6 +40,9 @@
4
     print "The Python module Cheetah is required"
4
     print "The Python module Cheetah is required"
5
     sys.exit(1)
5
     sys.exit(1)
Lines 10-16 Link Here
10
 import cherrypy
10
 import cherrypy
11
 if not cherrypy.__version__.startswith("3.2"):
11
 if not cherrypy.__version__.startswith("3.2"):
12
     print "Sorry, requires Python module Cherrypy 3.2 (use the included version)"
12
     print "Sorry, requires Python module Cherrypy 3.2 (use the included version)"
13
@@ -932,7 +935,7 @@
13
@@ -962,7 +965,7 @@
14
 
14
 
15
     sabnzbd.MY_FULLNAME = os.path.normpath(os.path.abspath(sabnzbd.MY_FULLNAME))
15
     sabnzbd.MY_FULLNAME = os.path.normpath(os.path.abspath(sabnzbd.MY_FULLNAME))
16
     sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME)
16
     sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME)
(-)sabnzbdplus/pkg-plist (-1 / +1 lines)
Lines 442-452 Link Here
442
@dirrm %%DATADIR%%/interfaces/Classic/templates
442
@dirrm %%DATADIR%%/interfaces/Classic/templates
443
@dirrm %%DATADIR%%/interfaces/Classic
443
@dirrm %%DATADIR%%/interfaces/Classic
444
@dirrm %%DATADIR%%/interfaces
444
@dirrm %%DATADIR%%/interfaces
445
@dirrm %%DATADIR%%/gntp
445
@dirrm %%DATADIR%%/cherrypy/wsgiserver
446
@dirrm %%DATADIR%%/cherrypy/wsgiserver
446
@dirrm %%DATADIR%%/cherrypy/process
447
@dirrm %%DATADIR%%/cherrypy/process
447
@dirrm %%DATADIR%%/cherrypy/lib
448
@dirrm %%DATADIR%%/cherrypy/lib
448
@dirrm %%DATADIR%%/cherrypy
449
@dirrm %%DATADIR%%/cherrypy
449
@dirrm %%DATADIR%%/gntp
450
@dirrm %%DATADIR%%
450
@dirrm %%DATADIR%%
451
@dirrmtry sabnzbd
451
@dirrmtry sabnzbd
452
@dirrm %%PYTHON_SITELIBDIR%%/sabnzbd/utils
452
@dirrm %%PYTHON_SITELIBDIR%%/sabnzbd/utils

Return to bug 163302