Re: git: f8f5e1e4f29d - main - net/packetdrill: Fix version number
- In reply to: Olivier Cochard : "git: f8f5e1e4f29d - main - net/packetdrill: Fix version number"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 16:35:59 UTC
On 2024-05-17T15:13:25.000+02:00, Olivier Cochard <olivier@FreeBSD.org> wrote: > The branch main has been updated by olivier: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=f8f5e1e4f29d4b9f660f7c791cdf3db257c54bdc > > commit f8f5e1e4f29d4b9f660f7c791cdf3db257c54bdc > Author: Olivier Cochard <olivier@FreeBSD.org> > AuthorDate: 2024-05-17 13:10:52 +0000 > Commit: Olivier Cochard <olivier@FreeBSD.org> > CommitDate: 2024-05-17 13:10:52 +0000 > > net/packetdrill: Fix version number > > Reported by: portmgr > Sponsored by: Netflix > --- > net/packetdrill/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/packetdrill/Makefile b/net/packetdrill/Makefile > index d35604028233..95de720ba7f7 100644 > --- a/net/packetdrill/Makefile > +++ b/net/packetdrill/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= packetdrill > -PORTVERSION= 0.0.20240408 > +PORTVERSION= 0.0.2024040800 > CATEGORIES= net > MAINTAINER= olivier@FreeBSD.org Hi, This seems incorrect and should follow "Example 17. Using USE_GITHUB When Upstream Does Not Use Versions" instead? Best regards, Daniel (diizzy@)