mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to latest vendor version of hamlib.
- patch for rig.h now in vendor version.
This commit is contained in:
parent
8637676a5c
commit
55d7c6ad26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229201
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= hamlib
|
||||
PORTVERSION= 1.2.8
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.2.9
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (hamlib-1.2.8.tar.gz) = 74eaf1be4cf1cbdecee54808c6930788
|
||||
SHA256 (hamlib-1.2.8.tar.gz) = be81153a6e2830234d62818c8aa5658b1410b538a3676686a3f1373f03036b81
|
||||
SIZE (hamlib-1.2.8.tar.gz) = 1577532
|
||||
MD5 (hamlib-1.2.9.tar.gz) = 9515288826284d6c8dd569354dacc8e0
|
||||
SHA256 (hamlib-1.2.9.tar.gz) = ba75e64e1b6d5ffaa41e2063e475eca5b35ad68cb4ee6e888e0fc73bd6fa9fba
|
||||
SIZE (hamlib-1.2.9.tar.gz) = 1611457
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- bindings/Makefile.in.orig 2008-11-07 19:43:46.000000000 -0500
|
||||
+++ bindings/Makefile.in 2008-11-09 10:57:50.000000000 -0500
|
||||
@@ -273,7 +273,7 @@
|
||||
--- bindings/Makefile.in.orig 2009-02-25 14:18:37.000000000 -0500
|
||||
+++ bindings/Makefile.in 2009-02-25 19:53:13.000000000 -0500
|
||||
@@ -268,7 +268,7 @@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
pyexecdir = @pyexecdir@
|
||||
@ -8,8 +8,8 @@
|
||||
+pythondir = %%PYTHON_SITELIBDIR%%
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
subdirs = @subdirs@
|
||||
@@ -289,7 +289,7 @@
|
||||
srcdir = @srcdir@
|
||||
@@ -287,7 +287,7 @@
|
||||
##########################################
|
||||
# Tcl binding
|
||||
tcl_ltlib = hamlibtcl.la
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- include/hamlib/rig.h.orig 2008-11-01 16:35:16.000000000 -0400
|
||||
+++ include/hamlib/rig.h 2008-11-29 21:22:02.000000000 -0500
|
||||
@@ -238,7 +238,7 @@
|
||||
RIG_STATUS_UNTESTED, /*!< Written from available specs, rig unavailable for test, feedback wanted! */
|
||||
RIG_STATUS_BETA, /*!< Beta quality */
|
||||
RIG_STATUS_STABLE, /*!< Stable */
|
||||
- RIG_STATUS_BUGGY, /*!< Was stable, but something broke it! */
|
||||
+ RIG_STATUS_BUGGY /*!< Was stable, but something broke it! */
|
||||
/* RIG_STATUS_NEW * *!< Initial release of code
|
||||
* !! Use of RIG_STATUS_NEW is deprecated. Do not use it anymore */
|
||||
};
|
@ -39,6 +39,9 @@ lib/hamlib-fodtrack.so
|
||||
lib/hamlib-gs232a.so
|
||||
lib/hamlib-gs232a.la
|
||||
lib/hamlib-gs232a.a
|
||||
lib/hamlib-heathkit.so
|
||||
lib/hamlib-heathkit.la
|
||||
lib/hamlib-heathkit.a
|
||||
lib/hamlib-icom.a
|
||||
lib/hamlib-icom.la
|
||||
lib/hamlib-icom.so
|
||||
|
Loading…
Reference in New Issue
Block a user