Bug 226792

Summary: x11/py-xdot: Update to 0.9, add missing deps, remove patch
Product: Ports & Packages Reporter: Val Packett <val>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Only Me Flags: dbaio: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
xdot-0.9.patch none

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.