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
I'd like to become maintainer for this port. Would the committer please s/ports@freebsd.org/danny@ricin.com/ ? Thanks.
>> 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
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
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.