svn commit: r326916 - head/comms/dcf77pi

Rene Ladan rene at FreeBSD.org
Tue Sep 10 16:23:07 UTC 2013


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


More information about the svn-ports-all mailing list