diff options
| author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-02-18 09:55:10 +0000 |
|---|---|---|
| committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-02-18 09:55:10 +0000 |
| commit | 6699fae7a2bf742155c5f8c7be3d4fe07237626a (patch) | |
| tree | 4b1fc931365e58df5d682ecb7a950cc1fb1609e3 /databases/py-qt5-sql | |
| parent | Update devel/qca and devel/qca-qt5 to 2.1.3. (diff) | |
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 'databases/py-qt5-sql')
| -rw-r--r-- | databases/py-qt5-sql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-qt5-sql/Makefile b/databases/py-qt5-sql/Makefile index d39a6a28458d..02020ca21628 100644 --- a/databases/py-qt5-sql/Makefile +++ b/databases/py-qt5-sql/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sql -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases devel python MAINTAINER= kde@FreeBSD.org @@ -23,7 +23,7 @@ OPTIONS_SUB= yes API_DESC= Install QtSql 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> |
