diff options
author | rene <rene@FreeBSD.org> | 2018-07-09 04:47:58 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-07-09 04:47:58 +0800 |
commit | 394d119dccb84fd1442c78875637bc65c90a3514 (patch) | |
tree | c153daa3c28995de2d2299ca423d64c8735cf729 /comms | |
parent | e8e87ec965a90a871bda6915876d86a15a4a2aff (diff) | |
download | freebsd-ports-gnome-394d119dccb84fd1442c78875637bc65c90a3514.tar.gz freebsd-ports-gnome-394d119dccb84fd1442c78875637bc65c90a3514.tar.zst freebsd-ports-gnome-394d119dccb84fd1442c78875637bc65c90a3514.zip |
comms/dcf77pi: update to version 3.7.0
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dcf77pi/Makefile | 12 | ||||
-rw-r--r-- | comms/dcf77pi/distinfo | 6 | ||||
-rw-r--r-- | comms/dcf77pi/pkg-plist | 3 |
3 files changed, 11 insertions, 10 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index 48fc03b64682..cee8690bad80 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 3.6.1 +PORTVERSION= 3.7.0 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -11,25 +11,27 @@ COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -USE_GITHUB= yes -GH_ACCOUNT= rene0 +LIB_DEPENDS= libjson-c.so:devel/json-c OPTIONS_DEFINE= DOXYGEN DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_ALL_TARGET= all doxygen -USES= ncurses +USES= ncurses pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= rene0 USE_LDCONFIG= yes PATCH_STRIP= -p1 -PORTDOCS= CHANGELOG.md README.md +PORTDOCS= CHANGELOG.md README.md receiver.svg DOXYGEN_PORTDOCS= html/* INSTALL_TARGET= install-strip DOXYGEN_INSTALL_TARGET= install-doxygen post-install: + @${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.md # do not install twice ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo index 33f0eed89cb5..47fe63efd35e 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1511084900 -SHA256 (rene0-dcf77pi-3.6.1_GH0.tar.gz) = fb780e7919c4a5d19d57ca09386f4a8cd660c77d0784b7240133b32493197f9c -SIZE (rene0-dcf77pi-3.6.1_GH0.tar.gz) = 62125 +TIMESTAMP = 1531070633 +SHA256 (rene0-dcf77pi-3.7.0_GH0.tar.gz) = 9d2479fd1a7cead8613e354470c356c538c040943d256e7c72188763da67a577 +SIZE (rene0-dcf77pi-3.7.0_GH0.tar.gz) = 65305 diff --git a/comms/dcf77pi/pkg-plist b/comms/dcf77pi/pkg-plist index 04b4ad625687..dd62fac7f2a6 100644 --- a/comms/dcf77pi/pkg-plist +++ b/comms/dcf77pi/pkg-plist @@ -1,10 +1,9 @@ bin/dcf77pi bin/dcf77pi-analyze bin/readpin -@sample %%ETCDIR%%/config.txt.sample +@sample %%ETCDIR%%/config.json.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 |