Skip to content

Commit

Permalink
comms/cqrlog: update to 2.5.2
Browse files Browse the repository at this point in the history
Legend:
  # info
  + new feature
  - bugfix
--------------------

2.5.2 (2021-02-12)
+ some contest window improvements (showing DXCC, WAZ, ITU, continent)
+ FST4 mode support added (Saku, OH1KH)
+ user can change the locator to use in ADIF import (Florian, DF2ET)
+ CW messages can be saved or loaded from a file (Saku, OH1KH)
- eQSL upload fixes (Saku, OH1KH)
- ADIF import duplicate check fixed, form layout fixed (Saku, OH1KH)
- New QSO window layout fixes (Saku, OH1KH)
- workaround for 'TRegExpr exec: empty input string' error in fpc compiler
- xdg-open is used in Call extra data window to open open the attachments
  • Loading branch information
alonsobsd committed Jul 13, 2022
1 parent 581d55b commit e8c21c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
7 changes: 5 additions & 2 deletions comms/cqrlog/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Created by: Stephen Hurd <shurd@FreeBSD.org>

PORTNAME= cqrlog
PORTVERSION= 2.5.0
PORTVERSION= 2.5.2
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= comms hamradio
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}

Expand Down Expand Up @@ -61,4 +60,8 @@ post-patch:
${REINPLACE_CMD} -e s!%%DATADIR%%!${DATADIR}!g \
${WRKSRC}/src/dData.pas ${WRKSRC}/src/fGrayline.pas

post-build:
@${RM} ${WRKSRC}/help/cwd.html.*
@${RM} ${WRKSRC}/help/h1.html.*

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions comms/cqrlog/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1643038951
SHA256 (ok2cqr-cqrlog-v2.5.0_GH0.tar.gz) = f5498735dd83214e4b9b5aa83f1bc05da3842c904a446293d19ae76cad3e52e4
SIZE (ok2cqr-cqrlog-v2.5.0_GH0.tar.gz) = 14452404
TIMESTAMP = 1657685479
SHA256 (ok2cqr-cqrlog-v2.5.2_GH0.tar.gz) = 82837455dc9f44f43dc7658d330c71cf09c38d794addacab1da936fdcdbefdca
SIZE (ok2cqr-cqrlog-v2.5.2_GH0.tar.gz) = 14469864
14 changes: 7 additions & 7 deletions comms/cqrlog/files/patch-src_fNewQSO.lfm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- src/fNewQSO.lfm.orig 2022-01-25 16:11:35 UTC
+++ src/fNewQSO.lfm
@@ -8,7 +8,7 @@ object frmNewQSO: TfrmNewQSO
HorzScrollBar.Page = 997
VertScrollBar.Page = 623
--- src/fNewQSO.lfm 2021-02-12 11:24:42.000000000 -0500
+++ src/fNewQSO.lfm 2022-07-12 23:12:45.643902000 -0500
@@ -8,7 +8,7 @@
HorzScrollBar.Page = 974
VertScrollBar.Page = 638
AutoScroll = True
- Caption = 'New QSO ... (CQRLOG for Linux)'
+ Caption = 'New QSO ... (CQRLOG for FreeBSD)'
ClientHeight = 673
ClientWidth = 997
ClientHeight = 684
ClientWidth = 1032
Icon.Data = {

0 comments on commit e8c21c2

Please sign in to comment.