Re: git: f213ddb20bf1 - main - sysutils/polkit: new upstream host

From: Max Brazhnikov <makc_at_freebsd.org>
Date: Mon, 19 Feb 2024 19:19:36 UTC
Hi all,

On Sun, 18 Feb 2024 23:07:25 GMT Charlie Li wrote:
> The branch main has been updated by vishwin:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=f213ddb20bf130e5188f945b232a26305b183243
> 
> commit f213ddb20bf130e5188f945b232a26305b183243
> Author:     Charlie Li <vishwin@FreeBSD.org>
> AuthorDate: 2024-02-18 23:05:51 +0000
> Commit:     Charlie Li <vishwin@FreeBSD.org>
> CommitDate: 2024-02-18 23:07:08 +0000
> 
>     sysutils/polkit: new upstream host
>     
>     No functional changes.
> ---
>  sysutils/polkit/Makefile | 8 ++++----
>  sysutils/polkit/distinfo | 6 +++---
>  2 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile
> index 3b3687e88334..3e30a556f942 100644
> --- a/sysutils/polkit/Makefile
> +++ b/sysutils/polkit/Makefile
> @@ -1,11 +1,11 @@
>  PORTNAME=      polkit
>  DISTVERSION=   124
> -PORTREVISION=  1
> +PORTREVISION=  2
>  CATEGORIES=    sysutils gnome
>  
>  MAINTAINER=    desktop@FreeBSD.org
>  COMMENT=       Framework for controlling access to system-wide components
> -WWW=           https://gitlab.freedesktop.org/polkit/polkit
> +WWW=           https://github.com/${GH_ACCOUNT}/${GH_PROJECT}

Can we please use plain text url in WWW like it was in pkg-descr  before move to Makefile?
I want just grep WWW and go to the web without running make.

It would be nice to have pre-commit/portlint test for this.

Cheers,
Max