Index: head/comms/dcf77pi/files/patch-d3ab071 =================================================================== --- head/comms/dcf77pi/files/patch-d3ab071 (revision 368443) +++ head/comms/dcf77pi/files/patch-d3ab071 (nonexistent) @@ -1,22 +0,0 @@ -commit d3ab071432f052c799dc5c77035913423abd16c4 -Author: René Ladan -Date: Sun Jul 20 12:44:57 2014 +0200 - - dcf77pi: fix display of freq_reset - -diff --git a/dcf77pi.c b/dcf77pi.c -index 2e46911..ce61d51 100644 ---- a/dcf77pi.c -+++ b/dcf77pi.c -@@ -218,9 +218,9 @@ display_bit_gui(uint16_t state, int bitpos) - bitinf->realfreq, (int)bitinf->bit0, (int)bitinf->bit20, - bitinf->maxone * 100, bitinf->a); - if (bitinf->freq_reset) -- mvwchgat(input_win, 3, 24, 8, A_BOLD, 3, NULL); -+ mvwchgat(input_win, 3, 22, 8, A_BOLD, 3, NULL); - else -- mvwchgat(input_win, 3, 24, 8, A_NORMAL, 7, NULL); -+ mvwchgat(input_win, 3, 22, 8, A_NORMAL, 7, NULL); - - mvwprintw(input_win, 3, 1, "%2u", bitpos); - Property changes on: head/comms/dcf77pi/files/patch-d3ab071 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/comms/dcf77pi/Makefile =================================================================== --- head/comms/dcf77pi/Makefile (revision 368443) +++ head/comms/dcf77pi/Makefile (revision 368444) @@ -1,31 +1,31 @@ # Created by: rene@FreeBSD.org # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTVERSION= 3.2.0 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= rene0 -GH_COMMIT= d441662 +GH_COMMIT= 671961e USES= ncurses +USE_LDCONFIG= yes PATCH_STRIP= -p1 PORTDOCS= README.md INSTALL_TARGET= install-strip 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 368443) +++ head/comms/dcf77pi/distinfo (revision 368444) @@ -1,2 +1,2 @@ -SHA256 (dcf77pi-3.1.0.tar.gz) = e47f31c2c1e9fee5185e71f0c4229a8be870caeae1e0f046b5259d0d4382a001 -SIZE (dcf77pi-3.1.0.tar.gz) = 20560 +SHA256 (dcf77pi-3.2.0.tar.gz) = 9d6754dd19e678e05c72d48fc2ee27fc7d84c7ec5c2fd7d1141638a00f2ee87c +SIZE (dcf77pi-3.2.0.tar.gz) = 22307 Index: head/comms/dcf77pi/pkg-plist =================================================================== --- head/comms/dcf77pi/pkg-plist (revision 368443) +++ head/comms/dcf77pi/pkg-plist (revision 368444) @@ -1,13 +1,14 @@ bin/dcf77pi bin/dcf77pi-analyze bin/readpin @sample %%ETCDIR%%/config.txt.sample +include/dcf77pi/bits1to14.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 @dirrmtry %%ETCDIR%% @dirrmtry include/dcf77pi