From owner-svn-ports-head@FreeBSD.ORG Sun Jun 22 03:43:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 311B3915; Sun, 22 Jun 2014 03:43:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 048AB2FCC; Sun, 22 Jun 2014 03:43:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5M3hKh4081758; Sun, 22 Jun 2014 03:43:20 GMT (envelope-from shurd@svn.freebsd.org) Received: (from shurd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5M3hKFP081755; Sun, 22 Jun 2014 03:43:20 GMT (envelope-from shurd@svn.freebsd.org) Message-Id: <201406220343.s5M3hKFP081755@svn.freebsd.org> From: Stephen Hurd Date: Sun, 22 Jun 2014 03:43:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358763 - head/comms/trustedqsl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 03:43:21 -0000 Author: shurd Date: Sun Jun 22 03:43:19 2014 New Revision: 358763 URL: http://svnweb.freebsd.org/changeset/ports/358763 QAT: https://qat.redports.org/buildarchive/r358763/ Log: Upstream modified the source archive with new features... from the ChangeLog: When run in command line "-n" mode (display new program and/or configuration files), TQSL could exit before the hheck was completed. Change the behavior so the program waits for the check to complete. Signing a log with a location that points to an incomplete certificate request would cause an "Invalid argument" error rather than the expected error message notify the user that they have no valid callsign certificates for that callsign. TQSL now properly displays the error. Don't display the main TQSL window when requesting the user enter the password for their callsign certificate when in batch mode. Add timestamps to diagnostic log entries. PR: 191233 Submitted by: shurd Reviewed by: skreuzer Approved by: db, skreuzer (mentors) Modified: head/comms/trustedqsl/Makefile head/comms/trustedqsl/distinfo head/comms/trustedqsl/pkg-plist Modified: head/comms/trustedqsl/Makefile ============================================================================== --- head/comms/trustedqsl/Makefile Sun Jun 22 02:04:45 2014 (r358762) +++ head/comms/trustedqsl/Makefile Sun Jun 22 03:43:19 2014 (r358763) @@ -6,7 +6,7 @@ CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/TrustedQSL/v${PORTVERSION}/ DISTNAME= tqsl-${PORTVERSION} -MAINTAINER= db@FreeBSD.org +MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio Station electronic trusted logbook LICENSE= ARRL Modified: head/comms/trustedqsl/distinfo ============================================================================== --- head/comms/trustedqsl/distinfo Sun Jun 22 02:04:45 2014 (r358762) +++ head/comms/trustedqsl/distinfo Sun Jun 22 03:43:19 2014 (r358763) @@ -1,2 +1,2 @@ -SHA256 (tqsl-2.0.2.tar.gz) = 82fb052a7f1655865769aa12b94daa590a582bbde9cabf8811168b88cb29adf1 -SIZE (tqsl-2.0.2.tar.gz) = 2762892 +SHA256 (tqsl-2.0.2.tar.gz) = 472e45ba74cf8fea4e8d96aa0beb4db08054d9b60fa84c29e30162a7a00622f4 +SIZE (tqsl-2.0.2.tar.gz) = 2763921 Modified: head/comms/trustedqsl/pkg-plist ============================================================================== --- head/comms/trustedqsl/pkg-plist Sun Jun 22 02:04:45 2014 (r358762) +++ head/comms/trustedqsl/pkg-plist Sun Jun 22 03:43:19 2014 (r358763) @@ -6,6 +6,7 @@ include/tqslerrno.h include/tqsllib.h lib/libtqsllib.so man/man5/tqsl.5.gz +share/TrustedQSL/ca-bundle.crt share/TrustedQSL/config.xml share/TrustedQSL/help/tqslapp/P12.bmp share/TrustedQSL/help/tqslapp/Pending.bmp @@ -106,4 +107,3 @@ share/pixmaps/TrustedQSL.png @dirrm share/TrustedQSL/help/tqslapp @dirrm share/TrustedQSL/help @dirrm share/TrustedQSL -@dirrmtry share/pixmaps