Bug 178572 - benchemarks/mdtest: Update to version 1.9.1
Summary: benchemarks/mdtest: Update to version 1.9.1
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: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 19:10 UTC by tkato432
Modified: 2013-05-20 11:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.24 KB, patch)
2013-05-13 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-05-13 18:54:13 UTC
>Number:         178572
>Category:       ports
>Synopsis:       benchemarks/mdtest: Update to version 1.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 1.9.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/benchmarks/mdtest/Makefile benchmarks/mdtest/Makefile
--- /usr/ports/benchmarks/mdtest/Makefile	2013-03-31 05:16:32.000000000 +0900
+++ benchmarks/mdtest/Makefile	2013-05-14 00:00:49.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/benchmarks/mdtest/Makefile 315623 2013-03-30 18:54:34Z eadler $
 
 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 @@
 .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 -urN /usr/ports/benchmarks/mdtest/distinfo benchmarks/mdtest/distinfo
--- /usr/ports/benchmarks/mdtest/distinfo	2013-03-31 05:16:32.000000000 +0900
+++ benchmarks/mdtest/distinfo	2013-05-14 00:00:49.000000000 +0900
@@ -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 -urN /usr/ports/benchmarks/mdtest/pkg-descr benchmarks/mdtest/pkg-descr
--- /usr/ports/benchmarks/mdtest/pkg-descr	2013-03-14 01:32:49.000000000 +0900
+++ benchmarks/mdtest/pkg-descr	2013-05-14 00:00:49.000000000 +0900
@@ -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/
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Comment 1 tkato432 2013-05-13 19:10:00 UTC
- Update to version 1.9.1
Comment 2 Boris Samorodov freebsd_committer freebsd_triage 2013-05-20 11:04:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-20 11:43:25 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Boris Samorodov freebsd_committer freebsd_triage 2013-05-20 11:44:36 UTC
State Changed
From-To: open->closed

Committed, thanks!