Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2022 21:28:53 GMT
From:      =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c9f5f302d36 - main - x11-wm/piewm: Update stale WWW definition
Message-ID:  <202209172128.28HLSrPq098266@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c9f5f302d368bc0a8ee78f12e8e9bfd8f255d09

commit 6c9f5f302d368bc0a8ee78f12e8e9bfd8f255d09
Author:     David Wolfskill <david@catwhisker.org>
AuthorDate: 2022-09-17 21:26:23 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-09-17 21:26:23 +0000

    x11-wm/piewm: Update stale WWW definition
    
    Patch for x11-wm/piewm/Makefile to update WWW & MASTER_SITES entries.
    
    The current WWW entry in x11-wm/piewm /Makefile points to
    http://www.crynwr.com/piewm/, which no longer seems to exist.
    
    PR:             266457
---
 x11-wm/piewm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile
index 3f3cc7e90598..54cbf993e48f 100644
--- a/x11-wm/piewm/Makefile
+++ b/x11-wm/piewm/Makefile
@@ -2,11 +2,11 @@ PORTNAME=	piewm
 PORTVERSION=	1.04
 PORTREVISION=	4
 CATEGORIES=	x11-wm
-MASTER_SITES=	http://www.catwhisker.org/~david/FreeBSD/distfiles/ LOCAL/dhw
+MASTER_SITES=	http://www.catwhisker.org/~david/FreeBSD/distfiles/ https://web.archive.org/web/20160424061632if_/http://www.crynwr.com/piewm/ LOCAL/dhw
 
 MAINTAINER=	david@catwhisker.org
 COMMENT=	tvtwm with pie (circular) menus
-WWW=		http://www.crynwr.com/piewm/
+WWW=		https://web.archive.org/web/20160409071502if_/http://www.crynwr.com/piewm/index.html~
 
 USES=		imake xorg
 DISABLE_SIZE=	yes



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