diff options
author | rene <rene@FreeBSD.org> | 2017-05-17 00:58:01 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-05-17 00:58:01 +0800 |
commit | 1dc8dca25a25e6e1bf0e8eb6fa04373028c5a436 (patch) | |
tree | 202f9181e2f95cc0f7fa8cf71aed1f94aff718c0 /comms | |
parent | 3433d5ea99761a411d2bdc2b64f78fe019cc3f9e (diff) | |
download | freebsd-ports-gnome-1dc8dca25a25e6e1bf0e8eb6fa04373028c5a436.tar.gz freebsd-ports-gnome-1dc8dca25a25e6e1bf0e8eb6fa04373028c5a436.tar.zst freebsd-ports-gnome-1dc8dca25a25e6e1bf0e8eb6fa04373028c5a436.zip |
comms/dcf77pi: update to 3.6.0
See CHANGELOG.md for changes
While here, improve pkg-message
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dcf77pi/Makefile | 5 | ||||
-rw-r--r-- | comms/dcf77pi/distinfo | 5 | ||||
-rw-r--r-- | comms/dcf77pi/pkg-message | 6 | ||||
-rw-r--r-- | comms/dcf77pi/pkg-plist | 1 |
4 files changed, 10 insertions, 7 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index 308b3500b957..c8e0f40702eb 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -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 diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo index 5824e56399e9..16a0a66df1da 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -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 diff --git a/comms/dcf77pi/pkg-message b/comms/dcf77pi/pkg-message index 8f2a35256526..77d992efdf8d 100644 --- a/comms/dcf77pi/pkg-message +++ b/comms/dcf77pi/pkg-message @@ -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* diff --git a/comms/dcf77pi/pkg-plist b/comms/dcf77pi/pkg-plist index 5b2b26ff4ee1..04b4ad625687 100644 --- a/comms/dcf77pi/pkg-plist +++ b/comms/dcf77pi/pkg-plist @@ -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 |