diff options
author | Diane Bruce <db@FreeBSD.org> | 2022-08-04 20:28:36 -0400 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2022-08-04 20:29:26 -0400 |
commit | 0978e4e1f3359a3ebc1648a9ea109c8c4e33d5a5 (patch) | |
tree | 3d4979d676a801267e9a60c7d83b7a964042c0c1 /x11 | |
parent | www/py-django32: Update to 3.2.15 (diff) |
x11/hamclock: Update to 2.80
- Add LICENSE and LICENSE_FILE
Version 2.80: 2022-07-15
new: menu below UTC for JD, MJD, DOY, Solar, Sidereal and UNIX time
new: option to display Sidereal time in digital Big Clock
new: add web commands set_time?change and set_auxtime (see FAQ)
fixed: infinite recursion if sat never rises again after current pass
Version 2.79: 2022-06-18
fixed: 30% faster live web view performance
fixed: DX pane sat times were not restored immediately after menu close
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hamclock/Makefile | 6 | ||||
-rw-r--r-- | x11/hamclock/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11/hamclock/Makefile b/x11/hamclock/Makefile index 5dba7fbeff31..5553a08d5347 100644 --- a/x11/hamclock/Makefile +++ b/x11/hamclock/Makefile @@ -1,6 +1,5 @@ PORTNAME= hamclock -PORTVERSION= 2.78 -PORTREVISION= 1 +PORTVERSION= 2.80 CATEGORIES= x11 hamradio MASTER_SITES= https://www.clearskyinstitute.com/ham/HamClock/ DISTNAME= ESPHamClock @@ -8,6 +7,9 @@ DISTNAME= ESPHamClock MAINTAINER= hamradio@FreeBSD.org COMMENT= Handy clock with features for amateur radio operators +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libcurl.so:ftp/curl USES= desktop-file-utils gmake xorg zip diff --git a/x11/hamclock/distinfo b/x11/hamclock/distinfo index eaf89ddf09f9..63b04516e08f 100644 --- a/x11/hamclock/distinfo +++ b/x11/hamclock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653204084 -SHA256 (ESPHamClock.zip) = 7b194bd0228c5a05ede1833bc588ec2197d1c66ebd68dcda184bb5e7e02f9b8a -SIZE (ESPHamClock.zip) = 1280434 +TIMESTAMP = 1659656620 +SHA256 (ESPHamClock.zip) = 1e80ec6b45de087676e5c393c7be96af28552759f9422a8c2058d9051a16c9b5 +SIZE (ESPHamClock.zip) = 1763734 |