diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-20 18:43:12 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-20 18:43:12 +0800 |
commit | f9eeba9ace6803d78c9a4e7b8094cff1ba238cb5 (patch) | |
tree | 4ad073565d72176728cd8a34c486ddd93837787d /benchmarks | |
parent | 3f5192aab6e0e0a9836e963641ee6f0f57797cd1 (diff) | |
download | freebsd-ports-gnome-f9eeba9ace6803d78c9a4e7b8094cff1ba238cb5.tar.gz freebsd-ports-gnome-f9eeba9ace6803d78c9a4e7b8094cff1ba238cb5.tar.zst freebsd-ports-gnome-f9eeba9ace6803d78c9a4e7b8094cff1ba238cb5.zip |
Update to version 1.9.1.
PR: ports/178572
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/mdtest/Makefile | 10 | ||||
-rw-r--r-- | benchmarks/mdtest/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/mdtest/pkg-descr | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile index a8538bec417c..8d7100d6a476 100644 --- a/benchmarks/mdtest/Makefile +++ b/benchmarks/mdtest/Makefile @@ -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> diff --git a/benchmarks/mdtest/distinfo b/benchmarks/mdtest/distinfo index 395c295d4131..9d386fe53a70 100644 --- a/benchmarks/mdtest/distinfo +++ b/benchmarks/mdtest/distinfo @@ -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 diff --git a/benchmarks/mdtest/pkg-descr b/benchmarks/mdtest/pkg-descr index 56ebe4e1991c..0a52be4d8c00 100644 --- a/benchmarks/mdtest/pkg-descr +++ b/benchmarks/mdtest/pkg-descr @@ -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/ |