diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-10-19 13:56:15 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-10-19 13:56:15 +0800 |
commit | 149113fd0cd279b2789ecd5f7d116ff9cf06f9ed (patch) | |
tree | 2303731b7aa87a5e60b42e19e46e7d981f6acd3a /www | |
parent | ec80a1d4e3ec15c55d20105bd944168716bd0c90 (diff) | |
download | freebsd-ports-gnome-149113fd0cd279b2789ecd5f7d116ff9cf06f9ed.tar.gz freebsd-ports-gnome-149113fd0cd279b2789ecd5f7d116ff9cf06f9ed.tar.zst freebsd-ports-gnome-149113fd0cd279b2789ecd5f7d116ff9cf06f9ed.zip |
- Regenerate patches at maintainer/submitter request to be by function
name instead of file name.
PR: ports/151339
Requested by swell.k@gmail.com (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-rssdler/Makefile | 2 | ||||
-rw-r--r-- | www/py-rssdler/files/patch-_main (renamed from www/py-rssdler/files/patch-rssdler.py) | 6 | ||||
-rw-r--r-- | www/py-rssdler/files/patch-main | 14 |
3 files changed, 19 insertions, 3 deletions
diff --git a/www/py-rssdler/Makefile b/www/py-rssdler/Makefile index eff548290e60..29b70f1c62e1 100644 --- a/www/py-rssdler/Makefile +++ b/www/py-rssdler/Makefile @@ -7,7 +7,7 @@ PORTNAME= rssdler PORTVERSION= 0.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-rssdler/files/patch-rssdler.py b/www/py-rssdler/files/patch-_main index aa94ab3cb40a..5f07dd60ab26 100644 --- a/www/py-rssdler/files/patch-rssdler.py +++ b/www/py-rssdler/files/patch-_main @@ -1,5 +1,7 @@ ---- ./rssdler.py.orig 2010-10-10 03:58:44.112133159 +0000 -+++ ./rssdler.py 2010-10-10 03:59:10.937002223 +0000 +Index: rssdler.py +=================================================================== +--- rssdler.py (revision 169) ++++ rssdler.py (working copy) @@ -2180,6 +2180,7 @@ elif param == "--purge-saved": _action = 'purge-saved' elif param == "--comment-config": _action = 'comment-config' diff --git a/www/py-rssdler/files/patch-main b/www/py-rssdler/files/patch-main new file mode 100644 index 000000000000..d45b908b33a7 --- /dev/null +++ b/www/py-rssdler/files/patch-main @@ -0,0 +1,14 @@ +Index: rssdler.py +=================================================================== +--- rssdler.py (revision 169) ++++ rssdler.py (working copy) +@@ -2085,6 +2085,9 @@ + raise + if _runOnce: + logging.info( u"[Complete] %s" % time.asctime() ) ++ try: codecs.open(os.path.join(getConfig()['global']['workingDir'], ++ getConfig()['global']['daemonInfo']), 'w', 'utf-8').write('') ++ except IOError, m: pass + break + logging.info( u"[Sleeping] %s" % time.asctime() ) + checkSleep( getConfig()['global']['scanMins'] * 60 ) |