From owner-svn-ports-all@freebsd.org Tue May 16 16:58:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D05D3D6D3FB; Tue, 16 May 2017 16:58:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 915F31AE6; Tue, 16 May 2017 16:58:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4GGw17g023207; Tue, 16 May 2017 16:58:01 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4GGw1EL023202; Tue, 16 May 2017 16:58:01 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201705161658.v4GGw1EL023202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 16 May 2017 16:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441010 - head/comms/dcf77pi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2017 16:58:02 -0000 Author: rene Date: Tue May 16 16:58:01 2017 New Revision: 441010 URL: https://svnweb.freebsd.org/changeset/ports/441010 Log: comms/dcf77pi: update to 3.6.0 See CHANGELOG.md for changes While here, improve pkg-message Modified: head/comms/dcf77pi/Makefile head/comms/dcf77pi/distinfo head/comms/dcf77pi/pkg-message head/comms/dcf77pi/pkg-plist Modified: head/comms/dcf77pi/Makefile ============================================================================== --- head/comms/dcf77pi/Makefile Tue May 16 16:37:13 2017 (r441009) +++ head/comms/dcf77pi/Makefile Tue May 16 16:58:01 2017 (r441010) @@ -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 Modified: head/comms/dcf77pi/distinfo ============================================================================== --- head/comms/dcf77pi/distinfo Tue May 16 16:37:13 2017 (r441009) +++ head/comms/dcf77pi/distinfo Tue May 16 16:58:01 2017 (r441010) @@ -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 Modified: head/comms/dcf77pi/pkg-message ============================================================================== --- head/comms/dcf77pi/pkg-message Tue May 16 16:37:13 2017 (r441009) +++ head/comms/dcf77pi/pkg-message Tue May 16 16:58:01 2017 (r441010) @@ -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* Modified: head/comms/dcf77pi/pkg-plist ============================================================================== --- head/comms/dcf77pi/pkg-plist Tue May 16 16:37:13 2017 (r441009) +++ head/comms/dcf77pi/pkg-plist Tue May 16 16:58:01 2017 (r441010) @@ -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