Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  3 Nov 2009 23:05:49 +0800 (CST)
From:      Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140249: [PATCH] Unable to fetch distfiles of archivers/unzip
Message-ID:  <20091103150549.813DE6FC443@mx.hs.ntnu.edu.tw>
Resent-Message-ID: <200911031530.nA3FU4kl047469@freefall.freebsd.org>

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

>Number:         140249
>Category:       ports
>Synopsis:       [PATCH] Unable to fetch distfiles of archivers/unzip
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 03 15:30:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Denny Lin
>Release:        FreeBSD 7.2-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD cnmc32.hs.ntnu.edu.tw 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Mon Oct 26 19:41:45 CST 2009 root@cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/cnmc32 amd64


	
>Description:
Unable to fetch distfiles. MASTER_SITES seems to have a problem.
	
>How-To-Repeat:
# cd /usr/ports/archivers/unzip && make fetch
	
>Fix:
Add "\" in front of "(" and ")" (see patch).

	

--- unzip.patch begins here ---
--- archivers/unzip/Makefile.orig	2009-11-03 22:58:30.000000000 +0800
+++ archivers/unzip/Makefile	2009-11-03 22:58:37.000000000 +0800
@@ -8,7 +8,7 @@
 PORTNAME=	unzip
 PORTVERSION=	6.0
 CATEGORIES?=	archivers
-MASTER_SITES=	SF/infozip/UnZip%206.x%20(latest)/UnZip%20${PORTVERSION} \
+MASTER_SITES=	SF/infozip/UnZip%206.x%20\(latest\)/UnZip%20${PORTVERSION} \
 		SF/infozip/UnZip%205.x%20and%20earlier/5.51:unreduce
 DISTNAME=	${PORTNAME}60
 
--- unzip.patch ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091103150549.813DE6FC443>