summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2009-02-28 06:23:50 +0000
committerRong-En Fan <rafan@FreeBSD.org>2009-02-28 06:23:50 +0000
commit48044870e92b640132e7de5617c1128e7f02c738 (patch)
treeffa5cee885e652d6329a8f61b432ab8546534379 /news
parent- Update to 0.9.18 (diff)
- Update to 0.4.7
PR: ports/132083 Submitted by: Daniel Bretoi <daniel at netwalk.org>
Notes
Notes: svn path=/head/; revision=229211
Diffstat (limited to 'news')
-rw-r--r--news/sabnzbdplus/Makefile2
-rw-r--r--news/sabnzbdplus/distinfo6
-rw-r--r--news/sabnzbdplus/files/patch-SABnzbd.py22
-rw-r--r--news/sabnzbdplus/pkg-plist2
4 files changed, 14 insertions, 18 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile
index cc87a184678c..e565ad58a45f 100644
--- a/news/sabnzbdplus/Makefile
+++ b/news/sabnzbdplus/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sabnzbdplus
-PORTVERSION= 0.4.6
+PORTVERSION= 0.4.7
CATEGORIES= news
MASTER_SITES= SF/sabnzbdplus
DISTNAME= SABnzbd-${PORTVERSION}-src
diff --git a/news/sabnzbdplus/distinfo b/news/sabnzbdplus/distinfo
index 5481c3030400..7833c811d8f9 100644
--- a/news/sabnzbdplus/distinfo
+++ b/news/sabnzbdplus/distinfo
@@ -1,3 +1,3 @@
-MD5 (SABnzbd-0.4.6-src.tar.gz) = db474ff4e42f54cf8903e7add5905f88
-SHA256 (SABnzbd-0.4.6-src.tar.gz) = 8612475019fda56ae44a55c8e6ce661f345765b1ba0459336f96885ca6936405
-SIZE (SABnzbd-0.4.6-src.tar.gz) = 784912
+MD5 (SABnzbd-0.4.7-src.tar.gz) = a4fbf4f3a2576415a771b9982a78e592
+SHA256 (SABnzbd-0.4.7-src.tar.gz) = eddc20278c23677a1b1e45eedbeafd261ea28bd2ca89013052e83a056401fcd9
+SIZE (SABnzbd-0.4.7-src.tar.gz) = 799229
diff --git a/news/sabnzbdplus/files/patch-SABnzbd.py b/news/sabnzbdplus/files/patch-SABnzbd.py
index 775a4a3fa6d8..bf8cc3ca403e 100644
--- a/news/sabnzbdplus/files/patch-SABnzbd.py
+++ b/news/sabnzbdplus/files/patch-SABnzbd.py
@@ -1,12 +1,6 @@
---- SABnzbd.py 2008-07-04 12:31:58.000000000 -0700
-+++ SABnzbd.py.bak 2008-07-06 12:33:06.000000000 -0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/python -OO
-+#!/usr/local/bin/python2.5 -OO
- # Copyright 2008 The SABnzbd-Team <team@sabnzbd.org>
- #
- # This program is free software; you can redistribute it and/or
-@@ -164,7 +164,7 @@
+--- SABnzbd.py.bak 2009-02-23 18:06:07.000000000 -0800
++++ SABnzbd.py 2009-02-23 18:07:18.000000000 -0800
+@@ -165,7 +165,7 @@
print "fork() failed"
sys.exit(1)
@@ -15,16 +9,16 @@
os.setsid()
# Make sure I can read my own files and shut out others
prev= os.umask(0)
-@@ -301,7 +301,7 @@
+@@ -303,7 +303,7 @@
sabnzbd.MY_FULLNAME = os.path.normpath(os.path.abspath(sys.argv[0]))
sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME)
sabnzbd.DIR_PROG = os.path.dirname(sabnzbd.MY_FULLNAME)
- sabnzbd.DIR_INTERFACES = real_path(sabnzbd.DIR_PROG, DEF_INTERFACES)
+ sabnzbd.DIR_INTERFACES = real_path(%%PREFIX%%, DEF_INTERFACES)
-
- # Need console logging for SABnzbd.py and SABnzbd-console.exe
- consoleLogging = (not hasattr(sys, "frozen")) or (sabnzbd.MY_NAME.lower().find('-console') > 0)
-@@ -684,7 +684,7 @@
+
+ #OSX correct path if frozen with py2app
+ if getattr(sys, 'frozen', None) in ('macosx_app',):
+@@ -713,7 +713,7 @@
log_dir = dir_setup(cfg, 'log_dir', sabnzbd.DIR_LCLDATA, DEF_LOG_DIR)
diff --git a/news/sabnzbdplus/pkg-plist b/news/sabnzbdplus/pkg-plist
index 42baa0e048cb..a3e9b1d24ef0 100644
--- a/news/sabnzbdplus/pkg-plist
+++ b/news/sabnzbdplus/pkg-plist
@@ -32,6 +32,8 @@
%%PYTHON_SITELIBDIR%%/sabnzbd/articlecache.py
%%PYTHON_SITELIBDIR%%/sabnzbd/downloader.py
bin/SABnzbd.py
+%%DATADIR%%/interfaces/Plush/licenses/LICENSE-WebToolkit.txt
+%%DATADIR%%/interfaces/Plush/licenses/LICENSE-GPL3.txt
%%DATADIR%%/interfaces/Plush/licenses/LICENSE-LGPL.txt
%%DATADIR%%/interfaces/Plush/licenses/LICENSE-MIT.txt
%%DATADIR%%/interfaces/Plush/licenses/LICENSE-GPL.txt