Commit f4eb5cbd authored by Alexey Vyskubov's avatar Alexey Vyskubov Committed by Kurt Jaeger
Browse files

x11/wmctrl: upstream no longer exists

- submitter provided fork with updates
- MOVED points to new version

PR:		277348
Reviewed:	zirias
parent 3eaa8e5e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+8 −8
Original line number Diff line number Diff line
PORTNAME=	wmctrl
PORTVERSION=	1.07
PORTREVISION=	8
PORTNAME=	wmctrl-fork
DISTVERSION=	1.09.02
CATEGORIES=	x11
MASTER_SITES=	http://sweb.cz/tripie/utils/wmctrl/dist/
MASTER_SITES=	https://github.com/avysk/wmctrl-fork/releases/download/1.09.02/

MAINTAINER=	ports@FreeBSD.org
MAINTAINER=	alexey@pentode.fi
COMMENT=	Command line tool to interact with an EWMH/NetWM compatible X managers
WWW=		http://sweb.cz/tripie/utils/wmctrl/
WWW=		https://github.com/avysk/wmctrl-work

LICENSE=	GPLv2

USES=		gnome pkgconfig xorg

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_XORG=	x11 xmu xext xt
USE_XORG=	ice sm x11 xmu xext xt
USE_GNOME=	glib20

PLIST_FILES=	bin/wmctrl share/man/man1/${PORTNAME}.1.gz
PLIST_FILES=	bin/wmctrl share/man/man1/wmctrl.1.gz

.include <bsd.port.mk>
+3 −0
Original line number Diff line number Diff line
TIMESTAMP = 1716028371
SHA256 (wmctrl-fork-1.09.02.tar.gz) = 5883338fa542bc82f59c8653c867df4b1e8e66fbf3931fcfda25a8ed705bc2f5
SIZE (wmctrl-fork-1.09.02.tar.gz) = 119254
+0 −0

File moved.

x11/wmctrl/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (wmctrl-1.07.tar.gz) = d78a1efdb62f18674298ad039c5cbdb1edb6e8e149bb3a8e3a01a4750aa3cca9
SIZE (wmctrl-1.07.tar.gz) = 87820
Loading