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 /multimedia/py-qt4-phonon | |
parent | 319ccca357b886ba9455733a7cfa8776abe7b3d7 (diff) | |
download | ports-6699fae7a2bf742155c5f8c7be3d4fe07237626a.tar.gz ports-6699fae7a2bf742155c5f8c7be3d4fe07237626a.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
Notes
Notes:
svn path=/head/; revision=462214
Diffstat (limited to 'multimedia/py-qt4-phonon')
-rw-r--r-- | multimedia/py-qt4-phonon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/py-qt4-phonon/Makefile b/multimedia/py-qt4-phonon/Makefile index e5cb96056726..8878d3fc0837 100644 --- a/multimedia/py-qt4-phonon/Makefile +++ b/multimedia/py-qt4-phonon/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PORTNAME= phonon +PORTREVISION= 1 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org @@ -21,7 +22,7 @@ OPTIONS_SUB= yes API_DESC= Install Phonon 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> |