Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 16:23:06 +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: r326916 - head/comms/dcf77pi
Message-ID:  <201309101623.r8AGN6V2034126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Sep 10 16:23:06 2013
New Revision: 326916
URL: http://svnweb.freebsd.org/changeset/ports/326916

Log:
  Update to 1.0.4 :
  - better detection for bits in the radio signal
  - catch more corner cases in decoding of the time data
  
  The configuration file (hardware.txt) needs to be updated with this update.

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

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Tue Sep 10 15:59:17 2013	(r326915)
+++ head/comms/dcf77pi/Makefile	Tue Sep 10 16:23:06 2013	(r326916)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dcf77pi
-PORTVERSION=	1.0.3.1
+PORTVERSION=	1.0.4
 CATEGORIES=	comms
 
 MAINTAINER=	rene@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	BSD
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rene0
-GH_COMMIT=	cea9de9
+GH_COMMIT=	75f6f04
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo	Tue Sep 10 15:59:17 2013	(r326915)
+++ head/comms/dcf77pi/distinfo	Tue Sep 10 16:23:06 2013	(r326916)
@@ -1,2 +1,2 @@
-SHA256 (dcf77pi-1.0.3.1.tar.gz) = 96586f95a86c6192c4fd8f961a3e02a6c26e2821946466d004499dcae674da52
-SIZE (dcf77pi-1.0.3.1.tar.gz) = 9328
+SHA256 (dcf77pi-1.0.4.tar.gz) = 98a058f0addcf3c53810bb04ee9539cbb3459f6258dd701aae623d166cf4c264
+SIZE (dcf77pi-1.0.4.tar.gz) = 10126



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