Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Dec 2001 01:31:55 +0900 (KST)
From:      JunSeon Oh <hollywar@holywar.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33112: Update Port www/mod_fastcgi fix wrong distname.
Message-ID:  <200112231631.fBNGVtO65925@mail.holywar.net>

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

>Number:         33112
>Category:       ports
>Synopsis:       Update Port www/mod_fastcgi fix wrong distname.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 23 08:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     JunSeon Oh
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
HolyNet
>Environment:
System: FreeBSD holywar 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Dec 14 10:34:44 KST 2001 hollywar@holywar:/usr/obj/usr/src/sys/HOLYWAR i386

	
>Description:
dist file name is wrong.
	
>How-To-Repeat:
patch this.
	
>Fix:

diff -urN mod_fastcgi_old/Makefile mod_fastcgi/Makefile
--- mod_fastcgi_old/Makefile	Sat Dec 22 21:48:45 2001
+++ mod_fastcgi/Makefile	Mon Dec 24 01:29:31 2001
@@ -8,8 +8,9 @@
 PORTNAME=	mod_fastcgi
 PORTVERSION=	2.2.12
 CATEGORIES=	www
-MASTER_SITES=	http://www.fastcgi.com/dist/
-DISTNAME=	mod_fastcgi_${PORTVERSION}
+MASTER_SITES=	ftp://ftp.holywar.net/pub/FreeBSD/ \
+		http://www.fastcgi.com/dist/
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	hollywar@mail.holywar.net
>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?200112231631.fBNGVtO65925>