svn commit: r336539 - head/comms/dcf77pi

Rene Ladan rene at FreeBSD.org
Sun Dec 15 14:19:48 UTC 2013


Author: rene
Date: Sun Dec 15 14:19:48 2013
New Revision: 336539
URL: http://svnweb.freebsd.org/changeset/ports/336539

Log:
  Update to 1.1.1
  
  Changes:
  
  dcf77pi:
  - Calculate century (modulo 400) from year, month, day of week, day of month
  - New parameter -S to set the system time
  - Improvements to DST handling
  - Set error state if day of month is too large, not just when greater than 31
  
  readpin:
  - New parameter -t for readpin to adjust nanosleep() delay
  - Determine realfreq dynamically, do not use realfreq from config.txt
  
  general:
  - Documentation updates
  - Code cleanups

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

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Sun Dec 15 14:14:52 2013	(r336538)
+++ head/comms/dcf77pi/Makefile	Sun Dec 15 14:19:48 2013	(r336539)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dcf77pi
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	comms
 
 MAINTAINER=	rene at FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	BSD
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rene0
-GH_COMMIT=	82252fd
+GH_COMMIT=	8be074e
 
 MAKE_ARGS=	FULLPREFIX="${STAGEDIR}${PREFIX}"
 

Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo	Sun Dec 15 14:14:52 2013	(r336538)
+++ head/comms/dcf77pi/distinfo	Sun Dec 15 14:19:48 2013	(r336539)
@@ -1,2 +1,2 @@
-SHA256 (dcf77pi-1.1.0.tar.gz) = e2f8284228c49cb385d3479bd3f14cf39b205ad6a69d5f6bf55a5ed1f2f2a000
-SIZE (dcf77pi-1.1.0.tar.gz) = 11976
+SHA256 (dcf77pi-1.1.1.tar.gz) = 4849ff943c3e74480e86e6719302daffcc6140008e0d4f076e32cc31440fc87a
+SIZE (dcf77pi-1.1.1.tar.gz) = 13058


More information about the svn-ports-head mailing list