From releaae e-mail:
This release is a bug fix release and includes no new features or backends: Version 1.2.13.1 * 2011-05-29 * Conversion to Git SCM and updated README documentation for Git SCM * Mingw32 build fixes * FUNcube dongle USB fixes for Win32 * Added kit/README.funcubedongle * Bug fix--K3 antenna selection function Users of the FUN Cube dongle on Win32 and K3 users on all platforms are urged to upgrade to Hamlib 1.2.13.1. 73, de Nate >>
This commit is contained in:
parent
e940573967
commit
5fba694945
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274790
3 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= hamlib
|
||||
PORTVERSION= 1.2.13
|
||||
PORTVERSION= 1.2.13.1
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (hamlib-1.2.13.tar.gz) = 5945b15e56ae6f39fdf70f4fe4936f0a5bed3f103750d0ddb7ab79ef7e9331af
|
||||
SIZE (hamlib-1.2.13.tar.gz) = 1643495
|
||||
SHA256 (hamlib-1.2.13.1.tar.gz) = dba06e418fb3a327ccab4f4bf15972a87ad6622d098afaebd0339ec26a70e162
|
||||
SIZE (hamlib-1.2.13.1.tar.gz) = 1559953
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- bindings/Makefile.in.orig 2011-03-12 09:58:19.000000000 -0500
|
||||
+++ bindings/Makefile.in 2011-03-13 09:17:54.000000000 -0400
|
||||
@@ -310,7 +310,7 @@
|
||||
--- bindings/Makefile.in.orig 2011-05-28 22:56:45.000000000 -0400
|
||||
+++ bindings/Makefile.in 2011-05-29 10:56:26.000000000 -0400
|
||||
@@ -311,7 +311,7 @@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
pyexecdir = @pyexecdir@
|
||||
|
@ -9,7 +9,7 @@
|
|||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
@@ -330,7 +330,7 @@
|
||||
@@ -331,7 +331,7 @@
|
||||
hamlibperl_wrap.c Hamlib.pm Hamlib.bs
|
||||
AM_CFLAGS = -fno-strict-aliasing
|
||||
@ENABLE_TCL_TRUE@tcl_ltlib = hamlibtcl.la
|
||||
|
|
Loading…
Reference in a new issue