Bug 148226 - Fix port: science/jstrack MASTER_SITES error; corruption when committed
Summary: Fix port: science/jstrack MASTER_SITES error; corruption when committed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 10:10 UTC by Chris Rees
Modified: 2010-06-30 03:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2010-06-29 10:10:11 UTC
	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

Fix: 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.--j7IzS7mwzgjCwhnyvSCjUtkqvqcoVB8rkqUGCt3vPYlY9mJA
Content-Type: text/plain; name="jstrack.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="jstrack.diff"

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@gmail.com
 COMMENT=	A freeware hurricane tracking program
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-29 10:10:32 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-30 02:53:11 UTC
wen         2010-06-30 01:52:58 UTC

  FreeBSD ports repository

  Modified files:
    science/jstrack      Makefile 
  Log:
  - Update MASTER_SITES
  
  PR:             ports/148226
  Submitted by:   Chris Rees <utisoft@gmail.com> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.2       +1 -1      ports/science/jstrack/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-06-30 02:53:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!