From danny@ricin.com  Sun Sep 12 00:15:08 2004
Return-Path: <danny@ricin.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9FFB416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 00:15:08 +0000 (GMT)
Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF9243D55
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 00:15:07 +0000 (GMT)
	(envelope-from danny@ricin.com)
Received: from [213.51.128.135] (port=49083 helo=smtp4.home.nl)
	by smtpq1.home.nl with esmtp (Exim 4.30)
	id 1C6I1K-0001xn-AV
	for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 02:15:06 +0200
Received: from cp464173-a.dbsch1.nb.home.nl ([217.122.43.97]:58445)
	by smtp4.home.nl with smtp (Exim 4.30)
	id 1C6I1I-0003Re-PA
	for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 02:15:04 +0200
Received: by cp464173-a.dbsch1.nb.home.nl (sSMTP sendmail emulation); Sun, 12 Sep 2004 02:14:06 +0200
Message-Id: <20040912001507.7DF9243D55@mx1.FreeBSD.org>
Date: Sun, 12 Sep 2004 02:14:06 +0200
From: Danny Pansters <danny@ricin.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] x11-toolkits/py23-kde: update to 3.11.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71610
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/py23-kde: update to 3.11.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 12 00:20:25 GMT 2004
>Closed-Date:    Tue Sep 28 23:12:26 GMT 2004
>Last-Modified:  Tue Sep 28 23:12:26 GMT 2004
>Originator:     Danny Pansters
>Release:        FreeBSD 5.3-BETA3 i386
>Organization:
>Environment:
System: FreeBSD workstation.homenet 5.3-BETA3 FreeBSD 5.3-BETA3 #0: Wed Sep  8 23:10:23 CEST
>Description:
- Update to 3.11.3

Removed file(s):
- files/patch-configure.py

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- py23-kde-3.11.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/py-kde.old/Makefile /usr/ports/x11-toolkits/py-kde/Makefile
--- /usr/ports/x11-toolkits/py-kde.old/Makefile	Sun Jun  6 18:52:22 2004
+++ /usr/ports/x11-toolkits/py-kde/Makefile	Fri Sep 10 22:11:48 2004
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	kde
-PORTVERSION=	3.11.r1
+PORTVERSION=	3.11.3
 CATEGORIES=	x11-toolkits kde python
 MASTER_SITES=	http://www.river-bank.demon.co.uk/download/PyKDE2/ \
 		http://www.river-bank.demon.co.uk/download/PyQt/:qt
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	PyKDE-3.11rc1
+DISTNAME=	PyKDE-${PORTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} PyQt-x11-gpl-${PYQTVERSION}${EXTRACT_SUFX}:qt
 
 MAINTAINER=	ports@FreeBSD.org
@@ -23,7 +23,7 @@
 USE_KDELIBS_VER=3
 USE_REINPLACE=	yes
 
