From owner-svn-ports-head@FreeBSD.ORG Thu Aug 9 00:03:19 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 990DE106564A; Thu, 9 Aug 2012 00:03:19 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 842E88FC08; Thu, 9 Aug 2012 00:03:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7903JSq042825; Thu, 9 Aug 2012 00:03:19 GMT (envelope-from db@svn.freebsd.org) Received: (from db@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7903Jvv042820; Thu, 9 Aug 2012 00:03:19 GMT (envelope-from db@svn.freebsd.org) Message-Id: <201208090003.q7903Jvv042820@svn.freebsd.org> From: Diane Bruce Date: Thu, 9 Aug 2012 00:03:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302314 - in head/comms/hamlib: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 00:03:19 -0000 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@