Date: Mon, 20 May 2013 10:43:12 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318592 - head/benchmarks/mdtest Message-ID: <201305201043.r4KAhCKv031239@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Mon May 20 10:43:12 2013 New Revision: 318592 URL: http://svnweb.freebsd.org/changeset/ports/318592 Log: Update to version 1.9.1. PR: ports/178572 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/benchmarks/mdtest/Makefile head/benchmarks/mdtest/distinfo head/benchmarks/mdtest/pkg-descr Modified: head/benchmarks/mdtest/Makefile ============================================================================== --- head/benchmarks/mdtest/Makefile Mon May 20 10:41:57 2013 (r318591) +++ head/benchmarks/mdtest/Makefile Mon May 20 10:43:12 2013 (r318592) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mdtest -PORTVERSION= 1.8.4 +PORTVERSION= 1.9.1 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -34,14 +34,14 @@ MPICC= ${LOCALBASE}/bin/mpicc .endif do-build: - cd ${WRKSRC} && ${MPICC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c + (cd ${WRKSRC} && ${MPICC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c -lm) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 ${MANPREFIX}/man/man1) .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) + (cd ${WRKSRC}/scripts && ${INSTALL_DATA} * ${EXAMPLESDIR}) .endif .include <bsd.port.mk> Modified: head/benchmarks/mdtest/distinfo ============================================================================== --- head/benchmarks/mdtest/distinfo Mon May 20 10:41:57 2013 (r318591) +++ head/benchmarks/mdtest/distinfo Mon May 20 10:43:12 2013 (r318592) @@ -1,2 +1,2 @@ -SHA256 (mdtest-1.8.4.tgz) = 17ae729aa24f9e0673abafc6a5cac0f9cdbc2fb91a94d706c71a17b953cc8f38 -SIZE (mdtest-1.8.4.tgz) = 30493 +SHA256 (mdtest-1.9.1.tgz) = 3332764adbd97c525e76a6b0d489563f77005a3506776a68874221d86792a487 +SIZE (mdtest-1.9.1.tgz) = 35069 Modified: head/benchmarks/mdtest/pkg-descr ============================================================================== --- head/benchmarks/mdtest/pkg-descr Mon May 20 10:41:57 2013 (r318591) +++ head/benchmarks/mdtest/pkg-descr Mon May 20 10:43:12 2013 (r318592) @@ -1,5 +1,5 @@ -mdtest is an MPI-coordinated metadata filesystem benchmark test that performs -open/stat/close operations on files and directories and then reports achieved -performance. +mdtest is an MPI-coordinated metadata filesystem benchmark test that +performs open/stat/close operations on files and directories and then +reports achieved performance. WWW: http://sourceforge.net/projects/mdtest/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305201043.r4KAhCKv031239>