-PYQTVERSION=	3.11
+PYQTVERSION=	3.12
 EXAMPLESDIR=	${PREFIX}/share/examples/${PKGBASE}
 
 NO_FILTER_SHLIBS=	yes
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/py-kde.old/distinfo /usr/ports/x11-toolkits/py-kde/distinfo
--- /usr/ports/x11-toolkits/py-kde.old/distinfo	Sun Jun  6 18:52:22 2004
+++ /usr/ports/x11-toolkits/py-kde/distinfo	Fri Sep 10 22:16:45 2004
@@ -1,4 +1,4 @@
-MD5 (PyKDE-3.11rc1.tar.gz) = ad113efa838c79f262212d1795485f22
-SIZE (PyKDE-3.11rc1.tar.gz) = 1019499
-MD5 (PyQt-x11-gpl-3.11.tar.gz) = 78d0ef29f57d7efd1d87f9a24fc25f1e
-SIZE (PyQt-x11-gpl-3.11.tar.gz) = 757652
+MD5 (PyKDE-3.11.3.tar.gz) = 7e0b2df3d5f9718833238501c3a21e96
+SIZE (PyKDE-3.11.3.tar.gz) = 1254776
+MD5 (PyQt-x11-gpl-3.12.tar.gz) = 0869e68c24ee6e46ae74d3244e7ec299
+SIZE (PyQt-x11-gpl-3.12.tar.gz) = 760165
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/py-kde.old/files/patch-configure.py /usr/ports/x11-toolkits/py-kde/files/patch-configure.py
--- /usr/ports/x11-toolkits/py-kde.old/files/patch-configure.py	Sun Jun  6 18:52:22 2004
+++ /usr/ports/x11-toolkits/py-kde/files/patch-configure.py	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- configure.py.orig	Sat May  8 11:09:53 2004
-+++ configure.py	Wed May 26 19:47:16 2004
-@@ -700,7 +700,7 @@
-             opt_concat = 1
- 
-         elif opt == "-d":
--            opt_pyqtmoddir = arg
-+            opt_pykdemoddir = arg
-         elif opt == "-g":
-             opt_releasegil = 1
- 
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/py-kde.old/pkg-descr /usr/ports/x11-toolkits/py-kde/pkg-descr
--- /usr/ports/x11-toolkits/py-kde.old/pkg-descr	Sun Jun  6 18:52:22 2004
+++ /usr/ports/x11-toolkits/py-kde/pkg-descr	Sat Sep 11 14:50:20 2004
@@ -1,3 +1,3 @@
-Python Bindings for KDE.
+Python bindings for KDE3.
 
 WWW: http://www.riverbankcomputing.co.uk/pykde/index.php
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/py-kde.old/pkg-plist /usr/ports/x11-toolkits/py-kde/pkg-plist
--- /usr/ports/x11-toolkits/py-kde.old/pkg-plist	Sun Jun  6 18:52:22 2004
+++ /usr/ports/x11-toolkits/py-kde/pkg-plist	Sat Sep 11 14:00:45 2004
@@ -1,5 +1,7 @@
 bin/kdepyuic
 %%PYTHON_SITELIBDIR%%/dcop.so
+%%PYTHON_SITELIBDIR%%/dcopexport.py
+%%PYTHON_SITELIBDIR%%/dcopext.py
 %%PYTHON_SITELIBDIR%%/kdecore.so
 %%PYTHON_SITELIBDIR%%/kdefx.so
 %%PYTHON_SITELIBDIR%%/kdeprint.so
@@ -11,10 +13,17 @@
 %%PYTHON_SITELIBDIR%%/kmdi.so
 %%PYTHON_SITELIBDIR%%/kparts.so
 %%PYTHON_SITELIBDIR%%/kspell.so
+%%PYTHON_SITELIBDIR%%/kutils.so
 %%PYTHON_SITELIBDIR%%/pykdeconfig.py
 %%PORTDOCS%%%%EXAMPLESDIR%%/README
 %%PORTDOCS%%%%EXAMPLESDIR%%/aboutkde.png
 %%PORTDOCS%%%%EXAMPLESDIR%%/astron.png
+%%PORTDOCS%%%%EXAMPLESDIR%%/example_dcopexport.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/example_dcopexport.pyc
+%%PORTDOCS%%%%EXAMPLESDIR%%/example_dcopexport.pyo
+%%PORTDOCS%%%%EXAMPLESDIR%%/example_dcopext.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/example_dcopext.pyc
+%%PORTDOCS%%%%EXAMPLESDIR%%/example_dcopext.pyo
 %%PORTDOCS%%%%EXAMPLESDIR%%/kdeform1.ui
 %%PORTDOCS%%%%EXAMPLESDIR%%/kdeform1.ui.h
 %%PORTDOCS%%%%EXAMPLESDIR%%/kpartgui.dtd
@@ -70,11 +79,11 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/xmlmenudemoui.rc
 share/sip/dcop/dcopclient.sip
 share/sip/dcop/dcopmod.sip
-share/sip/dcop/dcopmod.sip.in
 share/sip/dcop/dcopobject.sip
 share/sip/dcop/dcopref.sip
 share/sip/dcop/dcopstub.sip
 share/sip/dcop/typedefs.sip
+share/sip/kdecore/bytearray.sip
 share/sip/kdecore/fixx11h.sip
 share/sip/kdecore/kaboutdata.sip
 share/sip/kdecore/kaccel.sip
@@ -101,17 +110,7 @@
 share/sip/kdecore/kcrash.sip
 share/sip/kdecore/kdcoppropertyproxy.sip
 share/sip/kdecore/kdebug.sip
