Bug 202003 - net/netatalk3: netatalk3 missing dependency on py27-dbus and wrong shebang on afpstats
Summary: net/netatalk3: netatalk3 missing dependency on py27-dbus and wrong shebang on...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-31 10:45 UTC by stadtkind2
Modified: 2015-08-10 00:30 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (marcus)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stadtkind2 2015-07-31 10:45:14 UTC
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*
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2015-08-10 00:30:26 UTC
Fixed, thanks.  Note: I left the default shebang as even with Python 2 there will be a /usr/local/bin/python.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-08-10 00:30:32 UTC
A commit references this bug:

Author: marcus
Date: Mon Aug 10 00:30:00 UTC 2015
New revision: 393836
URL: https://svnweb.freebsd.org/changeset/ports/393836

Log:
  Fix the py-dbus dependency.

  PR:		202003

Changes:
  head/net/netatalk3/Makefile