qscintilla received an update fixing amongst others handling of UTF8
call tips. Changelog can be found at
https://www.riverbankcomputing.com/static/Downloads/QScintilla/ChangeLog

Minor number of SHARED_LIBS has been bumped as symbols have been added.
While here change HOMEPAGE to https.

Successfully build tested a couple of consumers.

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/qscintilla/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile    22 Dec 2017 06:27:16 -0000      1.22
+++ Makefile    25 Feb 2018 11:41:29 -0000
@@ -3,14 +3,13 @@
 COMMENT =      Qt port of the Scintilla source code editor
 
 # XXX update py-qscintilla alongside this port (same distfile).
-VERSION =      2.10.1
+VERSION =      2.10.2
 DISTNAME =     QScintilla_gpl-${VERSION}
 PKGNAME =      qscintilla-${VERSION}
-REVISION =     0
 CATEGORIES =   editors x11
 
 
-HOMEPAGE =     http://www.riverbankcomputing.com/software/qscintilla/
+HOMEPAGE =     https://www.riverbankcomputing.com/software/qscintilla/
 
 # GPLv2/GPLv3
 PERMIT_PACKAGE_CDROM = Yes
@@ -30,13 +29,13 @@ CXXFLAGS += -std=c++11
 FULLPKGNAME =  qscintilla-qt5-${VERSION}
 QTVER =        qt5
 MODULES +=     x11/qt5
-SHARED_LIBS =  qscintilla2_qt5 0.0 #13.0
+SHARED_LIBS =  qscintilla2_qt5 0.1 #13.1
 
 WANTLIB += GL Qt5Core Qt5Gui Qt5PrintSupport Qt5Widgets
 .else
 QTVER =        qt4
 MODULES +=     x11/qt4
-SHARED_LIBS =  qscintilla2_qt4 0.0 #13.0
+SHARED_LIBS =  qscintilla2_qt4 0.1 #13.1
 
 WANTLIB += ICE QtGui SM X11 Xext Xi Xinerama Xrender fontconfig
 WANTLIB += freetype pthread
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/qscintilla/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    30 Oct 2017 13:49:31 -0000      1.7
+++ distinfo    25 Feb 2018 11:41:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (QScintilla_gpl-2.10.1.tar.gz) = 
l/mKnZH5CNts43/sxtJB2VWziKHEhxc7YHJsupo9+mQ=
-SIZE (QScintilla_gpl-2.10.1.tar.gz) = 2663446
+SHA256 (QScintilla_gpl-2.10.2.tar.gz) = 
FLMdIHF+7ZXqm+pM0W5eG3LO5+usZHy6h44PbbamXtA=
+SIZE (QScintilla_gpl-2.10.2.tar.gz) = 2665138

Reply via email to