svn commit: r353681 - head/comms/dcf77pi

Rene Ladan rene at FreeBSD.org
Sun May 11 12:37:56 UTC 2014


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 at 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


More information about the svn-ports-all mailing list