Re: git: f4eb5cbd9c50 - main - x11/wmctrl: upstream no longer exists
- In reply to: Kurt Jaeger : "git: f4eb5cbd9c50 - main - x11/wmctrl: upstream no longer exists"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jun 2024 08:16:30 UTC
On Tue, Jun 18, 2024 at 3:37 PM Kurt Jaeger <pi@freebsd.org> wrote:
>
> The branch main has been updated by pi:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=f4eb5cbd9c5087eed36da918f15ba04702004352
>
> commit f4eb5cbd9c5087eed36da918f15ba04702004352
> Author: Alexey Vyskubov <alexey@pentode.fi>
> AuthorDate: 2024-06-18 19:30:16 +0000
> Commit: Kurt Jaeger <pi@FreeBSD.org>
> CommitDate: 2024-06-18 19:30:16 +0000
>
> x11/wmctrl: upstream no longer exists
>
> - submitter provided fork with updates
> - MOVED points to new version
>
> PR: 277348
> Reviewed: zirias
> ---
> MOVED | 1 +
> x11/wmctrl-fork/Makefile | 21 ++++++++++++
> x11/wmctrl-fork/distinfo | 3 ++
> x11/{wmctrl => wmctrl-fork}/pkg-descr | 0
> x11/wmctrl/Makefile | 21 ------------
> x11/wmctrl/distinfo | 2 --
> x11/wmctrl/files/patch-main.c | 61 -----------------------------------
> 7 files changed, 25 insertions(+), 84 deletions(-)
>
> diff --git a/MOVED b/MOVED
> index 1fb5ac90ca76..914ab2e57978 100644
> --- a/MOVED
> +++ b/MOVED
> @@ -23,6 +23,7 @@
> # This file can be linted with Tools/scripts/MOVEDlint.awk
> #
> # Port|Moved to|Date|Why
> +x11/wmctrl|x11/wmctrl-fork|2024-05-18|Forked due to the upstream being no longer available; the port had no maintainer
> www/wt3|www/wt|2021-01-03|Has expired: Upstream end of life, switch to www/wt instead
> archivers/ecm|archivers/cmdpack|2021-01-04|ECM is now included in cmdpack
> math/qhull5|math/qhull|2021-01-04|Has expired: Legacy version of port no longer required by math/octave
New entries to MOVED need to go at the end of the file.
> diff --git a/x11/wmctrl-fork/Makefile b/x11/wmctrl-fork/Makefile
> new file mode 100644
> index 000000000000..6d7420dd0a73
> --- /dev/null
> +++ b/x11/wmctrl-fork/Makefile
> @@ -0,0 +1,21 @@
> +PORTNAME= wmctrl-fork
> +DISTVERSION= 1.09.02
> +CATEGORIES= x11
> +MASTER_SITES= https://github.com/avysk/wmctrl-fork/releases/download/1.09.02/
> +
> +MAINTAINER= alexey@pentode.fi
> +COMMENT= Command line tool to interact with an EWMH/NetWM compatible X managers
> +WWW= https://github.com/avysk/wmctrl-work
> +
URL in WWW does not resolve. Obvious typo here.
- Jason