-share/sip/kdecore/kdecore-kde310.diff
-share/sip/kdecore/kdecore-kde311.diff
-share/sip/kdecore/kdecore-kde312.diff
-share/sip/kdecore/kdecore-kde313.diff
-share/sip/kdecore/kdecore-kde314.diff
-share/sip/kdecore/kdecore-kde315.diff
-share/sip/kdecore/kdecore-kde320.diff
-share/sip/kdecore/kdecore-kde321.diff
-share/sip/kdecore/kdecore-kde322.diff
 share/sip/kdecore/kdecoremod.sip
-share/sip/kdecore/kdecoremod.sip.in
 share/sip/kdecore/kdesktopfile.sip
 share/sip/kdecore/kdesktopwidget.sip
 share/sip/kdecore/kdestyle.sip
@@ -129,6 +128,7 @@
 share/sip/kdecore/kkeyserver_x11.sip
 share/sip/kdecore/klibloader.sip
 share/sip/kdecore/klocale.sip
+share/sip/kdecore/klockfile.sip
 share/sip/kdecore/kmacroexpander.sip
 share/sip/kdecore/kmanagerselection.sip
 share/sip/kdecore/kmdcodec.sip
@@ -160,7 +160,7 @@
 share/sip/kdecore/kstringhandler.sip
 share/sip/kdecore/ktempdir.sip
 share/sip/kdecore/ktempfile.sip
-share/sip/kdecore/kuniqueapp.sip
+share/sip/kdecore/kuniqueapplication.sip
 share/sip/kdecore/kurl.sip
 share/sip/kdecore/kurldrag.sip
 share/sip/kdecore/kuser.sip
@@ -171,11 +171,7 @@
 share/sip/kdecore/netwm.sip
 share/sip/kdecore/netwm_def.sip
 share/sip/kdefx/kcpuinfo.sip
-share/sip/kdefx/kdefx-kde320.diff
-share/sip/kdefx/kdefx-kde321.diff
-share/sip/kdefx/kdefx-kde322.diff
 share/sip/kdefx/kdefxmod.sip
-share/sip/kdefx/kdefxmod.sip.in
 share/sip/kdefx/kdrawutil.sip
 share/sip/kdefx/kimageeffect.sip
 share/sip/kdefx/kpixmap.sip
@@ -183,17 +179,7 @@
 share/sip/kdefx/kpixmapsplitter.sip
 share/sip/kdefx/kstyle.sip
 share/sip/kdeprint/driver.sip
-share/sip/kdeprint/kdeprint-kde310.diff
-share/sip/kdeprint/kdeprint-kde311.diff
-share/sip/kdeprint/kdeprint-kde312.diff
-share/sip/kdeprint/kdeprint-kde313.diff
-share/sip/kdeprint/kdeprint-kde314.diff
-share/sip/kdeprint/kdeprint-kde315.diff
-share/sip/kdeprint/kdeprint-kde320.diff
-share/sip/kdeprint/kdeprint-kde321.diff
-share/sip/kdeprint/kdeprint-kde322.diff
 share/sip/kdeprint/kdeprintmod.sip
-share/sip/kdeprint/kdeprintmod.sip.in
 share/sip/kdeprint/kmjob.sip
 share/sip/kdeprint/kmjobmanager.sip
 share/sip/kdeprint/kmmanager.sip
@@ -209,7 +195,6 @@
 share/sip/kdesu/kcookie.sip
 share/sip/kdesu/kdesu_pty.sip
 share/sip/kdesu/kdesumod.sip
-share/sip/kdesu/kdesumod.sip.in
 share/sip/kdesu/process.sip
 share/sip/kdesu/ssh.sip
 share/sip/kdesu/stub.sip
@@ -222,6 +207,7 @@
 share/sip/kdeui/kaction.sip
 share/sip/kdeui/kactionclasses.sip
 share/sip/kdeui/kactioncollection.sip
+share/sip/kdeui/kactionselector.sip
 share/sip/kdeui/kactionshortcutlist.sip
 share/sip/kdeui/kactivelabel.sip
 share/sip/kdeui/kalphapainter.sip
@@ -250,17 +236,7 @@
 share/sip/kdeui/kdatewidget.sip
 share/sip/kdeui/kdbtn.sip
 share/sip/kdeui/kdcopactionproxy.sip
-share/sip/kdeui/kdeui-kde310.diff
-share/sip/kdeui/kdeui-kde311.diff
-share/sip/kdeui/kdeui-kde312.diff
-share/sip/kdeui/kdeui-kde313.diff
-share/sip/kdeui/kdeui-kde314.diff
-share/sip/kdeui/kdeui-kde315.diff
-share/sip/kdeui/kdeui-kde320.diff
-share/sip/kdeui/kdeui-kde321.diff
-share/sip/kdeui/kdeui-kde322.diff
 share/sip/kdeui/kdeuimod.sip
