svn commit: r339919 - head/benchmarks/mdtest

Martin Wilke miwi at FreeBSD.org
Thu Jan 16 15:08:24 UTC 2014


Author: miwi
Date: Thu Jan 16 15:08:23 2014
New Revision: 339919
URL: http://svnweb.freebsd.org/changeset/ports/339919
QAT: https://qat.redports.org/buildarchive/r339919/

Log:
  - Update to versin 3.0.6
  
  PR:		185720
  Submitted by:	Ports Fury

Modified:
  head/benchmarks/mdtest/Makefile
  head/benchmarks/mdtest/distinfo   (contents, props changed)

Modified: head/benchmarks/mdtest/Makefile
==============================================================================
--- head/benchmarks/mdtest/Makefile	Thu Jan 16 15:07:23 2014	(r339918)
+++ head/benchmarks/mdtest/Makefile	Thu Jan 16 15:08:23 2014	(r339919)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mdtest
-PORTVERSION=	1.9.2
+PORTVERSION=	1.9.3
 CATEGORIES=	benchmarks
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
@@ -15,13 +15,13 @@ LICENSE=	GPLv2
 OPTIONS_DEFINE=	OPENMPI EXAMPLES
 OPENMPI_DESC=	Use Open MPI instead of MPICH2
 
-PORTEXAMPLES=	*
-PLIST_FILES=	bin/${PORTNAME} \
-		man/man1/mdtest.1.gz
-
 NO_WRKSUBDIR=	yes
+
 CFLAGS+=	-DDarwin
 
+PORTEXAMPLES=	*
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPENMPI}
@@ -38,9 +38,12 @@ do-build:
 	(cd ${WRKSRC} && ${MPICC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c -lm)
 
 do-install:
-	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin)
-	(cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1)
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \
+		${STAGEDIR}${PREFIX}/bin)
+	(cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1)
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	(cd ${WRKSRC}/scripts && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR})
+	(cd ${WRKSRC}/scripts && ${INSTALL_DATA} * \
+		${STAGEDIR}${EXAMPLESDIR})
 
 .include <bsd.port.mk>

Modified: head/benchmarks/mdtest/distinfo
==============================================================================
--- head/benchmarks/mdtest/distinfo	Thu Jan 16 15:07:23 2014	(r339918)
+++ head/benchmarks/mdtest/distinfo	Thu Jan 16 15:08:23 2014	(r339919)
@@ -1,2 +1,2 @@
-SHA256 (mdtest-1.9.2.tgz) = 474d9f16c934f2e8394a4456822692e344b2ffa42bc239f8d7963b59a53b1e4f
-SIZE (mdtest-1.9.2.tgz) = 35982
+SHA256 (mdtest-1.9.3.tgz) = b7e76252031232cf0bba91475f48d0c77dd2e0a56a2e871f1d48e6f247109d8a
+SIZE (mdtest-1.9.3.tgz) = 36252


More information about the svn-ports-all mailing list