Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2006 06:46:31 -0600
From:      "Frank J. Laszlo" <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ambrisko@FreeBSD.org
Subject:   ports/104339: [PATCH]: misc/airoflash: Fix MASTER_SITES
Message-ID:  <E1GXzxH-000Lwr-HR@main.vonostingroup.com>
Resent-Message-ID: <200610121250.k9CCoIjq093336@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104339
>Category:       ports
>Synopsis:       [PATCH]: misc/airoflash: Fix MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 12 12:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank J. Laszlo
>Release:        FreeBSD 5.4-RELEASE-p18 i386
>Organization:
>Environment:
System: FreeBSD main.vonostingroup.com 5.4-RELEASE-p18 FreeBSD 5.4-RELEASE-p18 #1: Sat Sep 16 18:56:42 UTC 2006 laszlof@main.vonostingroup.com:/usr/obj/usr/src/sys/MAIN i386


	
>Description:

	This patch will allow the distfile to be fetchable again, sourceforge obviously has changed their webcvs links.
	Maintainer has been CC'd.

>How-To-Repeat:
	
>Fix:



--- airoflash-1.7.diff begins here ---
diff -NrU3 airoflash.orig/Makefile airoflash/Makefile
--- airoflash.orig/Makefile	Thu Oct 12 06:41:34 2006
+++ airoflash/Makefile	Thu Oct 12 06:42:02 2006
@@ -8,16 +8,12 @@
 PORTNAME=	airoflash
 PORTVERSION=	${AF_VERSION}
 CATEGORIES=	misc
-MASTER_SITES=	"http://cvs.sourceforge.net/viewcvs.py/*checkout*/airo-linux/airo-linux/tools/airoflash.c?rev=${AF_VERSION}"
+MASTER_SITES=	"http://airo-linux.cvs.sourceforge.net/*checkout*/airo-linux/airo-linux/tools/airoflash.c?revision=${AF_VERSION}"
 DISTNAME=	airoflash.c
 EXTRACT_SUFX=
 
 MAINTAINER=	ambrisko@freebsd.org
 COMMENT=	Flash utiltity for Cisco/Aironet 802.11 wireless cards
-
-BROKEN=		unfetchable: connection refused
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=2006-12-01
 
 AF_VERSION=	1.7
 PLIST_FILES=	bin/airoflash
--- airoflash-1.7.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GXzxH-000Lwr-HR>