aboutsummaryrefslogtreecommitdiff
path: root/cad/openscad
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2018-02-18 09:55:10 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2018-02-18 09:55:10 +0000
commit6699fae7a2bf742155c5f8c7be3d4fe07237626a (patch)
tree4b1fc931365e58df5d682ecb7a950cc1fb1609e3 /cad/openscad
parent319ccca357b886ba9455733a7cfa8776abe7b3d7 (diff)
downloadports-6699fae7a2bf742155c5f8c7be3d4fe07237626a.tar.gz
ports-6699fae7a2bf742155c5f8c7be3d4fe07237626a.zip
Update QScintilla 2.10.2.
Upstream has renamed its libraries and we no longer need to patch devel/qscintilla-qt5 to create a library whose name does not conflict with devel/qscintilla's. However, the library names are different so we need to bump PORTREVISION in several ports (the SOVERSION has changed too). Thanks to antoine for the exp-run. PR: 225928
Notes
Notes: svn path=/head/; revision=462214
Diffstat (limited to 'cad/openscad')
-rw-r--r--cad/openscad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index 2b14e0bf508d..8ab500193ee5 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openscad
PORTVERSION= 2015.03
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= cad
MASTER_SITES= http://files.openscad.org/
DISTNAME= openscad-${PORTVERSION}.src
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libCGAL.so:math/cgal \
- libqscintilla2.so:devel/qscintilla2 \
+ libqscintilla2_qt4.so:devel/qscintilla2 \
libharfbuzz.so:print/harfbuzz \
libopencsg.so:graphics/opencsg