Date: Wed, 29 Sep 2004 00:23:32 +0200 From: danny@ricin.com To: FreeBSD-gnats-submit@FreeBSD.org Cc: eugos@gmx.net Subject: ports/72154: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable Message-ID: <20040928222538.E0A2243D48@mx1.FreeBSD.org> Resent-Message-ID: <200409282230.i8SMUTgC020119@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72154 >Category: ports >Synopsis: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 28 22:30:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Danny Pansters >Release: FreeBSD 5.3-BETA4 i386 >Organization: >Environment: System: FreeBSD workstation.homenet 5.3-BETA4 FreeBSD 5.3-BETA4 #2: Fri Sep 17 04:04:10 CEST 2004 root@workstation.homenet:/usr/obj/usr/src/sys/WORKSTATION i386 >Description: Update to new 3.13 version. The former 3.12 is not fetchable from master site anymore. Note lib dependency on qscintilla.5 and build dependency on sip, both of which need to be updated to be fetchable again also (ports/72152 and ports/72153 ). Maintainer cc'd. >How-To-Repeat: >Fix: Patch to be applied from within /usr/ports or a local ports tree --- py-qt.diff begins here --- diff -urN x11-toolkits/py-qt/Makefile x11-toolkits/py-qt.new/Makefile --- x11-toolkits/py-qt/Makefile Tue Sep 28 19:46:31 2004 +++ x11-toolkits/py-qt.new/Makefile Tue Sep 28 19:47:22 2004 @@ -5,7 +5,7 @@ # $FreeBSD: ports/x11-toolkits/py-qt/Makefile,v 1.24 2004/06/16 15:20:39 krion Exp $ PORTNAME= qt -PORTVERSION= 3.12 +PORTVERSION= 3.13 CATEGORIES= x11-toolkits python MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ MAINTAINER= eugos@gmx.net COMMENT= Python bindings for the Qt toolkit -LIB_DEPENDS= qscintilla.4:${PORTSDIR}/x11-toolkits/qscintilla +LIB_DEPENDS= qscintilla.5:${PORTSDIR}/x11-toolkits/qscintilla BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip RUN_DEPENDS= ${BUILD_DEPENDS} @@ -34,5 +34,9 @@ -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \ -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> diff -urN x11-toolkits/py-qt/distinfo x11-toolkits/py-qt.new/distinfo --- x11-toolkits/py-qt/distinfo Tue Sep 28 19:46:31 2004 +++ x11-toolkits/py-qt.new/distinfo Mon Sep 27 23:52:48 2004 @@ -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 diff -urN x11-toolkits/py-qt/pkg-plist x11-toolkits/py-qt.new/pkg-plist --- x11-toolkits/py-qt/pkg-plist Tue Sep 28 19:46:31 2004 +++ x11-toolkits/py-qt.new/pkg-plist Tue Sep 28 19:27:47 2004 @@ -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/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/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/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 --- py-qt.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040928222538.E0A2243D48>