Bug 46634 - Fix distfile location in news/nn Makefile
Summary: Fix distfile location in news/nn Makefile
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: 2002-12-30 16:00 UTC by jooji
Modified: 2002-12-30 21:43 UTC (History)
0 users

See Also:


Attachments
file.diff (306 bytes, patch)
2002-12-30 16:00 UTC, jooji
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jooji 2002-12-30 16:00:05 UTC
	The distfile for nn-6.6.2 has moved. The patch below updates the
	port's Makefile to reflect the new location.

	A port update for nn version 6.6.4 (the latest) is forthcoming
	for after the 5.0 release.

Fix: Apply this patch:
Comment 1 petef 2002-12-30 20:25:45 UTC
++ 30/12/02 10:58 -0500 - Jasper O'Malley:
| --- Makefile.orig	Mon Dec 30 10:48:16 2002
| +++ Makefile	Mon Dec 30 10:48:26 2002
| @@ -9,7 +9,7 @@
|  PORTVERSION=	6.6.2
|  PORTREVISION=	1
|  CATEGORIES=	news
| -MASTER_SITES=	ftp://ftp.nndev.org/pub/nn-6.6/
| +MASTER_SITES=	ftp://ftp.nndev.org/pub/nn-6.6/old/
|  EXTRACT_SUFX=	.tar.Z
|  
|  MAINTAINER=	jooji@nickelkid.com

How about this instead?

MASTER_SITES=	ftp://ftp.nndev.org/pub/nn6.6/%SUBDIR%/
MASTER_SITE_SUBDIR=	. old

This way we won't need to ever make a change in the future if a distfile
becomes outdated.

--pete
Comment 2 jooji 2002-12-30 20:55:28 UTC
Sounds good to me.
Comment 3 Pete Fritchman freebsd_committer freebsd_triage 2002-12-30 21:43:35 UTC
State Changed
From-To: open->closed

Committed, thanks.