aboutsummaryrefslogtreecommitdiffstats
path: root/cad/openscad
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2015-12-13 20:45:25 +0800
committerrakuco <rakuco@FreeBSD.org>2015-12-13 20:45:25 +0800
commit99f2cd4ae74df4d60087b060475017042ef376b6 (patch)
treee148877223c2f865b58a8a89bbabbf0e0cdf36b8 /cad/openscad
parented1b15b3caec7f59b14473767ceb399fec8544a8 (diff)
downloadfreebsd-ports-gnome-99f2cd4ae74df4d60087b060475017042ef376b6.tar.gz
freebsd-ports-gnome-99f2cd4ae74df4d60087b060475017042ef376b6.tar.zst
freebsd-ports-gnome-99f2cd4ae74df4d60087b060475017042ef376b6.zip
Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.
Bring in some long overdue updates, some of which are required for us to later land the PyQt5 ports. One big change with this update is that the PyQt4 ports now install their .sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do not end up with directories like share/py-sip/QtCore, which are especially confusing once PyQt5 lands and starts installing files with the same names. Other noteworthy items: - PORTREVISION has been bumped on ports depending on devel/qscintilla2 because libqscintilla2.so's SOVERSION has changed. - graphics/seexpr has been converted to USE_PYQT, as the file it used to define a build-time dependency on x11-toolkits/py-qt4-gui has moved. Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi (madpilot@) for their initial work on these ports as part of the effort to land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 205143
Diffstat (limited to 'cad/openscad')
-rw-r--r--cad/openscad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index f49592a44611..1095e169f1ae 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openscad
PORTVERSION= 2015.03
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= cad
MASTER_SITES= http://files.openscad.org/
DISTNAME= openscad-${PORTVERSION}.src