Bug 46634

Summary: Fix distfile location in news/nn Makefile
Product: Ports & Packages Reporter: jooji <jooji>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.