From owner-freebsd-ports Mon Jan 22 7:20:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDC9B37B402 for ; Mon, 22 Jan 2001 07:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MFK2e42752; Mon, 22 Jan 2001 07:20:02 -0800 (PST) (envelope-from gnats) Date: Mon, 22 Jan 2001 07:20:02 -0800 (PST) Message-Id: <200101221520.f0MFK2e42752@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: FUJISHIMA Satsuki Subject: Re: ports/23185: No distfile for py-kde port Reply-To: FUJISHIMA Satsuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/23185; it has been noted by GNATS. From: FUJISHIMA Satsuki To: Arun Sharma Cc: FreeBSD-gnats-submit@FreeBSD.org, "Donald J . Maddox" Subject: Re: ports/23185: No distfile for py-kde port Date: Tue, 23 Jan 2001 00:18:19 +0900 [CC'd to PR Originator and GNATS] At Sun, 21 Jan 2001 12:37:46 -0800, Arun Sharma wrote: > > On Mon, Jan 22, 2001 at 02:53:16AM +0900, FUJISHIMA Satsuki wrote: > > Hi, There's a PR related your port: x11-toolkits/py-kde. > > Could you please solve this problem? > > The problem with py-kde is that KDE2 is not yet supported by the > maintainer. The distfile is not fetchable, because PyKDE has been > upgraded to a newer version, which doesn't support KDE2/Qt2 yet. > > I might have an older distfile lying around on my disk. I can > upload it to freebsd.org if that helps. OK, I put my distfile to ${MASTER_SITE_LOCAL} and changed MASTER_SITES to point there. Do you have additional comments to this one? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/py-kde/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2000/11/23 11:56:11 1.4 +++ Makefile 2001/01/22 15:12:50 @@ -8,7 +8,10 @@ PORTNAME= py-kde PORTVERSION= 0.12 CATEGORIES= x11-toolkits kde python -MASTER_SITES= http://www.river-bank.demon.co.uk/software/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sf +#MASTER_SITES= http://www.river-bank.demon.co.uk/software/ +#There is new version of PyKDE but it is not yet KDE2 compliant. DISTNAME= PyKDE-${PORTVERSION} MAINTAINER= adsharma@sharmas.dhs.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message