On invocation, it replies: Traceback (most recent call last): File "/usr/local/bin/portell", line 93, in <module> main() File "/usr/local/bin/portell", line 73, in main if d.has_key(portname): File "/usr/local/lib/python2.7/shelve.py", line 107, in has_key return key in self.dict TypeError: argument of type 'bsddb.bsddb' is not iterable bug: portell does not work at all. On invocation, it replies: Traceback (most recent call last): File "/usr/local/bin/portell", line 93, in <module> main() File "/usr/local/bin/portell", line 73, in main if d.has_key(portname): File "/usr/local/lib/python2.7/shelve.py", line 107, in has_key return key in self.dict TypeError: argument of type 'bsddb.bsddb' is not iterable
A commit references this bug: Author: mich Date: Wed Apr 8 17:19:22 UTC 2015 New revision: 383584 URL: https://svnweb.freebsd.org/changeset/ports/383584 Log: - change dbm to bsddb - RUN_DEPENDS PR: 199294 Changes: head/ports-mgmt/portell/Makefile head/ports-mgmt/portell/files/patch-portell.py