[92772] trunk/dports/sysutils/autopsy

Ryan Schmidt ryandesign at macports.org
Sun May 6 14:54:52 PDT 2012


On May 6, 2012, at 08:35, cal at macports.org wrote:

> Revision: 92772
>          https://trac.macports.org/changeset/92772
> Author:   cal at macports.org
> Date:     2012-05-06 06:35:43 -0700 (Sun, 06 May 2012)
> Log Message:
> -----------
> autopsy: update to 2.24, add evidence locker to destroot.keepdirs, add dependency on md5sha1sum
> 
> Modified Paths:
> --------------
>    trunk/dports/sysutils/autopsy/Portfile

> depends_build   port:file \
>                 path:bin/perl:perl5 \
> -                port:sleuthkit
> +                port:sleuthkit \
> +                path:bin/md5sum:md5sha1sum \
> +                path:bin/sha1sum:md5sha1sum

This causes the md5sha1sum dependency to be listed twice:

$ port deps autopsy
Full Name: autopsy @2.24_1
Build Dependencies:   file, perl5, sleuthkit, md5sha1sum, md5sha1sum

That's not really a problem, just a little untidy.

Are there multiple ports that could provide the md5sum and sha1sum binaries? That's the usual reason for using a path:-style dependency, but I don't think there are, since the md5sha1sum port doesn't declare a conflict with any other port.

tl;dr: can't these two added dependencies be simplified to a single "port:md5sha1sum"?




More information about the macports-dev mailing list