aboutsummaryrefslogtreecommitdiff
path: root/comms/unixcw/pkg-plist
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2015-10-10 19:15:56 +0000
committerDiane Bruce <db@FreeBSD.org>2015-10-10 19:15:56 +0000
commite7302b2f89dfa894d287431f5345c863b4708e50 (patch)
treee483ab72864491c9bfc3f6028516409bcde37d88 /comms/unixcw/pkg-plist
parentd851b5f3950ffadcfb8d1537fbb13e561cc2e7ab (diff)
downloadports-e7302b2f89dfa894d287431f5345c863b4708e50.tar.gz
ports-e7302b2f89dfa894d287431f5345c863b4708e50.zip
Update to 3.5.0
2015-09-29 Kamil Ignacak * bugfix: fixing code that resets tone queue on flushing. A bug was found on FreeBSD: after pressing Ctrl+C, application that wanted to stop and delete generator as part of SIGINT handling procedure, got stuck in cw_tq_flush_internal() function, waiting for tone queue to go idle. This never happened. Resetting all tone queue state variables in flush function ensures that the function completes and returns, and that client application can exit. 2015-09-12 Kamil Ignacak * xcwcp: the application souce code files are now ported to Qt5. Build system files have been modified to use Qt5 to build xcwcp. Discovery and adding -fPIC to compiler flags for xcwcp is right now very naive, perhaps that will have to be improved in the future.
Notes
Notes: svn path=/head/; revision=399012
Diffstat (limited to 'comms/unixcw/pkg-plist')
-rw-r--r--comms/unixcw/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/unixcw/pkg-plist b/comms/unixcw/pkg-plist
index b827d8b420bb..f2ea70d5a851 100644
--- a/comms/unixcw/pkg-plist
+++ b/comms/unixcw/pkg-plist
@@ -5,8 +5,8 @@ include/libcw.h
include/libcw_debug.h
lib/libcw.a
lib/libcw.so
-lib/libcw.so.6
-lib/libcw.so.6.4.1
+lib/libcw.so.%%MAJOR_LIB_VER%%
+lib/libcw.so.%%MAJOR_LIB_VER%%.%%MINOR_LIB_VER%%
libdata/pkgconfig/libcw.pc
man/man1/cw.1.gz
man/man1/cwgen.1.gz