Date: Sat, 7 Feb 2004 11:42:56 +0700 (KRAT) From: Eugene Grosbein <eugen@grosbein.pp.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: fjoe@FreeBSD.org Subject: ports/62461: unbreak port databases/libudbc Message-ID: <200402070442.i174guR0018640@www.svzserv.kemerovo.su> Resent-Message-ID: <200402070450.i174oGfO084238@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62461 >Category: ports >Synopsis: unbreak port databases/libudbc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 06 20:50:16 PST 2004 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 4.9-STABLE i386 >Organization: Svyaz Service JSC >Environment: System: FreeBSD www.svzserv.kemerovo.su 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Nov 3 13:18:36 KRAT 2003 eu@www.svzserv.kemerovo.su:/home4/obj/home/src/sys/WWW i386 >Description: The following patch unbreaks make fetch for databases/libudbc by switching to another vendor ftp site and adding one more backup site. Also, it adds SIZE to distfile. >How-To-Repeat: N/A >Fix: diff -ur libudbc.orig/Makefile libudbc/Makefile --- libudbc.orig/Makefile Thu Feb 5 16:31:28 2004 +++ libudbc/Makefile Sat Feb 7 11:33:01 2004 @@ -8,8 +8,9 @@ PORTNAME= libudbc PORTVERSION= 4.1 CATEGORIES= databases -MASTER_SITES= ftp://ftp.openlinksw.com/open41/ \ - ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ +MASTER_SITES= ftp://ftp.openlinksw.co.uk/open41/ \ + ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ \ + ftp://ftp.svzserv.kemerovo.su/pub/FreeBSD/distfiles.misc/ DISTNAME= f6kuzzzz EXTRACT_SUFX= .taz @@ -21,7 +22,6 @@ INSTALLS_SHLIB= yes ONLY_FOR_ARCHS= i386 -BROKEN= "Distfile has disappeared" RESTRICTED= 'Downloading and redistribution terms are unclear' do-install: diff -ur libudbc.orig/distinfo libudbc/distinfo --- libudbc.orig/distinfo Sun Nov 17 13:30:27 2002 +++ libudbc/distinfo Sat Feb 7 11:37:28 2004 @@ -1 +1,2 @@ MD5 (f6kuzzzz.taz) = 458d4bfd017c8c779c2e91754ad9b8d4 +SIZE (f6kuzzzz.taz) = 365023 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402070442.i174guR0018640>