- Update to 1.93.04
- Pass maintainership to submitter PR: 121058 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
This commit is contained in:
parent
9a142ca1a4
commit
63f5bae01a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207856
3 changed files with 11 additions and 9 deletions
|
@ -7,14 +7,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= bonnie++
|
||||
PORTVERSION= 1.93.03 # a=01, b=02, c=03, ..., z=26, etc...
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.93.04 # a=01, b=02, c=03, ..., z=26, etc...
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/
|
||||
DISTNAME= ${PORTNAME}-1.93c
|
||||
DISTNAME= ${PORTNAME}-1.93d
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ganael.laplanche@martymac.com
|
||||
COMMENT= Performance Test of Filesystem I/O
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -22,11 +21,16 @@ GNU_CONFIGURE= yes
|
|||
MAN1= bon_csv2html.1 bon_csv2txt.1 generate_randfile.1
|
||||
MAN8= bonnie++.8 getc_putc.8 zcav.8
|
||||
|
||||
PORTDOCS= readme.html
|
||||
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/readme.html ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (bonnie++-1.93c.tgz) = 21fb42a73b03d4fdab389916ab3e4d20
|
||||
SHA256 (bonnie++-1.93c.tgz) = 1520b088613f4308d07d85af767cf01120420f8c2b674c66cb50feccfea905a9
|
||||
SIZE (bonnie++-1.93c.tgz) = 109175
|
||||
MD5 (bonnie++-1.93d.tgz) = 7725dcd5230a412dc3619eacc1cf6609
|
||||
SHA256 (bonnie++-1.93d.tgz) = 68992f83eb72df15ab5db9d475ed30b371979f3c8b31d9ac8d21639f3aea96ca
|
||||
SIZE (bonnie++-1.93d.tgz) = 123637
|
||||
|
|
|
@ -6,5 +6,3 @@ sbin/bonnie++
|
|||
sbin/getc_putc
|
||||
sbin/getc_putc_helper
|
||||
sbin/zcav
|
||||
%%DOCSDIR%%/readme.html
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue