ports/140249: [PATCH] Unable to fetch distfiles of archivers/unzip

Denny Lin dennylin93 at cnmc32.hs.ntnu.edu.tw
Tue Nov 3 15:30:04 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list