Re: git: abb6fee1de34 - main - www/vger: Update to 2.0.1

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Wed, 18 Jan 2023 20:35:30 UTC
On 2023-01-18 21:23, Neel Chauhan wrote:
> The branch main has been updated by nc:
> 
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=abb6fee1de34a76b17a85398d520f2684c16680a
> 
> commit abb6fee1de34a76b17a85398d520f2684c16680a
> Author:     Neel Chauhan <nc@FreeBSD.org>
> AuthorDate: 2023-01-18 20:21:50 +0000
> Commit:     Neel Chauhan <nc@FreeBSD.org>
> CommitDate: 2023-01-18 20:21:50 +0000
> 
>     www/vger: Update to 2.0.1
> ---
>  www/vger/Makefile | 2 +-
>  www/vger/distinfo | 6 +++---
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/www/vger/Makefile b/www/vger/Makefile
> index 4cf63ea3f2d2..b89983c87ec2 100644
> --- a/www/vger/Makefile
> +++ b/www/vger/Makefile
> @@ -1,5 +1,5 @@
>  PORTNAME=	vger
> -PORTVERSION=	2.0.0
> +PORTVERSION=	2.0.1
>  CATEGORIES=	www
>  MASTER_SITES=	https://tildegit.org/solene/vger/archive/
>  DISTFILES=	${PORTVERSION}.tar.gz
> diff --git a/www/vger/distinfo b/www/vger/distinfo
> index fce1dd64d644..7fef73883c30 100644
> --- a/www/vger/distinfo
> +++ b/www/vger/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1665347828
> -SHA256 (2.0.0.tar.gz) =
> b1db79c25caf5543ab9c8bda268ed3bffc2d7edf3d719acc75b7aabe24bbdb6a
> -SIZE (2.0.0.tar.gz) = 15370
> +TIMESTAMP = 1674073246
> +SHA256 (2.0.1.tar.gz) =
> bba0f595cf6ded1ee423f1ec5ef078f06faf4bbe1d2b8fb63add7b6ea2f836ed
> +SIZE (2.0.1.tar.gz) = 15372

Hi,

You need to fix this port

We can't have distfiles in root dir containing just a version number 
since it would for sure clash with other ports (no ports should every do 
this however) and it takes unnecessary effort to determine origin of 
distfile.
Either roll your own tarball or define DIST_SUBDIR

Please also try to follow Porters Handbook and use DISTVERSION whenver 
possible.

Example:
DIST_SUBDIR=	${PORTNAME}

Best regards,
Daniel