[macports-ports] branch master updated: Revert "wireshark2: change to reindex after 879e68c" Results in "incorrect" directory name while building.
Ryan Schmidt
ryandesign at macports.org
Fri May 25 15:33:48 UTC 2018
On May 24, 2018, at 16:30, Eric Hall wrote:
> ghosthound pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/fd863dfac229f861d7c2245f7e25a0fabc07b814
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new fd863df Revert "wireshark2: change to reindex after 879e68c" Results in "incorrect" directory name while building.
>
> fd863df is described below
>
>
> commit fd863dfac229f861d7c2245f7e25a0fabc07b814
>
> Author: Eric Hall
> AuthorDate: Thu May 24 14:30:12 2018 -0700
>
>
> Revert "wireshark2: change to reindex after 879e68c"
> Results in "incorrect" directory name while building.
>
> This reverts commit e4799532fc97d909eb988dcd0068d32a201f3da9.
>
> ---
> net/wireshark2/Portfile | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
>
> diff --git a/net/wireshark2/Portfile b/net/wireshark2/Portfile
> index b869afd..06c81a7 100644
> --- a/net/wireshark2/Portfile
> +++ b/net/wireshark2/Portfile
> @@ -23,7 +23,9 @@ master_sites https://www.wireshark.org/download/src/ \
>
> use_xz yes
>
> -distname wireshark-${version}
> +distfiles wireshark-${version}${extract.suffix}
> +
> +worksrcdir wireshark-${version}
The change looked fine to me. Can you explain in what way the directory name was incorrect while building?
More information about the macports-dev
mailing list