Bug 112340 - benchmarks/stream - Fix distfile unavailability
Summary: benchmarks/stream - Fix distfile unavailability
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: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-02 02:50 UTC by Scott Flatman
Modified: 2007-05-26 16:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Flatman 2007-05-02 02:50:03 UTC
	Fix distfile unavailability

Fix: -*- stream patch begins here -*-


--------------070003030501020507090604----5AnR5dZdphAyQA3EZ4MJaAMZCnecXx3TlFNdFqNTtwWVWrRB
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN stream.orig/Makefile stream/Makefile
--- stream.orig/Makefile	Thu Feb 17 12:04:46 2005
+++ stream/Makefile	Tue May  1 18:15:02 2007
@@ -8,15 +8,15 @@
 PORTVERSION=	1.0
 PORTREVISION=	2
 CATEGORIES=	benchmarks
-MASTER_SITES=	ftp://ftp.cs.virginia.edu/pub/stream/Code/
-DISTFILES=	stream.c README
+MASTER_SITES=	http://www.cs.virginia.edu/stream/FTP/Code/
+DISTFILES=	stream.c
 DIST_SUBDIR=	stream-${PORTVERSION}
 
 MAINTAINER=	sf@slappy.org
 COMMENT=	Synthetic benchmark program that measures sustainable memory bandwidth
 
 PLIST_FILES=	bin/stream
-PORTDOCS=	stream.c README
+PORTDOCS=	stream.c
 
 do-extract:
 	@${MKDIR} ${BUILD_WRKSRC}
diff -ruN stream.orig/distinfo stream/distinfo
--- stream.orig/distinfo	Mon Dec 26 21:40:40 2005
+++ stream/distinfo	Tue May  1 18:15:02 2007
@@ -1,6 +1,3 @@
-MD5 (stream-1.0/stream.c) = 883cad1b230151cfe54d9a833380fd1f
-SHA256 (stream-1.0/stream.c) = 9a962d1f660ec58ff507cc377db3f33fe80fb5489da4e3275088877ca1186434
-SIZE (stream-1.0/stream.c) = 11437
-MD5 (stream-1.0/README) = 6578ee6cc75e4ee08a6a1439f1436680
-SHA256 (stream-1.0/README) = f5bfac599b4b09b8bec34419fb6771ccce612b4df86d39bcc66179342d35dfff
-SIZE (stream-1.0/README) = 1141
+MD5 (stream-1.0/stream.c) = 9708bef00865485b1823699febc4079d
+SHA256 (stream-1.0/stream.c) = dee860264d969f4174af49af8270cee4c2dceafc81b643ea9f76203cfc286a16
+SIZE (stream-1.0/stream.c) = 11737
diff -ruN stream.orig/pkg-descr stream/pkg-descr
--- stream.orig/pkg-descr	Tue Apr 22 01:32:21 2003
+++ stream/pkg-descr	Tue May  1 18:15:02 2007
@@ -2,6 +2,8 @@
 measures sustainable memory bandwidth (in MB/s) and the corresponding
 computation rate for simple vector kernels.
 
+Documentation can be found at: http://www.cs.virginia.edu/stream/ref.html
+
 WWW: http://www.cs.virginia.edu/stream/
 
 - Scott Flatman <sf@slappy.org>
-*- stream patch ends here -*-
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2007-05-02 03:35:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-26 16:14:24 UTC
araujo      2007-05-26 15:14:19 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks/stream    Makefile distinfo pkg-descr 
  Log:
  - Fixed distfile unavailable.
  
  PR:             ports/112340
  Submitted by:   Scott Flatman <sf@slappy.org> (maintainer)
  Approved by:    itetcu (mentor)
  
  Revision  Changes    Path
  1.9       +3 -3      ports/benchmarks/stream/Makefile
  1.6       +3 -6      ports/benchmarks/stream/distinfo
  1.3       +2 -0      ports/benchmarks/stream/pkg-descr
_______________________________________________
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 Marcelo Araujo freebsd_committer freebsd_triage 2007-05-26 16:17:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!