aboutsummaryrefslogtreecommitdiffstats
path: root/news/sabnzbdplus
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-03-26 22:50:58 +0800
committerpav <pav@FreeBSD.org>2006-03-26 22:50:58 +0800
commit16d8a24d728df8bebf47c098a77d77a64fe2d6a7 (patch)
tree4713f4cf549267a0e802004b9385a52951d1fc7f /news/sabnzbdplus
parent14478e499076fd9c412ccdb1329bc36a048197f4 (diff)
downloadfreebsd-ports-graphics-16d8a24d728df8bebf47c098a77d77a64fe2d6a7.tar.gz
freebsd-ports-graphics-16d8a24d728df8bebf47c098a77d77a64fe2d6a7.tar.zst
freebsd-ports-graphics-16d8a24d728df8bebf47c098a77d77a64fe2d6a7.zip
- Update to 0.1.8.1
PR: ports/94924 Submitted by: Daniel <daniel@netwalk.org> (maintainer)
Diffstat (limited to 'news/sabnzbdplus')
-rw-r--r--news/sabnzbdplus/Makefile2
-rw-r--r--news/sabnzbdplus/distinfo6
-rw-r--r--news/sabnzbdplus/files/patch-setup.py14
3 files changed, 11 insertions, 11 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile
index 35ec3ced3d1..66577201960 100644
--- a/news/sabnzbdplus/Makefile
+++ b/news/sabnzbdplus/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/sabnzbdplus/distinfo b/news/sabnzbdplus/distinfo
index d6b1e1aab51..9aa25e467f0 100644
--- a/news/sabnzbdplus/distinfo
+++ b/news/sabnzbdplus/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/sabnzbdplus/files/patch-setup.py b/news/sabnzbdplus/files/patch-setup.py
index 7e5a60e093d..e756fc9867a 100644
--- a/news/sabnzbdplus/files/patch-setup.py
+++ b/news/sabnzbdplus/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',