Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2020 14:35:40 -0500
From:      Kyle Evans <kevans@freebsd.org>
To:        Warner Losh <imp@freebsd.org>
Cc:        ports-committers <ports-committers@freebsd.org>, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r548220 - head/devel/arm-none-eabi-gdb
Message-ID:  <CACNAnaHg4c3Btkra3uFNji9Zxa3YXB0TY6J9DXBFY1ZPQ1e7oQ@mail.gmail.com>
In-Reply-To: <202009101904.08AJ42Ec088343@repo.freebsd.org>
References:  <202009101904.08AJ42Ec088343@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 10, 2020 at 2:04 PM Warner Losh <imp@freebsd.org> wrote:
>
> Author: imp
> Date: Thu Sep 10 19:04:02 2020
> New Revision: 548220
> URL: https://svnweb.freebsd.org/changeset/ports/548220
>
> Log:
>   Disable python. This ancient version of gdb wants python2.
>
>   Also, while I'm here drop maintainership. I've not used this port in 4 years.
>   Mark it as DEPRECATED and expire at the end of the year since I don't think it's
>   worth updating. If someone else wants to do it, be my guest. If there's a better
>   expiration date, then feel free to update it.
>
>   Also, appease portlint while I'm here...
>
> Modified:
>   head/devel/arm-none-eabi-gdb/Makefile   (contents, props changed)
>
> Modified: head/devel/arm-none-eabi-gdb/Makefile
> ==============================================================================
> --- head/devel/arm-none-eabi-gdb/Makefile       Thu Sep 10 18:55:41 2020        (r548219)
> +++ head/devel/arm-none-eabi-gdb/Makefile       Thu Sep 10 19:04:02 2020        (r548220)
> @@ -7,17 +7,22 @@ PORTREVISION= 4
>  CATEGORIES=    devel
>  MASTER_SITES=  GNU
>  PKGNAMEPREFIX= arm-none-eabi-
> -DISTNAME=      gdb-${PORTVERSION}
>
> -MAINTAINER=    imp@FreeBSD.org
> +MAINTAINER=    ports@FreeBSD.org
>  COMMENT=       GNU GDB for the arm bare metal target
> +
> +LICENSE=       GPLv3
> +
> +DEPRECATED=    This is an old, obsolete version of gdb
> +EXPIRATION_DATA=2020-12-31
> +
>  LIB_DEPENDS=   libexpat.so:textproc/expat2

s/_DATA/_DATE/ =)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaHg4c3Btkra3uFNji9Zxa3YXB0TY6J9DXBFY1ZPQ1e7oQ>