diff options
author | rafan <rafan@FreeBSD.org> | 2009-02-28 14:23:50 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-02-28 14:23:50 +0800 |
commit | 0a2d3008cc1d51e8b093b9bdd00e449f3af437fd (patch) | |
tree | 038dded8793692d857ab23987ada027ba8a0e325 /news/sabnzbdplus | |
parent | 3dbc1fc6c37af88545936baa116b91a0a2c41b6e (diff) | |
download | freebsd-ports-gnome-0a2d3008cc1d51e8b093b9bdd00e449f3af437fd.tar.gz freebsd-ports-gnome-0a2d3008cc1d51e8b093b9bdd00e449f3af437fd.tar.zst freebsd-ports-gnome-0a2d3008cc1d51e8b093b9bdd00e449f3af437fd.zip |
- Update to 0.4.7
PR: ports/132083
Submitted by: Daniel Bretoi <daniel at netwalk.org>
Diffstat (limited to 'news/sabnzbdplus')
-rw-r--r-- | news/sabnzbdplus/Makefile | 2 | ||||
-rw-r--r-- | news/sabnzbdplus/distinfo | 6 | ||||
-rw-r--r-- | news/sabnzbdplus/files/patch-SABnzbd.py | 22 | ||||
-rw-r--r-- | news/sabnzbdplus/pkg-plist | 2 |
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 |