diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-02-18 17:55:10 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-02-18 17:55:10 +0800 |
commit | 6699fae7a2bf742155c5f8c7be3d4fe07237626a (patch) | |
tree | 4b1fc931365e58df5d682ecb7a950cc1fb1609e3 /cad | |
parent | 319ccca357b886ba9455733a7cfa8776abe7b3d7 (diff) | |
download | freebsd-ports-gnome-6699fae7a2bf742155c5f8c7be3d4fe07237626a.tar.gz freebsd-ports-gnome-6699fae7a2bf742155c5f8c7be3d4fe07237626a.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openscad/Makefile | 4 |
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 |