diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-09-21 18:45:22 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-09-21 18:45:22 +0000 |
commit | afc03086202ce696e54c801d26c215310f4e2e31 (patch) | |
tree | 499d2ee3d97c9fc488cdeeaf3faf719b839a252f /graphics/rapid-photo-downloader/files/patch-raphodo_cache.py | |
parent | New port: sysutils/p5-File-Rename (diff) |
New port: graphics/rapid-photo-downloader
Rapid Photo Downloader imports photos and videos from cameras, phones,
memory cards and other devices at high speed. It can be configured to
rename photos and videos with meaningful filenames you specify. It can
also back up photos and videos as they are downloaded. It downloads
from and backs up to multiple devices simultaneously.
WWW: http://www.damonlynch.net/rapid/
PR: 240601
Submitted by: m.ne@gmx.net
Reviewed by: koobs
Notes
Notes:
svn path=/head/; revision=512533
Diffstat (limited to 'graphics/rapid-photo-downloader/files/patch-raphodo_cache.py')
-rw-r--r-- | graphics/rapid-photo-downloader/files/patch-raphodo_cache.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/rapid-photo-downloader/files/patch-raphodo_cache.py b/graphics/rapid-photo-downloader/files/patch-raphodo_cache.py new file mode 100644 index 000000000000..ee5116b0934e --- /dev/null +++ b/graphics/rapid-photo-downloader/files/patch-raphodo_cache.py @@ -0,0 +1,11 @@ +--- raphodo/cache.py.orig 2019-07-31 17:16:30 UTC ++++ raphodo/cache.py +@@ -131,7 +131,7 @@ class Cache: + not be generated) + """ + +- assert sys.platform.startswith('linux') ++ assert sys.platform.startswith('linux') or sys.platform.startswith('freebsd') + self.cache_dir = cache_dir + self.failure_dir = failure_dir + assert self.cache_dir |