Index: head/comms/dcf77pi/Makefile =================================================================== --- head/comms/dcf77pi/Makefile (revision 441009) +++ head/comms/dcf77pi/Makefile (revision 441010) @@ -1,37 +1,38 @@ # Created by: rene@FreeBSD.org # $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 OPTIONS_DEFINE= DOXYGEN DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_ALL_TARGET= all doxygen USES= ncurses USE_LDCONFIG= yes PATCH_STRIP= -p1 -PORTDOCS= README.md +PORTDOCS= CHANGELOG.md README.md DOXYGEN_PORTDOCS= html/* INSTALL_TARGET= install-strip DOXYGEN_INSTALL_TARGET= install-doxygen post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/comms/dcf77pi/distinfo =================================================================== --- head/comms/dcf77pi/distinfo (revision 441009) +++ head/comms/dcf77pi/distinfo (revision 441010) @@ -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 Index: head/comms/dcf77pi/pkg-message =================================================================== --- head/comms/dcf77pi/pkg-message (revision 441009) +++ head/comms/dcf77pi/pkg-message (revision 441010) @@ -1,9 +1,9 @@ -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* And to make the change persistent across reboots: # echo "perm gpioc* 0660" >> /etc/devfs.conf Index: head/comms/dcf77pi/pkg-plist =================================================================== --- head/comms/dcf77pi/pkg-plist (revision 441009) +++ head/comms/dcf77pi/pkg-plist (revision 441010) @@ -1,12 +1,13 @@ bin/dcf77pi 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 include/dcf77pi/input.h include/dcf77pi/mainloop.h include/dcf77pi/setclock.h lib/libdcf77.so