svn commit: r309944 - head/benchmarks/mdtest
Jason Helfman
jgh at FreeBSD.org
Sat Jan 5 03:30:00 UTC 2013
On Fri, Jan 4, 2013 at 7:10 PM, Jason Helfman <jgh at freebsd.org> wrote:
> On Fri, Jan 4, 2013 at 7:08 PM, Jason Helfman <jgh at freebsd.org> wrote:
>
>> On Fri, Jan 4, 2013 at 2:48 PM, Bryan Drewery <bdrewery at freebsd.org>wrote:
>>
>>> Author: bdrewery
>>> Date: Fri Jan 4 22:48:02 2013
>>> New Revision: 309944
>>> URL: http://svnweb.freebsd.org/changeset/ports/309944
>>>
>>> Log:
>>> - Update to 1.8.4
>>> - Fix plist by not installing Apple example files
>>>
>>> Modified:
>>> head/benchmarks/mdtest/Makefile
>>> head/benchmarks/mdtest/distinfo
>>>
>>> Modified: head/benchmarks/mdtest/Makefile
>>>
>>> ==============================================================================
>>> --- head/benchmarks/mdtest/Makefile Fri Jan 4 22:32:41 2013
>>> (r309943)
>>> +++ head/benchmarks/mdtest/Makefile Fri Jan 4 22:48:02 2013
>>> (r309944)
>>> @@ -1,12 +1,8 @@
>>> -# New ports collection makefile for: mdtest
>>> -# Date created: 2007-4-20
>>> -# Whom: Chao Shin <quakelee at cn.freebsd.org>
>>> -#
>>> +# Created by: Chao Shin <quakelee at 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>
>>>
>>> Modified: head/benchmarks/mdtest/distinfo
>>>
>>> ==============================================================================
>>> --- head/benchmarks/mdtest/distinfo Fri Jan 4 22:32:41 2013
>>> (r309943)
>>> +++ head/benchmarks/mdtest/distinfo Fri Jan 4 22:48:02 2013
>>> (r309944)
>>> @@ -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
>>>
>>>
>> You beat me to it, but I put it through tinderbox. Looks like you didn't
>> account for plist changes.
>>
>> http://meatwad.mouf.net/rubick/tb/logs/9.1-RELEASE-amd64-FreeBSD/mdtest-1.8.4.log
>>
>> -jgh
>>
>
> Undo! Undo! Sorry. I didn't run the exact patch through, so it may have
> taken care of it through your COPYSHARE_TREE update, but not entirely
> sure....
>
> -jgh
>
Sorry for the noise. I adjusted with the patch, and there were no
leftovers. I assume PORTEXAMPLES took care of this, as well. I was working
on this update too :)
Thanks for your work, if it's all the same :)
-jgh
More information about the svn-ports-all
mailing list