Re: git: b095fb085850 - main - security/amavisd-new: Use USE_GITLAB
Date: Sun, 30 Oct 2022 21:05:00 UTC
Le dim. 30 oct. 22 à 21:25:02 +0100, Yuri <yuri@FreeBSD.org> écrivait : > This change is not good: > On 10/30/22 13:06, Daniel Engberg wrote: > > -MASTER_SITES= https://gitlab.com/amavis/amavis/-/archive/v${PORTVERSION}/ > > -DISTNAME= amavis-v${PORTVERSION} > > > > MAINTAINER= flo@FreeBSD.org > > COMMENT= Mail scanner interface between mailer and content checkers > > @@ -22,7 +20,11 @@ RUN_DEPENDS= p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog \ > > p5-Net-LibIDN>=0:dns/p5-Net-LibIDN > > > > USES= perl5 shebangfix tar:bz2 > > +USE_GITLAB= yes > > USE_PERL5= run > > +GL_ACCOUNT= amavis > > +GL_PROJECT= amavis > > +GL_COMMIT= 38f86957cfc161c23d12637ce206f5ae7ec3d0a8 > > Before it portscout was able to find new versions. > > After it there is no easy way to automatically find new versions. Yes, portscout does not know how to track commit hashes. In these cases, I suggest to use some RSS reader: e.g. on the page <https://gitlab.com/amavis/amavis/-/tags> there is an icon "Tags feed" <https://gitlab.com/amavis/amavis/-/tags?format=atom> which should be usuable from any RSS reader. Another good mean is Repology (by Dmitry Marakasov / amdmi3): <https://repology.org/project/amavis/versions>. Once subscribed as a maintainer, you can get a notifications feed. Regards. -- Th. Thomas.