diff options
author | rakuco <rakuco@FreeBSD.org> | 2018-02-18 17:55:10 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2018-02-18 17:55:10 +0800 |
commit | 9fb4189ed71259a7616c98c972ed5cd2390ab28c (patch) | |
tree | 4b1fc931365e58df5d682ecb7a950cc1fb1609e3 /math/octave | |
parent | 9dbe279e673526b100c60922198bfdb42b191bef (diff) | |
download | freebsd-ports-gnome-9fb4189ed71259a7616c98c972ed5cd2390ab28c.tar.gz freebsd-ports-gnome-9fb4189ed71259a7616c98c972ed5cd2390ab28c.tar.zst freebsd-ports-gnome-9fb4189ed71259a7616c98c972ed5cd2390ab28c.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 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 2bf60f13ecb1..41414bb47c46 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.0.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= GNU @@ -33,7 +33,7 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ libumfpack.so:math/suitesparse \ libglpk.so:math/glpk \ libgl2ps.so:print/gl2ps \ - libqscintilla2.so:devel/qscintilla2 \ + libqscintilla2_qt4.so:devel/qscintilla2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 |