diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-01-04 22:48:02 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-01-04 22:48:02 +0000 |
commit | e022e92dd64d63f93502283d34b238e317597034 (patch) | |
tree | dd047c653651f4c729fe481122fd2d05642fe89e /benchmarks | |
parent | 53f312af13e884508dc1b7eb4f4add226891db6c (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/mdtest/Makefile | 10 | ||||
-rw-r--r-- | benchmarks/mdtest/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile index b82e6e566b8f..1b133a9a6754 100644 --- a/benchmarks/mdtest/Makefile +++ b/benchmarks/mdtest/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: mdtest -# Date created: 2007-4-20 -# Whom: Chao Shin <quakelee@cn.freebsd.org> -# +# Created by: Chao Shin <quakelee@cn.freebsd.org> # $FreeBSD$ -# PORTNAME= mdtest -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -45,7 +41,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) + @(cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif .include <bsd.port.mk> diff --git a/benchmarks/mdtest/distinfo b/benchmarks/mdtest/distinfo index bfe12bf1b10d..248525830482 100644 --- a/benchmarks/mdtest/distinfo +++ b/benchmarks/mdtest/distinfo @@ -1,2 +1,2 @@ -SHA256 (mdtest-1.8.3.tgz) = 1367d9518b1320242e31f76d2865fde6ba145c94c73143dfb4108d7f469ab4bd -SIZE (mdtest-1.8.3.tgz) = 28721 +SHA256 (mdtest-1.8.4.tgz) = ebef0cc1f4d6fdfd434c9960e90ee5d87ebea8ae350227e0c7ad71bb9c82666b +SIZE (mdtest-1.8.4.tgz) = 30473 |