diff options
author | wulf <wulf@pkgsrc.org> | 2005-08-15 14:03:53 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2005-08-15 14:03:53 +0000 |
commit | 9445c4f085b4a485e7f6b7da409d0978b4913fea (patch) | |
tree | c4d69a52d67e954c9e8f60a979cc5b1c80c849a8 /ham/linpsk/Makefile | |
parent | a49ade9005a67047e5c91a9a61e03f9da36dc718 (diff) | |
download | pkgsrc-9445c4f085b4a485e7f6b7da409d0978b4913fea.tar.gz |
Updated linpsk to 0.8.1:
* Improved RTTY decoder
* Setting for slashed 0 now will be saved
* Fixed some memory leakages
* Removed dependancy on qwindowsstyle.h
* Some minor bugfixes
Diffstat (limited to 'ham/linpsk/Makefile')
-rw-r--r-- | ham/linpsk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/linpsk/Makefile b/ham/linpsk/Makefile index 6c62e0c0ed5..ace0e2213e9 100644 --- a/ham/linpsk/Makefile +++ b/ham/linpsk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:08 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/08/15 14:03:53 wulf Exp $ # -DISTNAME= linpsk-0.8.0.4 +DISTNAME= linpsk-0.8.1 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linpsk/} |