[Bug 202003] net/netatalk3: netatalk3 missing dependency on py27-dbus and wrong shebang on afpstats

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 31 10:45:15 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202003

            Bug ID: 202003
           Summary: net/netatalk3: netatalk3 missing dependency on
                    py27-dbus and wrong shebang on afpstats
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus at FreeBSD.org
          Reporter: stadtkind2 at gmx.de
             Flags: maintainer-feedback?(marcus at FreeBSD.org)
          Assignee: marcus at FreeBSD.org

Hi,

netatalk3 is missing a 'py27-dbus' run dependency for afpstats:

$ grep dbus /usr/local/bin/afpstats 
import dbus
...

Also the script 'afpstats' should be edited to use 'python2' instead:

$ head -1 /usr/local/bin/afpstats 
#!/usr/bin/env python

$ ls /usr/local/bin/python*
/usr/local/bin/python2@          /usr/local/bin/python2.7*
/usr/local/bin/python2-config@   /usr/local/bin/python2.7-config*

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list