-share/sip/kdeui/kdeuimod.sip.in
 share/sip/kdeui/kdialog.sip
 share/sip/kdeui/kdialogbase.sip
 share/sip/kdeui/kdocktabctl.sip
@@ -281,12 +257,14 @@
 share/sip/kdeui/kjanuswidget.sip
 share/sip/kdeui/kkeybutton.sip
 share/sip/kdeui/kkeydialog.sip
+share/sip/kdeui/klanguagebutton.sip
 share/sip/kdeui/kled.sip
 share/sip/kdeui/klineedit.sip
 share/sip/kdeui/klineeditdlg.sip
 share/sip/kdeui/klistbox.sip
 share/sip/kdeui/klistview.sip
 share/sip/kdeui/klistviewlineedit.sip
+share/sip/kdeui/klistviewsearchline.sip
 share/sip/kdeui/kmainwindow.sip
 share/sip/kdeui/kmainwindowiface.sip
 share/sip/kdeui/kmenubar.sip
@@ -347,15 +325,6 @@
 share/sip/kfile/kdirsize.sip
 share/sip/kfile/kdiskfreesp.sip
 share/sip/kfile/kencodingfiledialog.sip
-share/sip/kfile/kfile-kde310.diff
-share/sip/kfile/kfile-kde311.diff
-share/sip/kfile/kfile-kde312.diff
-share/sip/kfile/kfile-kde313.diff
-share/sip/kfile/kfile-kde314.diff
-share/sip/kfile/kfile-kde315.diff
-share/sip/kfile/kfile-kde320.diff
-share/sip/kfile/kfile-kde321.diff
-share/sip/kfile/kfile-kde322.diff
 share/sip/kfile/kfile.sip
 share/sip/kfile/kfilebookmark.sip
 share/sip/kfile/kfiledetailview.sip
@@ -363,7 +332,6 @@
 share/sip/kfile/kfilefiltercombo.sip
 share/sip/kfile/kfileiconview.sip
 share/sip/kfile/kfilemod.sip
-share/sip/kfile/kfilemod.sip.in
 share/sip/kfile/kfilepreview.sip
 share/sip/kfile/kfilereader.sip
 share/sip/kfile/kfilesharedlg.sip
@@ -415,7 +383,6 @@
 share/sip/khtml/khtml_part.sip
 share/sip/khtml/khtml_settings.sip
 share/sip/khtml/khtmlmod.sip
-share/sip/khtml/khtmlmod.sip.in
 share/sip/khtml/khtmlview.sip
 share/sip/kio/authinfo.sip
 share/sip/kio/chmodjob.sip
@@ -441,23 +408,17 @@
 share/sip/kio/kfilterbase.sip
 share/sip/kio/kfilterdev.sip
 share/sip/kio/kimageio.sip
-share/sip/kio/kio-kde310.diff
-share/sip/kio/kio-kde311.diff
-share/sip/kio/kio-kde312.diff
-share/sip/kio/kio-kde313.diff
-share/sip/kio/kio-kde314.diff
-share/sip/kio/kio-kde315.diff
-share/sip/kio/kio-kde320.diff
-share/sip/kio/kio-kde321.diff
-share/sip/kio/kio-kde322.diff
 share/sip/kio/kiomod.sip
-share/sip/kio/kiomod.sip.in
 share/sip/kio/kmimemagic.sip
 share/sip/kio/kmimetype.sip
+share/sip/kio/kmimetypechooser.sip
+share/sip/kio/knfsshare.sip
 share/sip/kio/kpac.sip
 share/sip/kio/kprotocolinfo.sip
 share/sip/kio/kprotocolmanager.sip
+share/sip/kio/kremoteencoding.sip
 share/sip/kio/krun.sip
+share/sip/kio/ksambashare.sip
 share/sip/kio/kscan.sip
 share/sip/kio/kservice.sip
 share/sip/kio/kservicegroup.sip
@@ -465,6 +426,7 @@
 share/sip/kio/kshellcompletion.sip
 share/sip/kio/kshred.sip
 share/sip/kio/ksycoca.sip
