svn commit: r351228 - head/comms/dcf77pi
Rene Ladan
rene at FreeBSD.org
Sun Apr 13 16:37:02 UTC 2014
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 at 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
- at 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
- at exec if [ ! -f %D/etc/dcf77pi/config.txt ] ; then cp -p %D/%F %B/config.txt ; fi
+ at sample etc/dcf77pi/config.txt.sample
@dirrmtry %%ETCDIR%%
More information about the svn-ports-all
mailing list