aboutsummaryrefslogtreecommitdiffstats
path: root/www
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 /www
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 'www')
-rw-r--r--www/py-qt4-webkit/Makefile3
-rw-r--r--www/py-qt5-webchannel/Makefile4
-rw-r--r--www/py-qt5-webengine/Makefile4
-rw-r--r--www/py-qt5-webkit/Makefile4
-rw-r--r--www/py-qt5-webkitwidgets/Makefile4
5 files changed, 10 insertions, 9 deletions
diff --git a/www/py-qt4-webkit/Makefile b/www/py-qt4-webkit/Makefile
index 63207191a5df..173fbc7ce45e 100644
--- a/www/py-qt4-webkit/Makefile
+++ b/www/py-qt4-webkit/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= webkit
+PORTREVISION= 1
CATEGORIES= www devel python
MAINTAINER= kde@FreeBSD.org
@@ -23,7 +24,7 @@ OPTIONS_SUB= yes
API_DESC= Install QtWebKit 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/www/py-qt5-webchannel/Makefile b/www/py-qt5-webchannel/Makefile
index 4cce71c421cb..2e05abdf2460 100644
--- a/www/py-qt5-webchannel/Makefile
+++ b/www/py-qt5-webchannel/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= webchannel
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
MAINTAINER= kde@FreeBSD.org
@@ -25,7 +25,7 @@ OPTIONS_SUB= yes
API_DESC= Install QtWebChannel 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
post-install-DEBUG-off:
diff --git a/www/py-qt5-webengine/Makefile b/www/py-qt5-webengine/Makefile
index 56d8adab468b..233590c3ea6a 100644
--- a/www/py-qt5-webengine/Makefile
+++ b/www/py-qt5-webengine/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= webengine
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
MAINTAINER= kde@FreeBSD.org
@@ -29,7 +29,7 @@ OPTIONS_SUB= yes
API_DESC= Install QtWebEngine 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
post-install-DEBUG-off:
diff --git a/www/py-qt5-webkit/Makefile b/www/py-qt5-webkit/Makefile
index 370cab45eed3..42171835fc09 100644
--- a/www/py-qt5-webkit/Makefile
+++ b/www/py-qt5-webkit/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= webkit
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MAINTAINER= kde@FreeBSD.org
@@ -26,7 +26,7 @@ OPTIONS_SUB= yes
API_DESC= Install QtWebKit 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>
diff --git a/www/py-qt5-webkitwidgets/Makefile b/www/py-qt5-webkitwidgets/Makefile
index e1753aa0df06..71d2479582bd 100644
--- a/www/py-qt5-webkitwidgets/Makefile
+++ b/www/py-qt5-webkitwidgets/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= webkitwidgets
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MAINTAINER= kde@FreeBSD.org
@@ -24,7 +24,7 @@ OPTIONS_SUB= yes
API_DESC= Install QtWebKitWidgets 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>