diff options
author | shurd <shurd@FreeBSD.org> | 2014-06-22 11:43:19 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2014-06-22 11:43:19 +0800 |
commit | e9b9b7e0abed94e4d85cdb5594c6092a4e12be7a (patch) | |
tree | dfc42a39a6cc240b6feccf924bf67772342b7cbf | |
parent | 0ca04d2b4c2efcbbe2ed2283412b4a4e03bd428b (diff) | |
download | freebsd-ports-gnome-e9b9b7e0abed94e4d85cdb5594c6092a4e12be7a.tar.gz freebsd-ports-gnome-e9b9b7e0abed94e4d85cdb5594c6092a4e12be7a.tar.zst freebsd-ports-gnome-e9b9b7e0abed94e4d85cdb5594c6092a4e12be7a.zip |
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)
-rw-r--r-- | comms/trustedqsl/Makefile | 2 | ||||
-rw-r--r-- | comms/trustedqsl/distinfo | 4 | ||||
-rw-r--r-- | comms/trustedqsl/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 19360f204c83..f87ac152294c 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -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 diff --git a/comms/trustedqsl/distinfo b/comms/trustedqsl/distinfo index 9a8d65fed88c..07a85e46728b 100644 --- a/comms/trustedqsl/distinfo +++ b/comms/trustedqsl/distinfo @@ -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 diff --git a/comms/trustedqsl/pkg-plist b/comms/trustedqsl/pkg-plist index e1119cdbba71..1215e14c35fa 100644 --- a/comms/trustedqsl/pkg-plist +++ b/comms/trustedqsl/pkg-plist @@ -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 |