Bug 15282 - unfetchable MASTER_SITES change: archivers/linux_rar
Summary: unfetchable MASTER_SITES change: archivers/linux_rar
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-12-05 18:50 UTC by FUJISHIMA Satsuki
Modified: 1999-12-23 02:37 UTC (History)
0 users

See Also:


Attachments
file.diff (513 bytes, patch)
1999-12-05 18:50 UTC, FUJISHIMA Satsuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description FUJISHIMA Satsuki 1999-12-05 18:50:01 UTC
	unfetchable MASTER_SITES changed. This should be typo in
	auther's web page.
Comment 1 FUJISHIMA Satsuki 1999-12-21 22:13:01 UTC
Please apply this patch instead of previous one.

This means, now ftp.cdrom.com holds rarlnx26.sfx in both paths
attached below. I think /pub/cheats/dlh/rar/ is the official URL
rarsoft.com expects, but distfile appears in /pub/sac/pack/ earlier,
so I put both lines in this makefile.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/linux_rar/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	1999/11/26 18:06:32	1.9
+++ Makefile	1999/12/21 22:08:49
@@ -11,7 +11,8 @@
 PKGNAME=        linux_rar-2.60
 CATEGORIES=	archivers
 MASTER_SITES=	ftp://rarsoft.ti.sk/pub/rar/ \
-		ftp://ftp.cdrom.com/pub/cheats/dlh/rar/
+		ftp://ftp.cdrom.com/pub/cheats/dlh/rar/ \
+		ftp://ftp.cdrom.com/pub/sac/pack/
 EXTRACT_SUFX=   .sfx
 
 MAINTAINER=     k5@cheerful.com

-- 
FUJISHIMA Satsuki
Comment 2 Chris D.Faulhaber freebsd_committer freebsd_triage 1999-12-23 02:36:23 UTC
State Changed
From-To: open->closed

Committed, thanks!