Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2005 17:33:05 +0100 (CET)
From:      Danny Pansters <danny@ricin.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78321: [MAINTAINER] x11-toolkits/py-kde: Update because py-qt updated
Message-ID:  <200503021633.j22GX5Fi060913@workstation.homenet>
Resent-Message-ID: <200503021640.j22GeJLd090474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78321
>Category:       ports
>Synopsis:       [MAINTAINER] x11-toolkits/py-kde: Update because py-qt updated
>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:   Wed Mar 02 16:40:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Danny Pansters
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD workstation.homenet 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Feb 19 05:07:49 CET 2005
>Description:
Because of PyQt update to 3.14, this port has to be updated also or it would
break. Instead of more patching of PyKDE-3.11 I decided to use the snapshot
from the master site until 3.12 is released, which is what other packagers
seem to do also.

Please note the -j 2 in configure. This is a simple attempt to get the alpha
port to compile and doesn't hurt i386. Hopefully someone (other than
pointyhat) will test on alpha. Committer: please also close ports/77191. 

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

--- py24-kde-3.11.3_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/py-kde/Makefile /usr/ports/x11-toolkits/py-kde.new/Makefile
--- /usr/ports/x11-toolkits/py-kde/Makefile	Sat Feb 19 04:50:43 2005
+++ /usr/ports/x11-toolkits/py-kde.new/Makefile	Wed Mar  2 12:39:15 2005
@@ -7,14 +7,14 @@
 
 PORTNAME=	kde
 PORTVERSION=	3.11.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits kde python
-MASTER_SITES=	http://www.river-bank.demon.co.uk/download/PyKDE2/
+MASTER_SITES=	http://www.river-bank.demon.co.uk/download/snapshots/PyKDE/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	PyKDE-${PORTVERSION}
+DISTNAME=	PyKDE-snapshot20050104
 
 MAINTAINER=	danny@ricin.com
-COMMENT=	Python Bindings for KDE3
+COMMENT=	Python bindings for KDE3
 
 BUILD_DEPENDS=	pyuic:${PORTSDIR}/x11-toolkits/py-qt
 RUN_DEPENDS=	${BUILD_DEPENDS}
@@ -23,29 +23,18 @@
 USE_KDELIBS_VER=3
 USE_REINPLACE=	yes
 
-PYQTVERSION=	3.13
+PYQTVERSION=	3.14
 EXAMPLESDIR=	${PREFIX}/share/examples/${PKGBASE}
 
 NO_FILTER_SHLIBS=	yes
 
-MODULES=	kdecore kdefx kdeui kio kfile kparts kspell kdeprint kmdi
-
 .include <bsd.port.pre.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e 's#/usr/bin/python#${PYTHON_CMD}#' ${WRKSRC}/postproc
-	@( cd ${WRKSRC} && \
-		ver=`${ECHO} ${KDE_VERSION} | ${SED} -e 's/\.//g'` && \
-		if [ "$${ver}" -gt "330" ]; then \
-			( ${MV} extra/kde330 extra/kde$${ver} && \
-			for i in ${MODULES}; do \
-				${MV} sip/$${i}/$${i}-kde330.diff \
-					sip/$${i}/$${i}-kde$${ver}.diff; \
-			done ) \
-		fi )
 
 do-configure:
-	@( cd ${WRKSRC} && ${PYTHON_CMD} configure.py -c \
+	@( cd ${WRKSRC} && ${PYTHON_CMD} configure.py -j 2 \
 		-k ${LOCALBASE} \
 		-v ${PREFIX}/share/sip \
 		-d ${PYTHONPREFIX_SITELIBDIR} )
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/py-kde/distinfo /usr/ports/x11-toolkits/py-kde.new/distinfo
--- /usr/ports/x11-toolkits/py-kde/distinfo	Sat Feb 19 04:50:43 2005
+++ /usr/ports/x11-toolkits/py-kde.new/distinfo	Wed Mar  2 02:52:36 2005
@@ -1,2 +1,2 @@
-MD5 (PyKDE-3.11.3.tar.gz) = 7e0b2df3d5f9718833238501c3a21e96
-SIZE (PyKDE-3.11.3.tar.gz) = 1254776
+MD5 (PyKDE-snapshot20050104.tar.gz) = 642a1b9e345dd52759c87be82bc9fd79
+SIZE (PyKDE-snapshot20050104.tar.gz) = 1305928
--- py24-kde-3.11.3_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503021633.j22GX5Fi060913>