From 6699fae7a2bf742155c5f8c7be3d4fe07237626a Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Sun, 18 Feb 2018 09:55:10 +0000 Subject: 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 --- textproc/py-qt5-xmlpatterns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/py-qt5-xmlpatterns') diff --git a/textproc/py-qt5-xmlpatterns/Makefile b/textproc/py-qt5-xmlpatterns/Makefile index 7d3e6fa24ffd..040771192b5f 100644 --- a/textproc/py-qt5-xmlpatterns/Makefile +++ b/textproc/py-qt5-xmlpatterns/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xmlpatterns -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org @@ -22,7 +22,7 @@ OPTIONS_SUB= yes API_DESC= Install QtXmlPatterns 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 -- cgit v1.2.3