diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-03-01 02:24:19 +0800 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-03-01 02:24:19 +0800 |
commit | fc45cfe430ef17e3380d677b9f1095ef5f546ba0 (patch) | |
tree | 8ef0dbdba7269679c1b74b39434c91bedd27c808 /misc/pyobd | |
parent | aad56848ce42390a719a3d859a6c568dd097d977 (diff) | |
download | freebsd-ports-gnome-fc45cfe430ef17e3380d677b9f1095ef5f546ba0.tar.gz freebsd-ports-gnome-fc45cfe430ef17e3380d677b9f1095ef5f546ba0.tar.zst freebsd-ports-gnome-fc45cfe430ef17e3380d677b9f1095ef5f546ba0.zip |
x11-toolkits/py-wxPython40: GUI toolkit for the Python programming language
py-wxPython40 aka Phoenix is a reborn of wxPython and in particular it allows to use wxWidgets with Python3.
- Add x11-toolkits/py-wxPython40
- Replace wxPython30 by wxPython40 when python wxWidgets is required
- Fix cad/kicad and cad/kicad-devel to use wxPython40 "Phoenix"
- Update comms/congruity, graphics/py-mayavi from wx 2.8 to 3.0
- While I'm here fix portlint per emulators/playonbsd
- Remove RUN_DEPENDS from USE_WX per graphics/djvusmooth
- Bump portversion
- Fix unicode on x11-toolkits/wxgtk30 and take Maintainer'ship
PR: 241893
Reviewed by: koobs, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21915
Exp-run by: antoine
Diffstat (limited to 'misc/pyobd')
-rw-r--r-- | misc/pyobd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pyobd/Makefile b/misc/pyobd/Makefile index d200a51f2784..f4460697eb33 100644 --- a/misc/pyobd/Makefile +++ b/misc/pyobd/Makefile @@ -2,7 +2,7 @@ PORTNAME= pyobd DISTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www.obdtester.com/download/ DISTNAME= pyobd_${PORTVERSION} |