Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2015 10:45:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202003] net/netatalk3: netatalk3 missing dependency on py27-dbus and wrong shebang on afpstats
Message-ID:  <bug-202003-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: stadtkind2@gmx.de
             Flags: maintainer-feedback?(marcus@FreeBSD.org)
          Assignee: marcus@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202003-13>