Bug 226792 - x11/py-xdot: Update to 0.9, add missing deps, remove patch
Summary: x11/py-xdot: Update to 0.9, add missing deps, remove patch
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: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-19 21:46 UTC by Val Packett
Modified: 2018-03-31 11:32 UTC (History)
0 users

See Also:
dbaio: maintainer-feedback+


Attachments
xdot-0.9.patch (21.35 KB, patch)
2018-03-19 21:46 UTC, Val Packett
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Val Packett 2018-03-19 21:46:55 UTC
Created attachment 191645 [details]
xdot-0.9.patch

There was a patch that tried to… change from GTK3 to GTK2 for some reason? I don't think it actually worked, because I saw a typo ('pangcairo').

Anyway, the current version uses Python 3 and GTK3 and works great.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-31 11:31:34 UTC
A commit references this bug:

Author: dbaio
Date: Sat Mar 31 11:30:40 UTC 2018
New revision: 466041
URL: https://svnweb.freebsd.org/changeset/ports/466041

Log:
  x11/py-xdot: Update to 0.9

  Fix dependencies.

  Add a patch from upstream for don't check for graphviz python module,
  it's not used by xdot.

  Support for Python 3 only.

  PR:		226792
  Submitted by:	Greg V <greg@unrelenting.technology>

Changes:
  head/x11/py-xdot/Makefile
  head/x11/py-xdot/distinfo
  head/x11/py-xdot/files/patch-setup.py
  head/x11/py-xdot/files/patch-xdot.py
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2018-03-31 11:32:58 UTC
Committed, thanks for catching this.