ports/148226: Fix port: science/jstrack MASTER_SITES error; corruption when committed

Chris Rees utisoft at gmail.com
Tue Jun 29 09:10:11 UTC 2010


>Number:         148226
>Category:       ports
>Synopsis:       Fix port: science/jstrack MASTER_SITES error; corruption when committed
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 29 09:10:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris Rees
>Release:        FreeBSD 8.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD amnesiac.bayofrum.net 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Wed May 26 05:45:12 UTC 2010 root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


>Description:
	When ports/148208 was committed, somehow the patch in the followup was munged, so that MASTER_SITES now reads http://www.bayofrum.net/dist/$%7BPORTNAME%7D/ rather than http://www.bayofrum.net/dist/${PORTNAME}/ ; refer to http://www.freebsd.org/cgi/cvsweb.cgi/ports/science/jstrack/Makefile?rev=1.1

>How-To-Repeat:
>Fix:

--- jstrack.diff begins here ---
diff -ruN jstrack.orig/Makefile jstrack/Makefile
--- jstrack.orig/Makefile	2010-06-29 08:02:26.000000000 +0100
+++ jstrack/Makefile	2010-06-29 08:02:42.000000000 +0100
@@ -9,7 +9,7 @@
 PORTVERSION=	3.0.2
 CATEGORIES=	science
 MASTER_SITES=	http://www.jstrack.org/jstrack/downloads/ \
-		http://www.bayofrum.net/dist/$%7BPORTNAME%7D/
+		http://www.bayofrum.net/dist/${PORTNAME}/
 
 MAINTAINER=	utisoft at gmail.com
 COMMENT=	A freeware hurricane tracking program
--- jstrack.diff ends here ---



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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



More information about the freebsd-ports-bugs mailing list