Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 16:58:01 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441010 - head/comms/dcf77pi
Message-ID:  <201705161658.v4GGw1EL023202@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705161658.v4GGw1EL023202>