Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2014 12:37:55 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353681 - head/comms/dcf77pi
Message-ID:  <201405111237.s4BCbteH055905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun May 11 12:37:55 2014
New Revision: 353681
URL: http://svnweb.freebsd.org/changeset/ports/353681
QAT: https://qat.redports.org/buildarchive/r353681/

Log:
  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)

Modified:
  head/comms/dcf77pi/Makefile
  head/comms/dcf77pi/distinfo

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Sun May 11 12:22:43 2014	(r353680)
+++ head/comms/dcf77pi/Makefile	Sun May 11 12:37:55 2014	(r353681)
@@ -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
 

Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo	Sun May 11 12:22:43 2014	(r353680)
+++ head/comms/dcf77pi/distinfo	Sun May 11 12:37:55 2014	(r353681)
@@ -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



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