Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2014 16:37:01 +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: r351228 - head/comms/dcf77pi
Message-ID:  <201404131637.s3DGb1rs029600@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Apr 13 16:37:00 2014
New Revision: 351228
URL: http://svnweb.freebsd.org/changeset/ports/351228
QAT: https://qat.redports.org/buildarchive/r351228/

Log:
  comms/dcf77pi: update to 2.0.3, use the new @sample keyword
  - Mention the "backspace" key in README.md
  - Reset DST and leap second announcements at the next hour
  - Detect sudden jumps to non-DST
  - Relax conditions for processing a DST change

Modified:
  head/comms/dcf77pi/Makefile
  head/comms/dcf77pi/distinfo
  head/comms/dcf77pi/pkg-plist

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Sun Apr 13 15:52:51 2014	(r351227)
+++ head/comms/dcf77pi/Makefile	Sun Apr 13 16:37:00 2014	(r351228)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dcf77pi
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.3
 CATEGORIES=	comms
 
 MAINTAINER=	rene@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rene0
-GH_COMMIT=	d5b52d9
+GH_COMMIT=	673ddc7
 
 USES=		ncurses
 

Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo	Sun Apr 13 15:52:51 2014	(r351227)
+++ head/comms/dcf77pi/distinfo	Sun Apr 13 16:37:00 2014	(r351228)
@@ -1,2 +1,2 @@
-SHA256 (dcf77pi-2.0.2.tar.gz) = 817b2934d4b4ed35f3beaa198d8cf451b91ce41c86231e80be4f2249e7ef7952
-SIZE (dcf77pi-2.0.2.tar.gz) = 17492
+SHA256 (dcf77pi-2.0.3.tar.gz) = b1fbf36c696f071198af7ea426e99924de61b2089aace62968e35287746f602f
+SIZE (dcf77pi-2.0.3.tar.gz) = 17559

Modified: head/comms/dcf77pi/pkg-plist
==============================================================================
--- head/comms/dcf77pi/pkg-plist	Sun Apr 13 15:52:51 2014	(r351227)
+++ head/comms/dcf77pi/pkg-plist	Sun Apr 13 16:37:00 2014	(r351228)
@@ -1,6 +1,4 @@
 bin/dcf77pi
 bin/readpin
-@unexec if cmp -s %D/etc/dcf77pi/config.txt.sample %D/etc/dcf77pi/config.txt ; then rm -f %D/etc/dcf77pi/config.txt ; fi
-etc/dcf77pi/config.txt.sample
-@exec if [ ! -f %D/etc/dcf77pi/config.txt ] ; then cp -p %D/%F %B/config.txt ; fi
+@sample etc/dcf77pi/config.txt.sample
 @dirrmtry %%ETCDIR%%



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