aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2008-11-30 03:08:37 +0000
committerDiane Bruce <db@FreeBSD.org>2008-11-30 03:08:37 +0000
commit21e62fd3b4374d861fd7f6f3209e2783fc4a451d (patch)
tree25150947379bfb521e38538f823b2a2eae583d25 /comms
parentd4613865ae29d6910006d77af6e83dc2044c9d24 (diff)
downloadports-21e62fd3b4374d861fd7f6f3209e2783fc4a451d.tar.gz
ports-21e62fd3b4374d861fd7f6f3209e2783fc4a451d.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/hamlib/Makefile1
-rw-r--r--comms/hamlib/files/patch-include_hamlib_rig.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index a1a8299fcaed..8699e7b3d4c5 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hamlib
PORTVERSION= 1.2.8
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/comms/hamlib/files/patch-include_hamlib_rig.h b/comms/hamlib/files/patch-include_hamlib_rig.h
new file mode 100644
index 000000000000..b33184ee446f
--- /dev/null
+++ b/comms/hamlib/files/patch-include_hamlib_rig.h
@@ -0,0 +1,11 @@
+--- 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 */
+ };