mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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
This commit is contained in:
parent
1270eaf6ad
commit
3709da2f35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351228
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user