Bug 72156 - [patch] Update x11-toolkits/py-kde to 3.11.3 and fix unfetchable
Summary: [patch] Update x11-toolkits/py-kde to 3.11.3 and fix unfetchable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-28 23:40 UTC by Danny Pansters
Modified: 2004-11-06 16:07 UTC (History)
0 users

See Also:


Attachments
py-kde.diff (6.62 KB, patch)
2004-09-28 23:40 UTC, Danny Pansters
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danny Pansters 2004-09-28 23:40:28 UTC
	Update to new version 3.11.3. The former 3.11.1 is not fetchable
anymore. Supersedes ports/71610, which had a wrong diff (against old 3.11.r1).
Changed the required py-qt distfile to its latest version 3.13 (see also 
ports/72154). Removed redundant pkg-message generation; the files/ dir can go.

Fix: Patch to be applied from within /usr/ports or a local ports tree
Comment 1 Danny Pansters 2004-09-30 20:34:05 UTC
I'd like to become maintainer for this port. Would the committer please 
s/ports@freebsd.org/danny@ricin.com/ ? Thanks.
Comment 2 Michael Johnson 2004-10-13 04:21:08 UTC
>> Fix:
> 	Patch to be applied from within /usr/ports or a local ports tree
> 	
>
> --- py-kde.diff begins here ---
> diff -urN x11-toolkits/py-kde/Makefile x11-toolkits/py-kde.new/Makefile
> --- x11-toolkits/py-kde/Makefile	Wed Sep 29 00:03:16 2004
> +++ x11-toolkits/py-kde.new/Makefile	Wed Sep 29 00:05:07 2004
> @@ -6,16 +6,17 @@
>  #
>
>  PORTNAME=	kde
> -PORTVERSION=	3.11.1
> +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.11.1
> -DISTFILES=	${DISTNAME}${EXTRACT_SUFX} 
> PyQt-x11-gpl-${PYQTVERSION}${EXTRACT_SUFX}:qt
> +DISTNAME=	PyKDE-${PORTVERSION}
> +DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
> +		PyQt-x11-gpl-${PYQTVERSION}${EXTRACT_SUFX}:qt

Why does this need need PyQT-x11-gpl ??
I don't see any reason for this?

Michael
Comment 3 Danny Pansters 2004-10-13 12:21:49 UTC
On Wednesday 13 October 2004 05:21, you wrote:

> Why does this need need PyQT-x11-gpl ??
> I don't see any reason for this?
>
> Michael

You're right. This is leftover from older py-kde port. I verified that it 
builds without py-qt source. I assume that in the past there was a good 
reason to have it but not anymore. Thanks for pointing this out.

diff against Makefile above:

11,12c11
< MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyKDE2/ \
<               http://www.river-bank.demon.co.uk/download/PyQt/:qt
---
> MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyKDE2/
15,16c14
< DISTFILES=    ${DISTNAME}${EXTRACT_SUFX} \
<               PyQt-x11-gpl-${PYQTVERSION}${EXTRACT_SUFX}:qt
---
> DISTFILES=    ${DISTNAME}${EXTRACT_SUFX}

Of course, also run 'make makesum' for new distinfo.

Dan
Comment 4 Michael Nottebrock freebsd_committer freebsd_triage 2004-11-06 16:05:21 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Unfortunately PyKDE 3.11.3 is known to not compile with  
KDE 3.3.1 (fix unknown), so the window of a working py- 
kde port will be very short.