Re: git: 0b9fc67840e3 - main - comms/tcpser: Use version g20210425 not 20210425
- In reply to: Neel Chauhan : "git: 0b9fc67840e3 - main - comms/tcpser: Use version g20210425 not 20210425"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Feb 2022 05:20:03 UTC
Moin moin This change make the pkg-version go backwards: % pkg version -t tcpser-20210425 tcpser-g20210425 > mfg Tobias On Mon, 7 Feb 2022 at 21:23, Neel Chauhan <nc@freebsd.org> wrote: > > The branch main has been updated by nc: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=0b9fc67840e3804cf09a04d89d4d7128a3e6eb91 > > commit 0b9fc67840e3804cf09a04d89d4d7128a3e6eb91 > Author: Neel Chauhan <nc@FreeBSD.org> > AuthorDate: 2022-02-07 20:23:20 +0000 > Commit: Neel Chauhan <nc@FreeBSD.org> > CommitDate: 2022-02-07 20:23:20 +0000 > > comms/tcpser: Use version g20210425 not 20210425 > --- > comms/tcpser/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/comms/tcpser/Makefile b/comms/tcpser/Makefile > index fe0fcf3fbe60..3bb953eb0ffa 100644 > --- a/comms/tcpser/Makefile > +++ b/comms/tcpser/Makefile > @@ -1,7 +1,7 @@ > # Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> > > PORTNAME= tcpser > -DISTVERSION= 20210425 > +DISTVERSION= g20210425 > CATEGORIES= comms > > MAINTAINER= nc@FreeBSD.org