summaryrefslogtreecommitdiff
path: root/ham/trustedQSL
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2013-09-24 11:16:04 +0000
committermef <mef@pkgsrc.org>2013-09-24 11:16:04 +0000
commitee1b174d3fded2481c35a6cd8f61cf4d3652f898 (patch)
treee3849fe6e9fde114f5fa79f4f0dcca3d57fa050a /ham/trustedQSL
parented48d26c7d8cee9c7140279ed5fba5a9fb0b92d2 (diff)
downloadpkgsrc-ee1b174d3fded2481c35a6cd8f61cf4d3652f898.tar.gz
Bump tqsl-2.0rc5 to 2.0rc6.
Proposed at tech-pkg@ and supported by gdt@, thanks. ---------------------- Date: Saturday, September 21, 2013 8:32 PM Subject: TQSL-2.0-RC6 Public release available There's a new TQSL beta test release available for download. This release corrects the following defects discovered since TQSL 2.0-RC5 (as well as severl enhancements). Strip leading spaces and trailing spaces from station locations passed on the command line to help correct for common user errors. Display LoTW errors returned when a callsign certificate request fails for some reason. Record multiple outstanding certificate requests and delete the pending status if the user deletes the corresponding callsign certificate. Remove an errant "M" on the certificate request signing page. Properly wrap the text on that page for MacOS. The TQSL version number is always displayed for command line usage unless "-n" (check for new TQSL, configuration and program updates) is used. Added a new icon for TQSL contributed by K1GQ. The default shortcut icon has not changed, but the new icon is available for selection. Display an error when the TQSL configuration files (station locations, callsign certificates, etc.) can't be opened. All earlier versions of TQSL ignored these errors and started up with no callsign certificates or station locations defined. When a user selects a callsign in the Station Location window then clicked on "Create new Station Location", the DXCC entity in the station location wizard used the entity of the first callsign, not the selected callsign. The station location editor no longer shows multiple entries with the same DXCC entity in the entity selection pulldown list when there are multiple callsign certificates for a given callsign.
Diffstat (limited to 'ham/trustedQSL')
-rw-r--r--ham/trustedQSL/Makefile6
-rw-r--r--ham/trustedQSL/distinfo10
-rw-r--r--ham/trustedQSL/patches/patch-apps_CMakeLists.txt9
3 files changed, 13 insertions, 12 deletions
diff --git a/ham/trustedQSL/Makefile b/ham/trustedQSL/Makefile
index 57be3aa7046..a546074fd2a 100644
--- a/ham/trustedQSL/Makefile
+++ b/ham/trustedQSL/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2013/09/15 13:22:28 mef Exp $
+# $NetBSD: Makefile,v 1.4 2013/09/24 11:16:04 mef Exp $
DISTNAME= tqsl-2.0
-PKGNAME= ${DISTNAME}rc5
+PKGNAME= ${DISTNAME}rc6
CATEGORIES= ham
MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/
-MASTER_SITES= http://downloads.sourceforge.net/project/trustedqsl/TrustedQSL/v2.0-rc5/
+MASTER_SITES= http://downloads.sourceforge.net/project/trustedqsl/TrustedQSL/v2.0-rc6/
MAINTAINER= makoto@ki.nu
HOMEPAGE= http://sourceforge.net/projects/trustedqsl/
diff --git a/ham/trustedQSL/distinfo b/ham/trustedQSL/distinfo
index ba2a669ba0d..b99079887d4 100644
--- a/ham/trustedQSL/distinfo
+++ b/ham/trustedQSL/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2013/09/15 13:22:28 mef Exp $
+$NetBSD: distinfo,v 1.3 2013/09/24 11:16:04 mef Exp $
-SHA1 (tqsl-2.0rc5/tqsl-2.0.tar.gz) = 0ae7a528dfe2bcfd40fb9e9b36971fe1acd5f5dd
-RMD160 (tqsl-2.0rc5/tqsl-2.0.tar.gz) = 17481af5bd0edeb0f9cb916c7e700d92bfa2f380
-Size (tqsl-2.0rc5/tqsl-2.0.tar.gz) = 2207313 bytes
-SHA1 (patch-apps_CMakeLists.txt) = 670af4437b1869b963e15718706cf93311ec56da
+SHA1 (tqsl-2.0rc6/tqsl-2.0.tar.gz) = a06deeaa8b55dec41085ab89d9558d85cbf8f91a
+RMD160 (tqsl-2.0rc6/tqsl-2.0.tar.gz) = 3754a8372f2e20d494711b64bcac23f9fa1b5e2a
+Size (tqsl-2.0rc6/tqsl-2.0.tar.gz) = 2621151 bytes
+SHA1 (patch-apps_CMakeLists.txt) = 6057dd58f9297b5f23158e5a959564c864d46147
SHA1 (patch-apps_tqsl_cpp) = 93ba43c8ad0955d77b47622ac722765ba146586b
SHA1 (patch-src_tqslconvert_cpp) = 6a0a4e54c1f351a0bd8e0e6f8c04a87ea975330e
diff --git a/ham/trustedQSL/patches/patch-apps_CMakeLists.txt b/ham/trustedQSL/patches/patch-apps_CMakeLists.txt
index abc39e25840..46f05292bb8 100644
--- a/ham/trustedQSL/patches/patch-apps_CMakeLists.txt
+++ b/ham/trustedQSL/patches/patch-apps_CMakeLists.txt
@@ -1,10 +1,10 @@
-$NetBSD: patch-apps_CMakeLists.txt,v 1.1 2013/09/13 08:45:52 mef Exp $
+$NetBSD: patch-apps_CMakeLists.txt,v 1.2 2013/09/24 11:16:04 mef Exp $
(1) Avoid ${WRKSRC} included in RPATH.
(2) WARN: PLIST:105: Man pages should be installed into man/, not share/man/.
---- apps/CMakeLists.txt.orig 2013-09-03 04:17:12.000000000 +0900
-+++ apps/CMakeLists.txt 2013-09-09 11:05:07.000000000 +0900
+--- apps/CMakeLists.txt.orig 2013-09-22 00:44:59.000000000 +0900
++++ apps/CMakeLists.txt 2013-09-22 15:44:50.000000000 +0900
@@ -93,8 +93,8 @@ set(TQSL_RCFILE ${OSX_ICONFILE})
endif()
@@ -16,10 +16,11 @@ $NetBSD: patch-apps_CMakeLists.txt,v 1.1 2013/09/13 08:45:52 mef Exp $
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
endif()
-@@ -121,5 +121,5 @@ if(NOT APPLE AND NOT WIN32)
+@@ -121,6 +121,6 @@ if(NOT APPLE AND NOT WIN32)
add_definitions("-DCONFDIR=\"${CMAKE_INSTALL_PREFIX}/share/TrustedQSL/\"")
install(TARGETS tqsl DESTINATION bin)
install(DIRECTORY help DESTINATION share/TrustedQSL)
-install(FILES tqsl.5 DESTINATION share/man/man5)
+install(FILES tqsl.5 DESTINATION man/man5)
+ install(FILES icons/key48.png DESTINATION share/pixmaps RENAME TrustedQSL.png)
endif()