summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
authorTommy Boatman2013-04-23 17:46:20 -0500
committerTommy Boatman2013-04-23 17:46:20 -0500
commitec7e5336714e8f59d79a11e275861cde3097aeb7 (patch)
tree851f867168014fb1d52c7093bf20842e86593225 /ham
parentd6b03f42ad4f1261d0a759ad81145528a7d308c3 (diff)
hamlib: 1.2.15.3
Diffstat (limited to 'ham')
-rwxr-xr-xham/hamlib/DEPENDS2
-rwxr-xr-xham/hamlib/DETAILS6
-rw-r--r--ham/hamlib/HISTORY3
3 files changed, 7 insertions, 4 deletions
diff --git a/ham/hamlib/DEPENDS b/ham/hamlib/DEPENDS
index eb1fe5564a..291190eaea 100755
--- a/ham/hamlib/DEPENDS
+++ b/ham/hamlib/DEPENDS
@@ -3,5 +3,5 @@ depends libxml2 &&
optional_depends perl --with-perl-binding --without-perl-binding "for perl bindings" &&
optional_depends python --with-python-binding --without-python-binding "for python bindings" &&
optional_depends -sub CXX gcc --with-cxx-binding --without-cxx-binding "for c++ bindings and demo" &&
-optional_depends tcl --with-tcl-binding --without-tcl-binding "for tcl bindings and demo" &&
+optional_depends tcl --with-tcl=/usr/lib "for tcl bindings and demo" &&
optional_depends gd --with-rigmatrix --without-rigmatrix "for the rigmatrix tool"
diff --git a/ham/hamlib/DETAILS b/ham/hamlib/DETAILS
index 77a038b2c3..fb82d45dc4 100755
--- a/ham/hamlib/DETAILS
+++ b/ham/hamlib/DETAILS
@@ -1,11 +1,11 @@
SPELL=hamlib
- VERSION=1.2.10
+ VERSION=1.2.15.3
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
WEB_SITE=http://www.hamlib.org/
LICENSE[0]=GPL
- SOURCE_HASH=sha512:7e30dbdede3e8f28fa6a049fdae91e103ddb811feacea9f7e506f7a672c3462bf86f3e69e0e57bc79d8480d238fa0c6bc93938e97cde633f1c5c66573e4ecc63
+ SOURCE_HASH=sha512:88f9cb8d82d813ac02944def0adf6eada0e4ed1407f60e344d51172462d51ab0c3ddd9cbf9ef8cbd61efba6c4158a77acb7c23b886e174c9a082bf1dd11f5baa
ENTERED=20020728
KEYWORDS="radio ham"
SHORT="HAM radio equipment control libraries."
diff --git a/ham/hamlib/HISTORY b/ham/hamlib/HISTORY
index a347bf362c..9680b0505f 100644
--- a/ham/hamlib/HISTORY
+++ b/ham/hamlib/HISTORY
@@ -1,3 +1,6 @@
+2013-04-23 Tommy Boatman <tboatman@sourcemage.org>
+ * DETAILS: 1.2.15.3
+
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)