diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-02-22 04:21:12 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-02-22 04:21:12 +0000 |
commit | fc8d446dbdb18281a55c72bb9af66b6203e23734 (patch) | |
tree | 036f81ee3ce7de8273f9192597299f3c9074d8d5 /news | |
parent | 03c9ecc3de4d60b5353ef5a91e1aac76d25b8ec7 (diff) | |
download | ports-fc8d446dbdb18281a55c72bb9af66b6203e23734.tar.gz ports-fc8d446dbdb18281a55c72bb9af66b6203e23734.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/hellanzb/Makefile | 2 | ||||
-rw-r--r-- | news/hellanzb/distinfo | 6 | ||||
-rw-r--r-- | news/hellanzb/files/patch-nodocs-setup.py | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index 608ef52e17cc..9b246bef0d64 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -7,7 +7,7 @@ # PORTNAME= hellanzb -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= news MASTER_SITES= http://www.hellanzb.com/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/news/hellanzb/distinfo b/news/hellanzb/distinfo index 346371450031..c0067f4d9206 100644 --- a/news/hellanzb/distinfo +++ b/news/hellanzb/distinfo @@ -1,3 +1,3 @@ -MD5 (hellanzb-0.11.tar.gz) = ca1c1ad974b74fd412fb821366c13d92 -SHA256 (hellanzb-0.11.tar.gz) = db684b90242d0bdba0a2f1751293ed62072d7c2728cff30dd85617a6a5ed74d5 -SIZE (hellanzb-0.11.tar.gz) = 160144 +MD5 (hellanzb-0.12.tar.gz) = 91e0cbb8b06979c6cdac735a598249a4 +SHA256 (hellanzb-0.12.tar.gz) = 7297b4689d0075cd4472d64a36446246050160617933dea2f989920ae4b8b28f +SIZE (hellanzb-0.12.tar.gz) = 161099 diff --git a/news/hellanzb/files/patch-nodocs-setup.py b/news/hellanzb/files/patch-nodocs-setup.py index ab81352d604d..f7281cc044ce 100644 --- a/news/hellanzb/files/patch-nodocs-setup.py +++ b/news/hellanzb/files/patch-nodocs-setup.py @@ -1,12 +1,12 @@ ---- setup.py.bak 2006-03-26 22:14:40.000000000 -0800 -+++ setup.py 2006-03-26 22:15:05.000000000 -0800 -@@ -40,8 +40,7 @@ +--- setup.py.orig Mon Feb 19 18:12:55 2007 ++++ setup.py Wed Feb 21 16:34:28 2007 +@@ -38,8 +38,7 @@ packages = [ 'Hellanzb', 'Hellanzb.NZBLeecher', 'Hellanzb.HellaXMLRPC', 'Hellanzb.external', 'Hellanzb.external.elementtree' ], scripts = [ 'hellanzb.py' ], - data_files = [ ( 'etc', [ 'etc/hellanzb.conf.sample' ] ), - ( 'share/doc/hellanzb', [ 'CHANGELOG', 'CREDITS', 'README', 'LICENSE' ] ) ], + data_files = [ ( 'etc', [ 'etc/hellanzb.conf.sample' ] ), ], - - # py2app options + ) + py2app_options = dict( app = [ 'hellanzb.py' ], |