+share/sip/kio/ksycocadict.sip
 share/sip/kio/ksycocaentry.sip
 share/sip/kio/ksycocafactory.sip
 share/sip/kio/ksycocatype.sip
@@ -494,7 +456,6 @@
 share/sip/kio/statusbarprogress.sip
 share/sip/kio/tcpslavebase.sip
 share/sip/kio/thumbcreator.sip
-share/sip/kmdi/kmdi-kde322.diff
 share/sip/kmdi/kmdichildarea.sip
 share/sip/kmdi/kmdichildfrm.sip
 share/sip/kmdi/kmdichildfrmcaption.sip
@@ -502,7 +463,6 @@
 share/sip/kmdi/kmdidefines.sip
 share/sip/kmdi/kmdimainfrm.sip
 share/sip/kmdi/kmdimod.sip
-share/sip/kmdi/kmdimod.sip.in
 share/sip/kmdi/kmditaskbar.sip
 share/sip/kmdi/kmditoolviewaccessor.sip
 share/sip/kparts/browserextension.sip
@@ -513,23 +473,29 @@
 share/sip/kparts/factory.sip
 share/sip/kparts/genericfactory.sip
 share/sip/kparts/historyprovider.sip
-share/sip/kparts/kparts-kde320.diff
-share/sip/kparts/kparts-kde321.diff
-share/sip/kparts/kparts-kde322.diff
 share/sip/kparts/kpartsmod.sip
-share/sip/kparts/kpartsmod.sip.in
 share/sip/kparts/mainwindow.sip
 share/sip/kparts/part.sip
 share/sip/kparts/partmanager.sip
 share/sip/kparts/plugin.sip
 share/sip/kparts/statusbarextension.sip
 share/sip/kspell/ksconfig.sip
-share/sip/kspell/kspell-kde320.diff
 share/sip/kspell/kspell.sip
 share/sip/kspell/kspelldlg.sip
 share/sip/kspell/kspellmod.sip
-share/sip/kspell/kspellmod.sip.in
 share/sip/kspell/ksyntaxhighlighter.sip
+share/sip/kutils/kcmoduleinfo.sip
+share/sip/kutils/kcmoduleloader.sip
+share/sip/kutils/kcmoduleproxy.sip
+share/sip/kutils/kcmultidialog.sip
+share/sip/kutils/kfind.sip
+share/sip/kutils/kfinddialog.sip
+share/sip/kutils/kmultitabbar.sip
+share/sip/kutils/kplugininfo.sip
+share/sip/kutils/kpluginselector.sip
+share/sip/kutils/kreplace.sip
+share/sip/kutils/kreplacedialog.sip
+share/sip/kutils/kutilsmod.sip
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/uimodules
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
 @dirrm share/sip/dcop
@@ -544,3 +510,4 @@
 @dirrm share/sip/kmdi
 @dirrm share/sip/kparts
 @dirrm share/sip/kspell
+@dirrm share/sip/kutils
--- py23-kde-3.11.3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: thierry 
State-Changed-When: Wed Sep 22 19:56:12 GMT 2004 
State-Changed-Why:  

The submitted patch does not apply cleanly, could you 
please check it? 

Hint: files/patch-configure.py has been sent to attic by 
your PR ports/68053. 


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

From: Danny Pansters <danny@ricin.com>
To: freebsd-gnats-submit@freebsd.org, danny@ricin.com
Cc:  
Subject: Re: ports/71610: [PATCH] x11-toolkits/py23-kde: update to 3.11.3
Date: Wed, 29 Sep 2004 00:49:27 +0200

 Please see ports/72156 for the new version. The patch was wrong, it was taken 
 against an older PyKDE version. This PR can be closed.
 
 ports/72156 is related to ports/72152, ports/72153 and ports/72154 which are 
 qscintilla, py-sip and py-qt, all of which (as py-kde) needed to be updated 
 as the older distfiles are not fetchable anymore.
 
 Please note that to avoid breakage either all port updates should be committed 
 in synch or qscintilla and py-sip before py-qt, and then py-qt before py-kde 
 (although building py-kde or even py-qt with an outdated pyuic might work, 
 it's a dead end now, we really have to upgrade all of them). 
 
 Thierry, thanks for your help (and patience).
 
State-Changed-From-To: feedback->closed 
State-Changed-By: thierry 
State-Changed-When: Tue Sep 28 23:11:37 GMT 2004 
State-Changed-Why:  

Superseded by 72156. 


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