Date: Sat, 3 Nov 2012 01:03:59 +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: r306895 - in head/comms/hamlib: . files Message-ID: <201211030103.qA313x9A041589@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: db Date: Sat Nov 3 01:03:59 2012 New Revision: 306895 URL: http://svn.freebsd.org/changeset/ports/306895 Log: Changes in this release from 1.2.15.2 are: Version 1.2.15.3 2012-11-01 * Fix configure.ac so that rigctld/rotcld work on Win32 platform * Add NSIS script to build executable installer on Win32 platform * Remove unsupported commands on IC-756 (non-Pro model) from AK6I * Fix set_split in netrigctl.c to properly accept the split value. TNX, N2ADR. * IC-R8500: Add RIG_LEVEL_AF to has_set_level. TNX John, EI7IG * ADAT updates from Frank, DG1SBG, needed for stable operation. This is likely the last planned release of the Hamlib 1.2 series. Development will now focus on the Hamlib 3 series which is now configured to be ABI compatible with the 1.2 series. Feature safe: yes Modified: head/comms/hamlib/Makefile head/comms/hamlib/distinfo head/comms/hamlib/files/patch-bindings_Makefile.in Modified: head/comms/hamlib/Makefile ============================================================================== --- head/comms/hamlib/Makefile Sat Nov 3 00:47:49 2012 (r306894) +++ head/comms/hamlib/Makefile Sat Nov 3 01:03:59 2012 (r306895) @@ -6,7 +6,7 @@ # PORTNAME= hamlib -PORTVERSION= 1.2.15.2 +PORTVERSION= 1.2.15.3 CATEGORIES= comms hamradio MASTER_SITES= SF Modified: head/comms/hamlib/distinfo ============================================================================== --- head/comms/hamlib/distinfo Sat Nov 3 00:47:49 2012 (r306894) +++ head/comms/hamlib/distinfo Sat Nov 3 01:03:59 2012 (r306895) @@ -1,2 +1,2 @@ -SHA256 (hamlib-1.2.15.2.tar.gz) = 99ea1b5c77eb696fcf1eb5c9c244d5055dbda7f50bf77ce72c4fd47221fbca66 -SIZE (hamlib-1.2.15.2.tar.gz) = 1678758 +SHA256 (hamlib-1.2.15.3.tar.gz) = a2ca4549e4fd99d6e5600e354ebcb57502611aa63c6921c1b8a825289833f75e +SIZE (hamlib-1.2.15.3.tar.gz) = 1675879 Modified: head/comms/hamlib/files/patch-bindings_Makefile.in ============================================================================== --- head/comms/hamlib/files/patch-bindings_Makefile.in Sat Nov 3 00:47:49 2012 (r306894) +++ head/comms/hamlib/files/patch-bindings_Makefile.in Sat Nov 3 01:03:59 2012 (r306895) @@ -1,6 +1,6 @@ ---- 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 @@ +--- bindings/Makefile.in.orig 2012-11-01 16:28:09.000000000 -0500 ++++ bindings/Makefile.in 2012-11-02 18:27:34.000000000 -0500 +@@ -327,7 +327,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ @@ -9,7 +9,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ -@@ -346,7 +346,7 @@ +@@ -347,7 +347,7 @@ hamlibperl_wrap.c Hamlib.pm Hamlib.bs AM_CFLAGS = -fno-strict-aliasing @ENABLE_TCL_TRUE@tcl_ltlib = hamlibtcl.la
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211030103.qA313x9A041589>