diff options
author | db <db@FreeBSD.org> | 2017-01-01 11:27:32 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2017-01-01 11:27:32 +0800 |
commit | 118bf1103bfdfa05c22a25e3494038c7a05adbb6 (patch) | |
tree | 48f54a245a917bccca5f5142a074d5e0f6e21d62 /comms/hamlib/Makefile | |
parent | 01762975563f5b4c71268e3b4509dd6a991013fd (diff) | |
download | freebsd-ports-gnome-118bf1103bfdfa05c22a25e3494038c7a05adbb6.tar.gz freebsd-ports-gnome-118bf1103bfdfa05c22a25e3494038c7a05adbb6.tar.zst freebsd-ports-gnome-118bf1103bfdfa05c22a25e3494038c7a05adbb6.zip |
Version 3.1
2016-12-31
* Fix kenwood_set_mode for ts590s and mode CW, RTTY or AM.
Tks Tom, DL1JBE
* Proper IPV6 and dual stack networking. Bill, G4WJS
* Add a new command line option '--no-restore-ai' ('-n') to rigctl.
Bill, G4WJS
* Fix missing PKTUSB mode setting code for FT-817 & FT-897. Bill, G4WJS
* New Prosistel rotor backend from IZ7CRX
* Install daemon man files to man1. Nate, N0NB
* Migrate from libusb-0.1 to libusb-1.0. Stephane, F8CFE
* Added support for Icom IC-2730. robinolejnik
* Added support for the Icom IC-7300. Mike, W9MDB
* Add send_morse to icom rigs. Mike, W9MDB
* added instructions how to compile on OSX. DH1TW
* New Perseus model. Stephane, F8CFE
* Added Lua binding and demo script. Ervin, HA2OS
* Added test to support Flex 6300. Bill, KB4AAA
* Many bug fixes and feature enhancements to the code base. See the
Git commit log for complete details.
Diffstat (limited to 'comms/hamlib/Makefile')
-rw-r--r-- | comms/hamlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index bbd8df22a70a..1d719e582399 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hamlib -PORTVERSION= 3.0.1 +PORTVERSION= 3.1 CATEGORIES= comms hamradio MASTER_SITES= SF |