ports/151673: [PATCH] emulators/qemu-devel: fix MASTER_SITES:n usage

Sahil Tandon sahil at FreeBSD.org
Sun Oct 24 06:00:23 UTC 2010


>Number:         151673
>Category:       ports
>Synopsis:       [PATCH] emulators/qemu-devel: fix MASTER_SITES:n usage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 24 06:00:21 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:

	
>Description:
Fix MASTER_SITES:n usage so that the ":n" postfix is added 
to *all* elements of MASTER_SITE_LOCAL, not just the final
one.  To observe the difference, run the following command
while inside the port's dir before and after applying the
patch:

% make -V MASTER_SITES
>How-To-Repeat:
	
>Fix:

	



--- qemu-devel.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/qemu-devel/Makefile,v
retrieving revision 1.116
diff -u -r1.116 Makefile
--- Makefile	21 Oct 2010 21:40:14 -0000	1.116
+++ Makefile	24 Oct 2010 00:22:35 -0000
@@ -9,7 +9,7 @@
 PORTVERSION=	0.13.0
 CATEGORIES=	emulators
 MASTER_SITES=	SAVANNAH:release \
-		${MASTER_SITE_LOCAL}:snapshot \
+		${MASTER_SITE_LOCAL:S/$/:snapshot/} \
 		http://people.freebsd.org/~nox/qemu/:snapshot
 MASTER_SITE_SUBDIR=	qemu/:release nox/:snapshot
 PKGNAMESUFFIX=	-devel
--- qemu-devel.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list