From danny@ricin.com  Tue Feb 27 18:31:06 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 F2E1B16A406
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Feb 2007 18:31:06 +0000 (UTC)
	(envelope-from danny@ricin.com)
Received: from smtpq1.groni1.gr.home.nl (smtpq1.groni1.gr.home.nl [213.51.130.200])
	by mx1.freebsd.org (Postfix) with ESMTP id 9F5C013C494
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Feb 2007 18:31:06 +0000 (UTC)
	(envelope-from danny@ricin.com)
Received: from [213.51.130.190] (port=56158 helo=smtp1.groni1.gr.home.nl)
	by smtpq1.groni1.gr.home.nl with esmtp (Exim 4.30)
	id 1HM79P-0007sg-00; Tue, 27 Feb 2007 19:34:11 +0100
Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.221.74]:54451 helo=desktop.homenet)
	by smtp1.groni1.gr.home.nl with smtp (Exim 4.30)
	id 1HM75v-0002st-SF; Tue, 27 Feb 2007 19:30:35 +0100
Received: by desktop.homenet (sSMTP sendmail emulation); Tue, 27 Feb 2007 19:30:35 +0100
Message-Id: <20070227183106.9F5C013C494@mx1.freebsd.org>
Date: Tue, 27 Feb 2007 19:30:35 +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] devel/py-sip: update to snapshot (pre-4.6)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109636
>Category:       ports
>Synopsis:       [maintainer] devel/py-sip: update to snapshot (pre-4.6)
>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:40:07 GMT 2007
>Closed-Date:    Wed Mar 07 10:29:58 GMT 2007
>Last-Modified:  Tue Mar 27 09:30:14 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:	devel/py-sip
	Changed files:		Makefile, distinfo

	This PR is part 1 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::devel::py-sip begins here ---
diff -ruN ports/devel/py-sip.old/Makefile ports/devel/py-sip/Makefile
--- ports/devel/py-sip.old/Makefile	Sun Feb 11 13:05:50 2007
+++ ports/devel/py-sip/Makefile	Sun Feb 25 13:01:35 2007
@@ -5,21 +5,22 @@
 # $FreeBSD: ports/devel/py-sip/Makefile,v 1.33 2007/01/22 08:31:06 miwi Exp $
 
 PORTNAME=	sip
-PORTVERSION=	4.5.2
+PORTVERSION=	4.6
 CATEGORIES=	devel python
-MASTER_SITES=	http://www.riverbankcomputing.com/Downloads/sip4/ \
+MASTER_SITES=	http://www.riverbankcomputing.com/Downloads/Snapshots/sip4/ \
 		http://freebsd.ricin.com/ports/distfiles/ \
 		${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	miwi
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	sip-snapshot-20070225
 
 MAINTAINER=	danny@ricin.com
 COMMENT=	Python to C and C++ bindings generator
 
 USE_PYTHON=	yes
 
-OPTIONS=	DEBUG "Build with debugging symbols" off \
-		DOCS "Install documentation" on
+OPTIONS=	DEBUG	"Build with debugging symbols" off \
+		DOCS	"Install documentation" on
 
 DATADIR=	${PREFIX}/share/py-${PORTNAME}
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
diff -ruN ports/devel/py-sip.old/distinfo ports/devel/py-sip/distinfo
--- ports/devel/py-sip.old/distinfo	Sun Feb 11 13:05:50 2007
+++ ports/devel/py-sip/distinfo	Tue Feb 27 15:55:49 2007
@@ -1,3 +1,3 @@
-MD5 (sip-4.5.2.tar.gz) = 0fdb0cbdcbbe158009196437711eb8bd
-SHA256 (sip-4.5.2.tar.gz) = 4344f50a3cedb83859c9015e71880ddd58be0c689de895e0e05546531923ee36
-SIZE (sip-4.5.2.tar.gz) = 417298
+MD5 (sip-snapshot-20070225.tar.gz) = fa5f4dee857cbea86e95a795b70f2de5
+SHA256 (sip-snapshot-20070225.tar.gz) = 1a49bec25e5cb49d65e79619ef8cca2ea2658a9ccb0cacb30de88ccac5bab8f4
+SIZE (sip-snapshot-20070225.tar.gz) = 423083
--- ports::devel::py-sip 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:40:18 UTC 2007 
Responsible-Changed-Why:  
freebsd-python@ wants to have py- PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109636 
Responsible-Changed-From-To: freebsd-python->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Feb 27 19:33:29 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109636 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Mar 7 10:29:55 UTC 2007 
State-Changed-Why:  
applied in external tree. (http://python.miwibox.org) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109636: commit references a PR
Date: Tue, 27 Mar 2007 09:28:47 +0000 (UTC)

 miwi        2007-03-27 09:28:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-sip         Makefile distinfo 
   Log:
   - Update to 20070310
   
   PR:             109636
   Submitted by:   Danny Pansters <danny@ricin.com> (maintainer)
   
   Revision  Changes    Path
   1.34      +3 -2      ports/devel/py-sip/Makefile
   1.23      +3 -3      ports/devel/py-sip/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
