Date: Sat, 23 Feb 2002 23:36:04 +0100 (CET) From: Thierry Thomas <thierry@pompo.net> To: FreeBSD-gnats-submit@freebsd.org Cc: jah4007@cs.rit.edu Subject: ports/35259: print/cups*: unfetchable. Message-ID: <20020223223604.703C5750F@graf.pompo.net>
next in thread | raw e-mail | index | archive | help
>Number: 35259 >Category: ports >Synopsis: print/cups*: unfetchable. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 23 14:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.5-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 3 16:21:08 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: Theses ports are unfetchable, because $VERSION in undefined. >How-To-Repeat: cd /usr/ports/print/cups make fetch >Fix: Apply the following patch: --- Makefile.inc.orig Sat Feb 23 17:46:58 2002 +++ Makefile.inc Sat Feb 23 23:27:33 2002 @@ -1,10 +1,10 @@ # Common file for CUPS ports # $FreeBSD: ports/print/cups/Makefile.inc,v 1.1 2002/02/23 16:46:58 nectar Exp $ -MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERSION}/ \ - ftp://ftp2.easysw.com/pub/cups/${VERSION}/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERSION}/ \ - ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERSION}/ +MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${PORTVERSION}/ \ + ftp://ftp2.easysw.com/pub/cups/${PORTVERSION}/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${PORTVERSION}/ \ + ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${PORTVERSION}/ CUPS_VERSION= 1.1.14 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020223223604.703C5750F>