Re: git: 79f9679c7e79 - main - sysutils/pefs-kmod: Update to work on FreeBSD 13.1-RC1

From: Fernando_Apesteguía <fernape_at_freebsd.org>
Date: Wed, 17 Aug 2022 16:39:08 UTC
On Wed, Aug 17, 2022 at 6:33 PM Jan Beich <jbeich@freebsd.org> wrote:
>
> Fernando Apesteguía <fernape@FreeBSD.org> writes:
>
> > The branch main has been updated by fernape:
> >
> > URL: https://cgit.FreeBSD.org/ports/commit/?id=79f9679c7e795de9a15451910526cea3ea50c21f
> >
> > commit 79f9679c7e795de9a15451910526cea3ea50c21f
> > Author:     Daniel O'Connor <darius@dons.net.au>
> > AuthorDate: 2022-08-16 15:47:41 +0000
> > Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
> > CommitDate: 2022-08-16 15:54:44 +0000
> >
> >     sysutils/pefs-kmod: Update to work on FreeBSD 13.1-RC1
> >
> >     This updates to a version with fixes for various KABI changes in FreeBSD 13+.
> >
> >     PR:     263058
> >     Reported by:     darius@dons.net.au (maintainer)
> > ---
> >  sysutils/pefs-kmod/Makefile | 15 ++++++++-------
> >  sysutils/pefs-kmod/distinfo |  6 +++---
> >  2 files changed, 11 insertions(+), 10 deletions(-)
> >
> > diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile
> > index e329290820b3..b1dec74fb33f 100644
> > --- a/sysutils/pefs-kmod/Makefile
> > +++ b/sysutils/pefs-kmod/Makefile
> > @@ -1,6 +1,7 @@
> > +# Created by: Gleb Kurtsou <gleb@FreeBSD.org>
>
> "Created by" is deprecated and has been removed in the whole tree.
> Please, don't re-introduce it
>
> >  PORTNAME=    pefs
> > -DISTVERSION= g20210628
> > -PORTEPOCH=   1
> > +DISTVERSION= g20220816
>
> PORTEPOCH cannot be removed unless package was renamed (different semantics,
> maybe different project) or reverting non-buildable version.

Should be fixed now.
Thanks!