comms/dcf77pi: update to 3.6.0
See CHANGELOG.md for changes While here, improve pkg-message
This commit is contained in:
parent
6b45af196f
commit
b06e51b9b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441010
@ -2,13 +2,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dcf77pi
|
||||
PORTVERSION= 3.5.0
|
||||
PORTVERSION= 3.6.0
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= rene@FreeBSD.org
|
||||
COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rene0
|
||||
@ -22,7 +23,7 @@ USES= ncurses
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PATCH_STRIP= -p1
|
||||
PORTDOCS= README.md
|
||||
PORTDOCS= CHANGELOG.md README.md
|
||||
DOXYGEN_PORTDOCS= html/*
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (rene0-dcf77pi-3.5.0_GH0.tar.gz) = 7ec84865cfada1569c665978f2569015b8fcf7b732b2e22760df94de6ab11312
|
||||
SIZE (rene0-dcf77pi-3.5.0_GH0.tar.gz) = 53239
|
||||
TIMESTAMP = 1494791586
|
||||
SHA256 (rene0-dcf77pi-3.6.0_GH0.tar.gz) = 793bdd0f4967790730d0deda310ef64a65c73e55f48fb441d1aa42d602f9f514
|
||||
SIZE (rene0-dcf77pi-3.6.0_GH0.tar.gz) = 61577
|
||||
|
@ -1,6 +1,6 @@
|
||||
dcf77pi and readpin need to be run as root due to the permissions of
|
||||
/dev/gpioc* , but this can be prevented by changing the permissions of the
|
||||
device node:
|
||||
Normally, dcf77pi and readpin need to be run as root due to the permissions of
|
||||
/dev/gpioc* , but they can be run as a regular user by changing the permissions
|
||||
of the device node:
|
||||
|
||||
# chmod 0660 /dev/gpioc*
|
||||
|
||||
|
@ -3,6 +3,7 @@ bin/dcf77pi-analyze
|
||||
bin/readpin
|
||||
@sample %%ETCDIR%%/config.txt.sample
|
||||
include/dcf77pi/bits1to14.h
|
||||
include/dcf77pi/calendar.h
|
||||
include/dcf77pi/config.h
|
||||
include/dcf77pi/decode_alarm.h
|
||||
include/dcf77pi/decode_time.h
|
||||
|
Loading…
Reference in New Issue
Block a user