diff options
author | db <db@FreeBSD.org> | 2011-05-30 06:38:42 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2011-05-30 06:38:42 +0800 |
commit | 2ea38306e0ec0a55246f1722898158cfdf1fb83f (patch) | |
tree | d2f7a3c2535ab5f14b6ec8732ecc9a3000bde355 /comms/hamlib/files | |
parent | ca8ba5b97d18fa2cca40f33c89122559a9894082 (diff) | |
download | freebsd-ports-gnome-2ea38306e0ec0a55246f1722898158cfdf1fb83f.tar.gz freebsd-ports-gnome-2ea38306e0ec0a55246f1722898158cfdf1fb83f.tar.zst freebsd-ports-gnome-2ea38306e0ec0a55246f1722898158cfdf1fb83f.zip |
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 >>
Diffstat (limited to 'comms/hamlib/files')
-rw-r--r-- | comms/hamlib/files/patch-bindings_Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/hamlib/files/patch-bindings_Makefile.in b/comms/hamlib/files/patch-bindings_Makefile.in index d3da7189f2c9..f4d060fc04c2 100644 --- a/comms/hamlib/files/patch-bindings_Makefile.in +++ b/comms/hamlib/files/patch-bindings_Makefile.in @@ -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 |