svn commit: r358763 - head/comms/trustedqsl

Stephen Hurd shurd at FreeBSD.org
Sun Jun 22 03:43:21 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	hamradio at 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
- at dirrmtry share/pixmaps


More information about the svn-ports-head mailing list