Date: Sun, 23 Apr 2006 16:01:47 +0200 From: "Danny Pansters" <danny@ricin.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: danny@ricin.com Subject: ports/96204: [maintainer] x11-toolkits/py-qt: update to version 3.16 Message-ID: <20060423140217.C4D3843D49@mx1.FreeBSD.org> Resent-Message-ID: <200604231410.k3NEAD7e054240@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96204 >Category: ports >Synopsis: [maintainer] x11-toolkits/py-qt: update to version 3.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 23 14:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Danny Pansters >Release: FreeBSD 6.1-RC i386 >Organization: >Environment: System: FreeBSD desktop.homenet 6.1-RC FreeBSD 6.1-RC #0: Fri Apr 14 22:14:32 CEST 2006 danny@desktop.homenet:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to version 3.16. Binary package for 6.1/i386: http://freebsd.ricin.com/ports/packages/All/ >How-To-Repeat: >Fix: --- x11-toolkits::py-qt.diff begins here --- diff -ruN x11-toolkits/py-qt.old/Makefile x11-toolkits/py-qt/Makefile --- x11-toolkits/py-qt.old/Makefile Mon Apr 17 11:52:22 2006 +++ x11-toolkits/py-qt/Makefile Mon Apr 17 14:27:55 2006 @@ -5,9 +5,9 @@ # $FreeBSD: ports/x11-toolkits/py-qt/Makefile,v 1.40 2005/11/29 10:59:31 mnag Exp $ PORTNAME= qt -PORTVERSION= 3.15.1 +PORTVERSION= 3.16 CATEGORIES= x11-toolkits python -MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ \ +MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/ \ http://freebsd.ricin.com/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyQt-x11-gpl-${PORTVERSION} @@ -33,6 +33,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +SPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ARGS= -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \ -o ${X11BASE}/lib -v ${DATADIR} @@ -63,7 +64,9 @@ .endif do-configure: - ( cd ${WRKSRC} && ${ECHO} "yes" | ${PYTHON_CMD} configure.py ${ARGS} ) + ( cd ${WRKSRC} && ${ECHO} "yes" | \ + ${SETENV} QTDIR=${QT_PREFIX} QMAKESPEC=${SPEC} \ + ${PYTHON_CMD} configure.py ${ARGS} ) post-build: .if !defined(WITHOUT_EXAMPLES) @@ -72,7 +75,8 @@ .endif post-install: - ( ${PYTHON_CMD} -c "import pyqtconfig" && \ + ( cd ${PYTHONPREFIX_SITELIBDIR} && \ + ${PYTHON_CMD} -c "import pyqtconfig" && \ ${PYTHON_CMD} -O -c "import pyqtconfig" ) .if !defined(NOPORTDOCS) && !defined(WITHOUT_DOCS) ( cd ${WRKSRC} && \ diff -ruN x11-toolkits/py-qt.old/distinfo x11-toolkits/py-qt/distinfo --- x11-toolkits/py-qt.old/distinfo Mon Apr 17 11:52:22 2006 +++ x11-toolkits/py-qt/distinfo Mon Apr 17 12:26:53 2006 @@ -1,3 +1,3 @@ -MD5 (PyQt-x11-gpl-3.15.1.tar.gz) = 835d49f219b3c0b7f60bf6b2b47c5320 -SHA256 (PyQt-x11-gpl-3.15.1.tar.gz) = 1c7eb1d19308ecb853836dbcc4fa0e50a321a889db9911e83f6bb222a00b7f20 -SIZE (PyQt-x11-gpl-3.15.1.tar.gz) = 790366 +MD5 (PyQt-x11-gpl-3.16.tar.gz) = 5f7a32a15bf8afe17c0d0a0cc46de690 +SHA256 (PyQt-x11-gpl-3.16.tar.gz) = e3f5b10ef5e7dd4c79e97c2ee7171af857ad7ea1d36919c09d7bd504b8676d26 +SIZE (PyQt-x11-gpl-3.16.tar.gz) = 800618 --- x11-toolkits::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?20060423140217.C4D3843D49>