From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 22:30:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A44D216A4CE for ; Tue, 28 Sep 2004 22:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E5743D54 for ; Tue, 28 Sep 2004 22:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SMUTLt020120 for ; Tue, 28 Sep 2004 22:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8SMUTgC020119; Tue, 28 Sep 2004 22:30:29 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 22:30:29 GMT Resent-Message-Id: <200409282230.i8SMUTgC020119@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, danny@ricin.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5856316A4CE for ; Tue, 28 Sep 2004 22:25:39 +0000 (GMT) Received: from smtpq2.home.nl (smtpq2.home.nl [213.51.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A2243D48 for ; Tue, 28 Sep 2004 22:25:38 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.134] (port=46233 helo=smtp3.home.nl) by smtpq2.home.nl with esmtp (Exim 4.30) id 1CCQPi-0005uL-7P; Wed, 29 Sep 2004 00:25:38 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([217.122.43.97]:49751) by smtp3.home.nl with smtp (Exim 4.30) id 1CCQPg-00045G-6j; Wed, 29 Sep 2004 00:25:36 +0200 Received: by cp464173-a.dbsch1.nb.home.nl (sSMTP sendmail emulation); Wed, 29 Sep 2004 00:23:32 +0200 Message-Id: <20040928222538.E0A2243D48@mx1.FreeBSD.org> Date: Wed, 29 Sep 2004 00:23:32 +0200 From: danny@ricin.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: eugos@gmx.net Subject: ports/72154: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 22:30:29 -0000 >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 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: