From danny@ricin.com  Tue Feb 27 18:04:22 2007
Return-Path: <danny@ricin.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5F34516A403
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Feb 2007 18:04:22 +0000 (UTC)
	(envelope-from danny@ricin.com)
Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200])
	by mx1.freebsd.org (Postfix) with ESMTP id 0C76D13C494
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Feb 2007 18:04:21 +0000 (UTC)
	(envelope-from danny@ricin.com)
Received: from [213.51.146.189] (port=39739 helo=smtp2.tilbu1.nb.home.nl)
	by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.30)
	id 1HM6gX-0001ji-8P; Tue, 27 Feb 2007 19:04:21 +0100
Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.221.74]:63489 helo=desktop.homenet)
	by smtp2.tilbu1.nb.home.nl with smtp (Exim 4.30)
	id 1HM6gP-00017n-Q5; Tue, 27 Feb 2007 19:04:13 +0100
Received: by desktop.homenet (sSMTP sendmail emulation); Tue, 27 Feb 2007 19:04:11 +0100
Message-Id: <20070227180422.0C76D13C494@mx1.freebsd.org>
Date: Tue, 27 Feb 2007 19:04:11 +0100
From: "Danny Pansters" <danny@ricin.com>
Reply-To: Danny Pansters <danny@ricin.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Danny Pansters <danny@ricin.com>
Subject: [maintainer] x11-toolkits/py-qt: update to snapshot (pre-3.18)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109617
>Category:       ports
>Synopsis:       [maintainer] x11-toolkits/py-qt: update to snapshot (pre-3.18)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 27 18:10:06 GMT 2007
>Closed-Date:    Tue Feb 27 19:37:20 GMT 2007
>Last-Modified:  Tue Feb 27 19:37:20 GMT 2007
>Originator:     Danny Pansters
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD desktop.homenet 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Fri Jan 12 23:22:55 CET 2007 danny@desktop.homenet:/usr/obj/usr/src/sys/DESKTOP i386


	
>Description:
	This PR updates:	x11-toolkits/py-qt
	Changed files:		Makefile, distinfo

	This PR is part 3 of a series of 20 PRs concerning PyQt4 and QScintilla2


	The following existing ports are affected
	=========================================

	devel/py-sip          ==> update to recent snapshot
	devel/py-dbus         ==> update to 0.8.1 (dbus 1.0 API)
	x11-toolkits/py-qt    ==> update to recent snapshot (sip backport)


	The following ports are new
	===========================

	devel/qscintilla2
	devel/qscintilla2-designerplugin

	databases/py-qt4-sql
	devel/py-qt4-assistant
	devel/py-qt4-core
	devel/py-qt4-dbus
	devel/py-qt4-designer
	devel/py-qt4-designerplugin
	devel/py-qt4-qscintilla2
	devel/py-qt4-test
	graphics/py-qt4-svg
	misc/py-qt4-demo
	misc/py-qt4-doc
	net/py-qt4-network
	textproc/py-qt4-xml
	x11/py-qt4-opengl
	x11-toolkits/py-qt4-gui


	Distfile rerolling, packages
	============================

	Currently there are new snapshots made available upstream daily. The
	older snapshots are not retained and upstream often uploads a new
	snapshot under an existing name, which causes checksums to break.
	The distfiles from my web location should be in sync with the latest
	distname used in the ports so fetching and checksumming should work
	with that. Binary packages (i386/FreeBSD6-stable) can be fetched from
	http://freebsd.ricin.com/ports/packages/All/

>How-To-Repeat:
	
>Fix:
	


--- ports::x11-toolkits::py-qt.diff begins here ---
diff -ruN ports/x11-toolkits/py-qt/Makefile ports/x11-toolkits/py-qt.old/Makefile
--- ports/x11-toolkits/py-qt/Makefile	Mon Feb 26 19:40:08 2007
+++ ports/x11-toolkits/py-qt.old/Makefile	Sun Feb 11 17:36:40 2007
@@ -6,22 +6,22 @@
 
 PORTNAME=	qt
 PORTVERSION=	3.17
-PORTREVISION=	1
 CATEGORIES=	x11-toolkits python
-MASTER_SITES=	http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3/ \
+MASTER_SITES=	http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/ \
 		http://freebsd.ricin.com/ports/distfiles/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	PyQt-x11-gpl-3-snapshot-20070220
+DISTNAME=	PyQt-x11-gpl-${PORTVERSION}
 
 MAINTAINER=	danny@ricin.com
 COMMENT=	Python bindings for the Qt toolkit
 
 LIB_DEPENDS=	qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla
-BUILD_DEPENDS=	${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip \
+RUN_DEPENDS=	${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip
+BUILD_DEPENDS=	${RUN_DEPENDS} \
 		qmake:${PORTSDIR}/devel/qmake
 
 USE_QT_VER=	3
-USE_PYTHON=	2.3+
+USE_PYTHON=	yes
 
 OPTIONS=	DEBUG "Enable debugging symbols" off \
 		DOCS "Install documentation" on \
diff -ruN ports/x11-toolkits/py-qt/distinfo ports/x11-toolkits/py-qt.old/distinfo
--- ports/x11-toolkits/py-qt/distinfo	Tue Feb 27 15:55:57 2007
+++ ports/x11-toolkits/py-qt.old/distinfo	Sun Feb 11 17:36:40 2007
@@ -1,3 +1,3 @@
-MD5 (PyQt-x11-gpl-3-snapshot-20070220.tar.gz) = 737fc9d7b2fe5049d79f4bdb078ad6bd
-SHA256 (PyQt-x11-gpl-3-snapshot-20070220.tar.gz) = 8c13debacc069d4fffc763fb9aaa27aecac0bb21c808762252454d8156249812
-SIZE (PyQt-x11-gpl-3-snapshot-20070220.tar.gz) = 803446
+MD5 (PyQt-x11-gpl-3.17.tar.gz) = dd0ecb6258215cd8e47e6de1c37a6da2
+SHA256 (PyQt-x11-gpl-3.17.tar.gz) = 3f6a29ddd2116e0074eeb71ce5ae615659bfb645761cf363dd90bfce8164bccb
+SIZE (PyQt-x11-gpl-3.17.tar.gz) = 803021
--- ports::x11-toolkits::py-qt.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 27 18:10:28 UTC 2007 
Responsible-Changed-Why:  
freebsd-python@ wants to have py- PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109617 

From: Danny Pansters <danny@ricin.com>
To: bug-followup@freebsd.org,
 danny@ricin.com
Cc:  
Subject: Re: ports/109617: [maintainer] x11-toolkits/py-qt: update to snapshot (pre-3.18)
Date: Tue, 27 Feb 2007 19:25:05 +0100

 Diff accidentally reversed, I'll resend PR for this port. Please close.
Responsible-Changed-From-To: freebsd-python->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Feb 27 19:34:11 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109617 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Feb 27 19:37:18 UTC 2007 
State-Changed-Why:  
maintainer send a new diff 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109617 
>Unformatted:
