aboutsummaryrefslogtreecommitdiff
path: root/news/sabnzbd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-26 14:50:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-26 14:50:58 +0000
commit0d05f40e15b1af862f30f49f1c969f5312cf9f28 (patch)
tree695971f8fb666e6bf97ef3afed0c1679427b4b3d /news/sabnzbd
parent75a81309d84af38b1da908e55e2728f5d63d2356 (diff)
downloadports-0d05f40e15b1af862f30f49f1c969f5312cf9f28.tar.gz
ports-0d05f40e15b1af862f30f49f1c969f5312cf9f28.zip
Notes
Diffstat (limited to 'news/sabnzbd')
-rw-r--r--news/sabnzbd/Makefile2
-rw-r--r--news/sabnzbd/distinfo6
-rw-r--r--news/sabnzbd/files/patch-setup.py14
3 files changed, 11 insertions, 11 deletions
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',