Re: git: f77b2cd93eea - main - sysutils/vobcopy: add LICENSE

From: Daniel Engberg <daniel.engberg.lists_at_pyret.net>
Date: Fri, 12 Jan 2024 21:37:01 UTC
On 2024-01-12T21:53:21.000+01:00, Dirk Meyer <dinoex@FreeBSD.org>
wrote:

> The branch main has been updated by dinoex:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=f77b2cd93eea60f69bb10115f4fe205cad65cbb7
> 
> commit f77b2cd93eea60f69bb10115f4fe205cad65cbb7
> 
> Author:     Dirk Meyer <dinoex@FreeBSD.org>
> 
> AuthorDate: 2024-01-12 20:53:11 +0000
> 
> Commit:     Dirk Meyer <dinoex@FreeBSD.org>
> 
> CommitDate: 2024-01-12 20:53:11 +0000
> 
>     sysutils/vobcopy: add LICENSE
> 
>     
> 
>     take maintainership
> 
> ---
> 
>  sysutils/vobcopy/Makefile | 4 +++-
> 
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile
> 
> index a09cffd78756..3f774eb2c967 100644
> 
> --- a/sysutils/vobcopy/Makefile
> 
> +++ b/sysutils/vobcopy/Makefile
> 
> @@ -5,10 +5,12 @@ CATEGORIES=    sysutils
> 
>  MASTER_SITES=    http://vobcopy.org/download/ \
> 
>          LOCAL/ehaupt
> 
>  
> 
> -MAINTAINER=    ports@FreeBSD.org
> 
> +MAINTAINER=    dinoex@FreeBSD.org
> 
>  COMMENT=    Decrypts and copies DVD .vob files
> 
>  WWW=        http://vobcopy.org/projects/c/c.shtml
> 
>  
> 
> +LICENSE=    GPLv2+
> 
> +
> 
>  LIB_DEPENDS=    libdvdread.so:multimedia/libdvdread [http://libdvdread.so:multimedia/libdvdread]
> 
>  
> 
>  HAS_CONFIGURE=    yes

Hi,

Please fix MASTER_SITES and WWW

Best regards,

Daniel