head	1.2;
access;
symbols
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.01.25.19.15.43;	author rm;	state dead;
branches;
next	1.1;

1.1
date	2010.10.19.05.56.15;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired port: Runtime is mostly broken, abandoned upstream. Use www/py-flexget instead.

PR:		160626
Submitted by:	h h <aakuusta at gmail dot com>
Approved by:	maintainer (timeout, 3 months+)
@
text
@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 )
@


1.1
log
@- 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)
@
text
@@

