summaryrefslogtreecommitdiff
path: root/sysutils/flyback/files/patch-flyback.py
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-07-31 19:39:07 +0000
committerRene Ladan <rene@FreeBSD.org>2017-07-31 19:39:07 +0000
commitc6c3afa7e01e523c9f6a54320b3dd930f1308d01 (patch)
tree2df9e518627517f7c114d53c7148e91be89d6109 /sysutils/flyback/files/patch-flyback.py
parentRemove optional dependencies on mail/dovecot. (diff)
Remove expired ports:
2017-04-30 multimedia/avbin: Unfetchable for more than six months (google code has gone away) games/gondola: Depends on expired multimedia/avbin 2017-04-30 sysutils/flyback: Unfetchable for more than six months (google code has gone away) 2017-06-30 multimedia/py-ffmpeg: Depreciated upstream in favour of ffpyplayer 2017-07-31 mail/dovecot: Deprecated by upstream years ago. Use mail/dovecot2 instead
Diffstat (limited to '')
-rw-r--r--sysutils/flyback/files/patch-flyback.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysutils/flyback/files/patch-flyback.py b/sysutils/flyback/files/patch-flyback.py
deleted file mode 100644
index 07fb05c9d4de..000000000000
--- a/sysutils/flyback/files/patch-flyback.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- flyback.py.orig 2007-11-15 07:22:16.000000000 +0100
-+++ flyback.py 2008-01-21 22:17:40.000000000 +0100
-@@ -592,6 +592,7 @@
- stdin, stdout = os.popen4('crontab -l')
- for line in stdout:
- if line.startswith('no crontab for'): continue
-+ if line.startswith('crontab: no crontab for'): continue
- if line.endswith('#flyback\n'): continue
- existing_crons.append(line)
- if c: