diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-14 22:58:55 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-14 22:58:55 +0000 |
commit | 2d8b5de9c8741fee001355c270847ea6edebd952 (patch) | |
tree | 94cebcca98b96f7b4488709cf970696ac272c0e6 /x11-toolkits/qscintilla | |
parent | de086ca81bb97192fb9cd50dba868f783132c321 (diff) |
Update PyQt4 ports to 4.4.4, new ports:
devel/py-qt4-help
multimedia/py-qt4-phonon
textproc/py-qt4-xmlpatterns
www/py-qt4-webkit
Update QScintilla2 to 2.3.2, PyQt3 to 3.17.6, PyKDE3 to 3.16.2.
Pass maintainership to kde@FreeBSD.org. Thanks Danny Ricin for his great work.
PR: based on ports/130219
Submitted by: Dima Panov" <fluffy at fluffy.khv.ru>
Notes
Notes:
svn path=/head/; revision=228340
Diffstat (limited to 'x11-toolkits/qscintilla')
-rw-r--r-- | x11-toolkits/qscintilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qscintilla/Makefile b/x11-toolkits/qscintilla/Makefile index 57198bfba827..5f8c382fe8ca 100644 --- a/x11-toolkits/qscintilla/Makefile +++ b/x11-toolkits/qscintilla/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITES_QSCI1} DISTNAME= ${QSCI1_DISTNAME} -MAINTAINER= ${PYQT_MAINTAINER} +MAINTAINER= kde@FreeBSD.org COMMENT= QT port of the Scintilla C++ editor class BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake |