From 16d8a24d728df8bebf47c098a77d77a64fe2d6a7 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 26 Mar 2006 14:50:58 +0000 Subject: - Update to 0.1.8.1 PR: ports/94924 Submitted by: Daniel (maintainer) --- news/sabnzbd/Makefile | 2 +- news/sabnzbd/distinfo | 6 +++--- news/sabnzbd/files/patch-setup.py | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'news/sabnzbd') diff --git a/news/sabnzbd/Makefile b/news/sabnzbd/Makefile index 35ec3ced3d10..665772019600 100644 --- a/news/sabnzbd/Makefile +++ b/news/sabnzbd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SABnzbd -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.8.1 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sabnzbd diff --git a/news/sabnzbd/distinfo b/news/sabnzbd/distinfo index d6b1e1aab51b..9aa25e467f0e 100644 --- a/news/sabnzbd/distinfo +++ b/news/sabnzbd/distinfo @@ -1,3 +1,3 @@ -MD5 (SABnzbd-0.1.8.tar.gz) = 835ddbb6393fc7fa9a8e9cfa5982bc98 -SHA256 (SABnzbd-0.1.8.tar.gz) = 4af2d13742776a79709f9884cfdb61ff1ab87b4d82370be09d1ee19d8e5dd41d -SIZE (SABnzbd-0.1.8.tar.gz) = 54659 +MD5 (SABnzbd-0.1.8.1.tar.gz) = 2c56616099cf4cedd743070b510d1b2c +SHA256 (SABnzbd-0.1.8.1.tar.gz) = 9cafe202468bf9f26dee124039f309f1aa2f26f05e4c5ae2e8469a60977c1276 +SIZE (SABnzbd-0.1.8.1.tar.gz) = 54744 diff --git a/news/sabnzbd/files/patch-setup.py b/news/sabnzbd/files/patch-setup.py index 7e5a60e093d6..e756fc9867a2 100644 --- a/news/sabnzbd/files/patch-setup.py +++ b/news/sabnzbd/files/patch-setup.py @@ -1,18 +1,18 @@ -*** setup.py.orig Sat Mar 4 13:16:01 2006 ---- setup.py Sat Mar 18 21:59:59 2006 +*** setup.py.orig Fri Mar 24 23:26:24 2006 +--- setup.py Fri Mar 24 23:27:22 2006 *************** *** 15,20 **** license = 'Academic Free License 2.1', -! data_files = [('/usr/share/doc/SABnzbd-' + sabnzbd.__version__, -! ['SABnzbd.ini.sample', 'README.txt', 'LICENSE.txt', - 'TODO.txt', 'CHANGELOG.txt', 'UPGRADE.txt']), -! ('/usr/share/doc/SABnzbd-' + sabnzbd.__version__ + '/templates', +! data_files = [('share/doc/SABnzbd-' + sabnzbd.__version__, +! ['SABnzbd.ini.sample', 'README.txt', 'LICENSE.txt', +! 'TODO.txt', 'CHANGELOG.txt', 'UPGRADE.txt']), +! ('share/SABnzbd-' + sabnzbd.__version__ + '/templates', ['templates/default.css', 'templates/history.tmpl', --- 15,21 ---- license = 'Academic Free License 2.1', ! data_files = [('share/doc/SABnzbd', ! ['README.txt', 'LICENSE.txt', - 'TODO.txt', 'CHANGELOG.txt', 'UPGRADE.txt']), +! 'TODO.txt', 'CHANGELOG.txt', 'UPGRADE.txt']), ! ('share/SABnzbd',['SABnzbd.ini.sample']), ! ('share/SABnzbd' + '/templates', ['templates/default.css', 'templates/history.tmpl', -- cgit