Date: Mon, 2 Aug 1999 14:01:57 +0200 (CEST) From: kaj@Raditex.se To: FreeBSD-gnats-submit@freebsd.org Cc: Ruslan@Shevchenko.Kiev.UA Subject: ports/12922: New MASTER_SITE for doc++ 3.3.13 Message-ID: <199908021201.OAA29698@raditex.se>
next in thread | raw e-mail | index | archive | help
>Number: 12922 >Category: ports >Synopsis: New MASTER_SITE for doc++ 3.3.13 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 2 05:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rasmus Kaj >Release: FreeBSD 3.2-STABLE i386 >Organization: Raditex AB >Environment: The ports tree, devel/doc++/Makefile 1.3 >Description: The master site for doc++-3.3.13 don't respond (only one is given). An archie search for it revealed that sunsite has it, so why not reduce waiting and bandwidth-waste and use MASTER_SITE_SUNSITE? I havn't contacted the maintainer per se, but Cc this PR to him. >How-To-Repeat: cd where-you-keep/ports/devel/doc++ && make fetch >Fix: Apply the following patch. I assume imaginator.com responds sometimes, so keep it as falback mastersite after sunsite. --- Makefile 1999/08/01 02:36:33 1.3 +++ Makefile 1999/08/02 11:52:27 @@ -8,7 +8,9 @@ DISTNAME= doc++-3.3.13 CATEGORIES= devel -MASTER_SITES= http://www.imaginator.com/doc++/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.imaginator.com/doc++/ +MASTER_SITE_SUBDIR=apps/doctools MAINTAINER= Ruslan@Shevchenko.Kiev.UA >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?199908021201.OAA29698>