diff options
author | alexbl <alexbl@FreeBSD.org> | 2007-02-22 12:21:12 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2007-02-22 12:21:12 +0800 |
commit | 6b58779bcd3fb7ab217a2a113adcb7e23f6e2c76 (patch) | |
tree | 35b5639f8f037cae6e29e8028021504e56b3afc3 /news/hellanzb | |
parent | 6044d4b17a3975e1ec27e1132214b4c2fe5df801 (diff) | |
download | freebsd-ports-gnome-6b58779bcd3fb7ab217a2a113adcb7e23f6e2c76.tar.gz freebsd-ports-gnome-6b58779bcd3fb7ab217a2a113adcb7e23f6e2c76.tar.zst freebsd-ports-gnome-6b58779bcd3fb7ab217a2a113adcb7e23f6e2c76.zip |
- update to 0.12
Submitted by: Philip Jenvey (maintainer, via irc)
Diffstat (limited to 'news/hellanzb')
-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' ], |