Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Apr 2026 18:15:34 +0000
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b05f6bae00c - main - x11/hamclock: Upstream is going away due to programmer passing away
Message-ID:  <69d69b46.24959.1d98dca8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by db:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b05f6bae00c0a4554143ae2a6af98ef7f04e802

commit 9b05f6bae00c0a4554143ae2a6af98ef7f04e802
Author:     Diane Bruce <db@FreeBSD.org>
AuthorDate: 2026-04-08 18:12:44 +0000
Commit:     Diane Bruce <db@FreeBSD.org>
CommitDate: 2026-04-08 18:12:44 +0000

    x11/hamclock: Upstream is going away due to programmer passing away
    
    - Added temporary LOCAL distfile since upstream seems erratic
      this will quiet pkg builder errors
    - Marked as Deprecated and expiration date set
      Upstream server will be turned off in June
    - Looking into alternative such as OpenHamclock etc.
---
 x11/hamclock/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/x11/hamclock/Makefile b/x11/hamclock/Makefile
index a10e243de426..0b0eff03c6e6 100644
--- a/x11/hamclock/Makefile
+++ b/x11/hamclock/Makefile
@@ -1,7 +1,9 @@
 PORTNAME=	hamclock
 DISTVERSION=	4.22
+PORTREVISION=	1
 CATEGORIES=	x11 hamradio
-MASTER_SITES=	https://www.clearskyinstitute.com/ham/HamClock/
+MASTER_SITES=	https://www.clearskyinstitute.com/ham/HamClock/ \
+		LOCAL/db
 DISTNAME=	ESPHamClock
 
 MAINTAINER=	hamradio@FreeBSD.org
@@ -11,6 +13,9 @@ WWW=		https://www.clearskyinstitute.com/ham/HamClock/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream programmer is deceased upstream server discontinued in June
+EXPIRATION_DATE=	2026-06-01
+
 USES=		gmake xorg zip desktop-file-utils
 USE_XORG=	x11 xorgproto
 


home | help

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