From owner-svn-ports-all@FreeBSD.ORG Wed Mar 27 02:53:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6D9EE670; Wed, 27 Mar 2013 02:53:45 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 475568BA; Wed, 27 Mar 2013 02:53:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2R2rjPE018871; Wed, 27 Mar 2013 02:53:45 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2R2ridN018868; Wed, 27 Mar 2013 02:53:44 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201303270253.r2R2ridN018868@svn.freebsd.org> From: Maho Nakata Date: Wed, 27 Mar 2013 02:53:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315344 - head/benchmarks/himenobench X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 02:53:45 -0000 Author: maho Date: Wed Mar 27 02:53:44 2013 New Revision: 315344 URL: http://svnweb.freebsd.org/changeset/ports/315344 Log: Make fetchable and build fix. Modified: head/benchmarks/himenobench/Makefile head/benchmarks/himenobench/distinfo Modified: head/benchmarks/himenobench/Makefile ============================================================================== --- head/benchmarks/himenobench/Makefile Wed Mar 27 02:44:18 2013 (r315343) +++ head/benchmarks/himenobench/Makefile Wed Mar 27 02:53:44 2013 (r315344) @@ -9,16 +9,17 @@ PORTNAME= himenobench PORTVERSION= 2004.08.16 PORTREVISION= 3 CATEGORIES= benchmarks -MASTER_SITES= http://accc.riken.jp/assets/files/himenob_loadmodule/ -DISTFILES= himenoBMTxp_xl.lzh himenoBMTxp_l.lzh himenoBMTxp_m.lzh \ - himenoBMTxp_s.lzh cc_himenoBMTxp_xl.lzh cc_himenoBMTxp_l.lzh \ - cc_himenoBMTxp_m.lzh cc_himenoBMTxp_s.lzh f90_xp.lzh himenoBMTxpa.lzh +MASTER_SITES= http://accc.riken.jp/secure/4502/:C http://accc.riken.jp/secure/4503/:C \ + http://accc.riken.jp/secure/4504/:F90 http://accc.riken.jp/secure/4505/:F77 +DISTFILES= himenoBMTxp_xl.lzh:F77 himenoBMTxp_l.lzh:F77 himenoBMTxp_m.lzh:F77 \ + himenoBMTxp_s.lzh:F77 cc_himenoBMTxp_xl.lzh:C cc_himenoBMTxp_l.lzh:C \ + cc_himenoBMTxp_m.lzh:C cc_himenoBMTxp_s.lzh:C f90_xp.lzh:F90 himenobmtxpa.lzh:C DIST_SUBDIR= himeno MAINTAINER= maho@FreeBSD.org COMMENT= Himeno bench benchmark, solves Poisson eq. with Jacobi's method -NO_WRKSRCDIR= yes +NO_WRKSUBDIR= yes USE_LHA= yes .if defined(WITH_ICC) Modified: head/benchmarks/himenobench/distinfo ============================================================================== --- head/benchmarks/himenobench/distinfo Wed Mar 27 02:44:18 2013 (r315343) +++ head/benchmarks/himenobench/distinfo Wed Mar 27 02:53:44 2013 (r315344) @@ -16,5 +16,5 @@ SHA256 (himeno/cc_himenoBMTxp_s.lzh) = 6 SIZE (himeno/cc_himenoBMTxp_s.lzh) = 2554 SHA256 (himeno/f90_xp.lzh) = 68a79474958338e388f0e258ccb67a1dbf2abf76ee33c50125ccef8da4adfed4 SIZE (himeno/f90_xp.lzh) = 2631 -SHA256 (himeno/himenoBMTxpa.lzh) = 0a2964e3ea5f2b2b70d3fe6390faf31951b27b2b3f3e1e7667454caff231e673 -SIZE (himeno/himenoBMTxpa.lzh) = 3006 +SHA256 (himeno/himenobmtxpa.lzh) = 0a2964e3ea5f2b2b70d3fe6390faf31951b27b2b3f3e1e7667454caff231e673 +SIZE (himeno/himenobmtxpa.lzh) = 3006