Re: Ressurect port

From: Vasily Postnicov <shamaz.mazum_at_gmail.com>
Date: Fri, 08 Jul 2022 09:08:12 UTC
Yes. You can also do git revert 266495a, then apply patches, then do git
add <all stuff you changed> and git commit --amend to have a working port
in one commit. Then you can try to submit the resurrected port according to
the porter's handbook.

пт, 8 июл. 2022 г., 11:59 Nuno Teixeira <eduardo@freebsd.org>:

> Hello!
>
> Thanks for the tip.
>
> I've found a better commit to revert:
> ---
> commit 266495ae1ca8e417c22d01644daa28cb0c4938ce
> Author: Michael Landin <mich@FreeBSD.org>
> Date:   Wed Nov 7 10:02:00 2018 +0000
>
>     - fix build on 12.x (remove obsolete network support / IFM_FDDI)
>     - add LICENSE
>     - update patch format to make portlint happy
>     - bump port revision
>
>     Reported by:    pkg-fallout@
> ---
>
> With this revert I got Makefile and files/ back (misses pkg-descr and
> distinfo) but it will be ok so it can be updated.
>
> When update is ready I'm thinking do 'git revert
> 266495ae1ca8e417c22d01644daa28cb0c4938ce' and commit it, and second, apply
> update patch and commit it.
>
> Is that procedure correct?
>
>
> Vasily Postnicov <shamaz.mazum@gmail.com> escreveu no dia sexta,
> 8/07/2022 à(s) 09:08:
>
>> git revert 5771a96
>>
>> But if it is broken this won't help you :)
>>
>> пт, 8 июл. 2022 г., 11:01 Nuno Teixeira <eduardo@freebsd.org>:
>>
>>> Hello,
>>>
>>> I need to ressurect net/slurm port for PR265070
>>> <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265070> and I can
>>> see it in log:
>>>
>>> git log -- net/slurm:
>>> ---
>>> commit 5771a967158e217b1e70655b459ce9769124bd49
>>> Author: Antoine Brodin <antoine@FreeBSD.org>
>>> Date:   Sat Apr 4 20:51:40 2020 +0000
>>>
>>>     Deprecate ports broken for more than 6 months
>>> ---
>>> (...)
>>>
>>> What git cmd should I do to get it back?
>>>
>>> Thanks,
>>>
>>> Nuno Teixeira
>>>
>>