Date: Sun, 09 Jun 2002 08:27:26 -0700 From: Cy Schubert - CITS Open Systems Group <Cy.Schubert@uumail.gov.bc.ca> To: Pete Fritchman <petef@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/cyclone Makefile Message-ID: <200206091527.g59FRQu5026447@cwsys.cwsent.com> In-Reply-To: Message from Pete Fritchman <petef@FreeBSD.org> of "Sun, 09 Jun 2002 08:18:57 PDT." <200206091518.g59FIvM59271@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <200206091518.g59FIvM59271@freefall.freebsd.org>, Pete Fritchman wri tes: > petef 2002/06/09 08:18:57 PDT > > Modified files: > lang/cyclone Makefile > Log: > Mark BROKEN: the current distfile isn't fetchable, and the maintainer is > still working on updating the port to 0.3. > > PR: 38639 > Submitted by: maintainer > > Revision Changes Path > 1.4 +2 -0 ports/lang/cyclone/Makefile I don't think that the maintainer completely analyzed the problem. The following patch fixes the problem until we get an updated port from him. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/cyclone/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 9 Jun 2002 15:18:56 -0000 1.4 +++ Makefile 9 Jun 2002 15:25:16 -0000 @@ -10,14 +10,12 @@ PORTNAME= cyclone PORTVERSION= 0.2 CATEGORIES= lang -MASTER_SITES= http://www.cs.cornell.edu/projects/cyclone/ \ - http://www.research.att.com/projects/cyclone/ +MASTER_SITES= http://www.cs.cornell.edu/projects/cyclone/software/ +# http://www.research.att.com/projects/cyclone/software/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-${PORTVERSION}-docs.tar.gz MAINTAINER= ports@geeksrus.net - -BROKEN= "The maintainer will update this to 0.3 ASAP" USE_GMAKE= yes NO_PACKAGE= 'Neither CC nor CFLAGS safe.' The reason for the commented out MASTER_SITE is that research.att.com has version 0.3 but not 0.2. Once the maintainer updates the port, we can uncomment the second MASTER_SITE. -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206091527.g59FRQu5026447>
