mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to 3.13
Assign maintainership to submitter. PR: 72154 Submitted by: Danny Pansters <danny@ricin.com>
This commit is contained in:
parent
5d2695005e
commit
382e5bbebd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121035
@ -5,14 +5,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 3.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.13
|
||||
CATEGORIES= x11-toolkits python
|
||||
MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= PyQt-x11-gpl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= eugos@gmx.net
|
||||
MAINTAINER= danny@ricin.com
|
||||
COMMENT= Python bindings for the Qt toolkit
|
||||
|
||||
LIB_DEPENDS= qscintilla.5:${PORTSDIR}/x11-toolkits/qscintilla
|
||||
@ -36,4 +35,8 @@ do-configure:
|
||||
-n ${X11BASE}/include -o ${X11BASE}/lib \
|
||||
-v ${PREFIX}/share/sip)
|
||||
|
||||
post-install:
|
||||
@${PYTHON_CMD} -c "import pyqtconfig"
|
||||
@${PYTHON_CMD} -O -c "import pyqtconfig"
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (PyQt-x11-gpl-3.12.tar.gz) = 0869e68c24ee6e46ae74d3244e7ec299
|
||||
SIZE (PyQt-x11-gpl-3.12.tar.gz) = 760165
|
||||
MD5 (PyQt-x11-gpl-3.13.tar.gz) = a4145b39742a4d9df9b6bf06495f75f5
|
||||
SIZE (PyQt-x11-gpl-3.13.tar.gz) = 763066
|
||||
|
@ -1,6 +1,8 @@
|
||||
bin/pylupdate
|
||||
bin/pyuic
|
||||
%%PYTHON_SITELIBDIR%%/pyqtconfig.py
|
||||
%%PYTHON_SITELIBDIR%%/pyqtconfig.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyqtconfig.pyo
|
||||
%%PYTHON_SITELIBDIR%%/qt.so
|
||||
%%PYTHON_SITELIBDIR%%/qtcanvas.so
|
||||
%%PYTHON_SITELIBDIR%%/qtext.so
|
||||
@ -86,6 +88,7 @@ share/sip/qt/qmemarray.sip
|
||||
share/sip/qt/qmenubar.sip
|
||||
share/sip/qt/qmenudata.sip
|
||||
share/sip/qt/qmessagebox.sip
|
||||
share/sip/qt/qmetaobject.sip
|
||||
share/sip/qt/qmime.sip
|
||||
share/sip/qt/qmotifplusstyle.sip
|
||||
share/sip/qt/qmotifstyle.sip
|
||||
@ -168,6 +171,7 @@ share/sip/qt/qtranslator.sip
|
||||
share/sip/qt/qurl.sip
|
||||
share/sip/qt/qurlinfo.sip
|
||||
share/sip/qt/qurloperator.sip
|
||||
share/sip/qt/quuid.sip
|
||||
share/sip/qt/qvalidator.sip
|
||||
share/sip/qt/qvaluelist.sip
|
||||
share/sip/qt/qvariant.sip
|
||||
@ -201,6 +205,7 @@ share/sip/qtext/qextscintillacommand.sip
|
||||
share/sip/qtext/qextscintillacommandset.sip
|
||||
share/sip/qtext/qextscintilladocument.sip
|
||||
share/sip/qtext/qextscintillalexer.sip
|
||||
share/sip/qtext/qextscintillalexerbash.sip
|
||||
share/sip/qtext/qextscintillalexercpp.sip
|
||||
share/sip/qtext/qextscintillalexercsharp.sip
|
||||
share/sip/qtext/qextscintillalexerhtml.sip
|
||||
|
Loading…
Reference in New Issue
Block a user