aboutsummaryrefslogtreecommitdiffstats
path: root/comms/hamlib/Makefile
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2011-08-04 08:36:24 +0800
committerdb <db@FreeBSD.org>2011-08-04 08:36:24 +0800
commit049a6da1f9aa3015fb2f675b45959644ea50f9c0 (patch)
tree3b52e1e1f1c086936b196f1619cc2ae6adb5e112 /comms/hamlib/Makefile
parentb1e008a1540475a45286f5f073eed36496af6526 (diff)
downloadfreebsd-ports-gnome-049a6da1f9aa3015fb2f675b45959644ea50f9c0.tar.gz
freebsd-ports-gnome-049a6da1f9aa3015fb2f675b45959644ea50f9c0.tar.zst
freebsd-ports-gnome-049a6da1f9aa3015fb2f675b45959644ea50f9c0.zip
- Update to hamlib 1.2.14
From release e-mail: The Hamlib team announces the release of Hamlib 1.2.14, the first since adopting a timed release schedule of 1 Feb and 1 Aug each year. Changes since 1.2.13 include: * New models: SigFox Transfox, TH-D72A, IC-7410, IC-9100, IC-R9500, KX3, V4L2 API support (untested), * New rotator backends: IF-100, TS-7400 * Fixes and features: K3/KX3, Build Win32 from script, rigctld/rotctld ported to Mingw32, Win32 build fixes, remove obsolete bundled libtool files, rigctl improvements, FUNcube string test (works with V0.0 and V1.0), Yaesu newcat.c fixed to use rig->state.current_vfo to store vfo value, add a command to halt rigctld, select PTT source in Kenwood backends (TS-590S), make sure scan is stopped at IC-9000 opening, thd72 get channel data (alpha). For a complete log of changes to Hamlib 1.2.14, please visit: http://hamlib.git.sourceforge.net/git/gitweb.cgi?p=hamlib/hamlib;\ a=shortlog;h=refs/heads/Hamlib-1.2.14
Diffstat (limited to 'comms/hamlib/Makefile')
-rw-r--r--comms/hamlib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index f75447d0010d..63fde84e76c2 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hamlib
-PORTVERSION= 1.2.13.1
+PORTVERSION= 1.2.14
CATEGORIES= comms hamradio
MASTER_SITES= SF
@@ -22,13 +22,14 @@ USE_PYTHON= yes
USE_AUTOTOOLS= autoconf libtool libltdl
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-perl-binding --with-python=${PYTHON_CMD} \
+CONFIGURE_ARGS= --with-perl-binding \
--enable-tcl-binding --with-tcl=${TCL_LIBDIR} \
- --with-python-binding --without-with-rigmatrix
+ --with-python-binding --without-rigmatrix
PLIST_SUB= VER=${PORTVERSION} TCL_VER=${TCL_VER}
MAN1= rigctl.1 rigmem.1 rigswr.1 rotctl.1 rigsmtr.1
MAN8= rpc.rigd.8 rpc.rotd.8 rigctld.8 rotctld.8
+LICENCE= LGPL20
post-patch:
${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \