freebsd-ports/graphics/rapid-photo-downloader/files/patch-raphodo_cache.py
Kurt Jaeger afc0308620 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
2019-09-21 18:45:22 +00:00

11 lines
390 B
Python

--- 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