aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2018-02-18 17:55:10 +0800
committerrakuco <rakuco@FreeBSD.org>2018-02-18 17:55:10 +0800
commit9fb4189ed71259a7616c98c972ed5cd2390ab28c (patch)
tree4b1fc931365e58df5d682ecb7a950cc1fb1609e3 /x11
parent9dbe279e673526b100c60922198bfdb42b191bef (diff)
downloadfreebsd-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 'x11')
-rw-r--r--x11/leechcraft/Makefile4
-rw-r--r--x11/py-qt4-opengl/Makefile3
-rw-r--r--x11/py-qt5-opengl/Makefile4
3 files changed, 6 insertions, 5 deletions
diff --git a/x11/leechcraft/Makefile b/x11/leechcraft/Makefile
index 68720c8f548d..8b7d5d84be26 100644
--- a/x11/leechcraft/Makefile
+++ b/x11/leechcraft/Makefile
@@ -3,7 +3,7 @@
PORTNAME= leechcraft
PORTVERSION= 0.6.70
-PORTREVISION= 26
+PORTREVISION= 27
CATEGORIES= x11
MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/
@@ -273,7 +273,7 @@ POLEEMERY_CMAKE_OFF= -DENABLE_POLEEMERY:BOOL=false
POPISHU_DESC= Text editor with IDE features
POPISHU_CMAKE_ON= -DENABLE_POPISHU:BOOL=true
POPISHU_CMAKE_OFF= -DENABLE_POPISHU:BOOL=false
-POPISHU_LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2
+POPISHU_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
POSHUKU_DESC= The full-featured web browser plugin
POSHUKU_CMAKE_ON= -DENABLE_POSHUKU:BOOL=true
diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile
index bf437f7841e3..36107c814a64 100644
--- a/x11/py-qt4-opengl/Makefile
+++ b/x11/py-qt4-opengl/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= opengl
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11 devel python
@@ -24,7 +25,7 @@ OPTIONS_SUB= yes
API_DESC= Install QtOpenGL API for QScintilla2
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
API_CONFIGURE_OFF= --no-qsci-api
-API_LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2
+API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
DEBUG_CONFIGURE_ON= --debug --trace
.include <bsd.port.mk>
diff --git a/x11/py-qt5-opengl/Makefile b/x11/py-qt5-opengl/Makefile
index b203e287e80f..ca1102cbd8bb 100644
--- a/x11/py-qt5-opengl/Makefile
+++ b/x11/py-qt5-opengl/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= opengl
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 devel python
MAINTAINER= kde@FreeBSD.org
@@ -23,7 +23,7 @@ OPTIONS_SUB= yes
API_DESC= Install QtOpenGL API for QScintilla2
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
API_CONFIGURE_OFF= --no-qsci-api
-API_LIB_DEPENDS= libqscintilla2-qt5.so:devel/qscintilla2-qt5
+API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
DEBUG_CONFIGURE_ON= --debug --trace
.include <bsd.port.mk>