diff options
author | rene <rene@FreeBSD.org> | 2014-05-11 20:37:55 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-05-11 20:37:55 +0800 |
commit | a9410ad755f9338f9b40625cd905ac89c9516686 (patch) | |
tree | 09f09b3ddec6804d917c35f1736966cf0ceae8da /comms/dcf77pi | |
parent | 51f186b86c81c817c20ceb7da753d39060092db1 (diff) | |
download | freebsd-ports-gnome-a9410ad755f9338f9b40625cd905ac89c9516686.tar.gz freebsd-ports-gnome-a9410ad755f9338f9b40625cd905ac89c9516686.tar.zst freebsd-ports-gnome-a9410ad755f9338f9b40625cd905ac89c9516686.zip |
comms/dcf77pi: update to 2.1.0
General:
- the maxzero and maxone parameters are now determined dynamically, remove
them from config.txt and README.md
- Do not consider time offset jumps if bit 17 and 18 are equal
readpin:
- add a -q parameter to suppress displaying of the raw signal (default off)
- display updates
dcf77pi:
- display updates/fixes, show radio state
(OK if no receive/transmit/random errors)
Diffstat (limited to 'comms/dcf77pi')
-rw-r--r-- | comms/dcf77pi/Makefile | 4 | ||||
-rw-r--r-- | comms/dcf77pi/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index 67e99ac71fb2..8dd9c28c5f2d 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 2.0.3 +PORTVERSION= 2.1.0 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= rene0 -GH_COMMIT= 673ddc7 +GH_COMMIT= bb0dc81 USES= ncurses diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo index 4433323626a1..afa2d3b66ecf 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -1,2 +1,2 @@ -SHA256 (dcf77pi-2.0.3.tar.gz) = b1fbf36c696f071198af7ea426e99924de61b2089aace62968e35287746f602f -SIZE (dcf77pi-2.0.3.tar.gz) = 17559 +SHA256 (dcf77pi-2.1.0.tar.gz) = ef54942974ea7fda85801cc9229a53e29179c86070ff04d730fc5f3c6030694c +SIZE (dcf77pi-2.1.0.tar.gz) = 17785 |