Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2012 00:03:19 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302314 - in head/comms/hamlib: . files
Message-ID:  <201208090003.q7903Jvv042820@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Thu Aug  9 00:03:18 2012
New Revision: 302314
URL: http://svn.freebsd.org/changeset/ports/302314

Log:
  - Update to Version 1.2.15.2
  
          2012-08-05
          * Read eeprom value for digital mode from FT-857
          * Clean up TS-950 series commands and read mode using IF command
          * Fix GS-232A/B rotor command terminations
          * Fix warnings and other issues found by mingw-w64
          * Allow seamless access to ports higher than COM9 on Windows
          * Fix ineffective packed attribute on WinRadio
          * Correct low signal strength S-meter error on AR7030+
          * Updates to HiQSDR by Jim, N2ADR

Modified:
  head/comms/hamlib/Makefile   (contents, props changed)
  head/comms/hamlib/distinfo   (contents, props changed)
  head/comms/hamlib/files/patch-bindings_Makefile.in   (contents, props changed)
  head/comms/hamlib/files/patch-src_Makefile.in   (contents, props changed)

Modified: head/comms/hamlib/Makefile
==============================================================================
--- head/comms/hamlib/Makefile	Wed Aug  8 23:57:31 2012	(r302313)
+++ head/comms/hamlib/Makefile	Thu Aug  9 00:03:18 2012	(r302314)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	hamlib
-PORTVERSION=	1.2.15
+PORTVERSION=	1.2.15.2
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF
 

Modified: head/comms/hamlib/distinfo
==============================================================================
--- head/comms/hamlib/distinfo	Wed Aug  8 23:57:31 2012	(r302313)
+++ head/comms/hamlib/distinfo	Thu Aug  9 00:03:18 2012	(r302314)
@@ -1,2 +1,2 @@
-SHA256 (hamlib-1.2.15.tar.gz) = 35b7019c960961ee77ddbe912da816759c93c09b0b8b941b9a3fcb8d110b5144
-SIZE (hamlib-1.2.15.tar.gz) = 1668035
+SHA256 (hamlib-1.2.15.2.tar.gz) = 99ea1b5c77eb696fcf1eb5c9c244d5055dbda7f50bf77ce72c4fd47221fbca66
+SIZE (hamlib-1.2.15.2.tar.gz) = 1678758

Modified: head/comms/hamlib/files/patch-bindings_Makefile.in
==============================================================================
--- head/comms/hamlib/files/patch-bindings_Makefile.in	Wed Aug  8 23:57:31 2012	(r302313)
+++ head/comms/hamlib/files/patch-bindings_Makefile.in	Thu Aug  9 00:03:18 2012	(r302314)
@@ -1,6 +1,6 @@
---- bindings/Makefile.in.orig	2012-02-02 21:46:59.000000000 -0500
-+++ bindings/Makefile.in	2012-02-03 15:13:04.000000000 -0500
-@@ -329,7 +329,7 @@
+--- bindings/Makefile.in.orig	2012-08-05 09:10:03.000000000 -0500
++++ bindings/Makefile.in	2012-08-07 06:59:05.000000000 -0500
+@@ -326,7 +326,7 @@
  program_transform_name = @program_transform_name@
  psdir = @psdir@
  pyexecdir = @pyexecdir@
@@ -9,7 +9,7 @@
  sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
  srcdir = @srcdir@
-@@ -349,7 +349,7 @@
+@@ -346,7 +346,7 @@
  	hamlibperl_wrap.c Hamlib.pm Hamlib.bs
  AM_CFLAGS = -fno-strict-aliasing
  @ENABLE_TCL_TRUE@tcl_ltlib = hamlibtcl.la

Modified: head/comms/hamlib/files/patch-src_Makefile.in
==============================================================================
--- head/comms/hamlib/files/patch-src_Makefile.in	Wed Aug  8 23:57:31 2012	(r302313)
+++ head/comms/hamlib/files/patch-src_Makefile.in	Thu Aug  9 00:03:18 2012	(r302314)
@@ -1,6 +1,6 @@
---- src/Makefile.in.orig	2012-02-02 21:47:04.000000000 -0500
-+++ src/Makefile.in	2012-02-03 15:12:35.000000000 -0500
-@@ -104,7 +104,7 @@
+--- src/Makefile.in.orig	2012-08-05 09:10:08.000000000 -0500
++++ src/Makefile.in	2012-08-07 06:59:39.000000000 -0500
+@@ -103,7 +103,7 @@
  libhamlib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libhamlib_la_CFLAGS) \
  	$(CFLAGS) $(libhamlib_la_LDFLAGS) $(LDFLAGS) -o $@
@@ -9,7 +9,7 @@
  depcomp = $(SHELL) $(top_srcdir)/depcomp
  am__depfiles_maybe = depfiles
  am__mv = mv -f
-@@ -194,7 +194,7 @@
+@@ -193,7 +193,7 @@
  LDFLAGS = @LDFLAGS@
  LIBLTDL = @LIBLTDL@
  LIBOBJS = @LIBOBJS@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208090003.q7903Jvv042820>