Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145945496
D55478.id172566.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D55478.id172566.diff
View Options
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile
--- a/comms/trustedqsl/Makefile
+++ b/comms/trustedqsl/Makefile
@@ -1,14 +1,13 @@
PORTNAME= trustedqsl
-DISTVERSION= 2.8.1
-PORTREVISION= 1
+DISTVERSION= 2.8.4
CATEGORIES= comms hamradio
-MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/ \
- LOCAL/shurd
+MASTER_SITES= https://www.arrl.org/files/file/LoTW%20Instructions/
DISTNAME= tqsl-${DISTVERSION}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio Station electronic trusted logbook
-WWW= https://lotw.arrl.org/lotw-help/
+WWW= https://lotw.arrl.org/lotw-help/ \
+ https://sourceforge.net/projects/trustedqsl/
LICENSE= ARRL
LICENSE_NAME= American Radio Relay League, Inc. All rights reserved.
@@ -18,38 +17,38 @@
LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2
-USES= cmake compiler:c++11-lib pkgconfig ssl sqlite
-USE_WX= 3.2
+USES= cmake compiler:c++11-lib gettext pkgconfig ssl sqlite
USE_LDCONFIG= yes
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
+USE_WX= 3.2
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH="share/man"
+PKGMESSAGE= ${WRKDIR}/pkg-message
+
OPTIONS_DEFINE= GEN_CRQ LOAD_CERT STATION_LOC CONVERTER
OPTIONS_SUB= yes
+CONVERTER_DESC= Build converter
GEN_CRQ_DESC= Build gen_crq
LOAD_CERT_DESC= Build load_cert
STATION_LOC_DESC= Build station_loc
-CONVERTER_DESC= Build converter
+CONVERTER_CMAKE_ON= -DBUILD_CONVERTER=ON
GEN_CRQ_CMAKE_ON= -DBUILD_GENCRQ=ON
LOAD_CERT_CMAKE_ON= -DBUILD_LOADCERT=ON
STATION_LOC_CMAKE_ON= -DBUILD_STATIONLOC=ON
-CONVERTER_CMAKE_ON= -DBUILD_CONVERTER=ON
+post-patch:
+ @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \
+ ${FILESDIR}/pkg-message > ${WRKDIR}/pkg-message
+
+post-install-CONVERTER-on:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/converter ${STAGEDIR}${PREFIX}/bin
post-install-GEN_CRQ-on:
${INSTALL_PROGRAM} ${WRKSRC}/src/gen_crq ${STAGEDIR}${PREFIX}/bin
post-install-LOAD_CERT-on:
${INSTALL_PROGRAM} ${WRKSRC}/src/load_cert ${STAGEDIR}${PREFIX}/bin
post-install-STATION_LOC-on:
${INSTALL_PROGRAM} ${WRKSRC}/src/station_loc ${STAGEDIR}${PREFIX}/bin
-post-install-CONVERTER-on:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/converter ${STAGEDIR}${PREFIX}/bin
-
-post-patch:
- @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \
- ${FILESDIR}/pkg-message > ${WRKDIR}/pkg-message
.include <bsd.port.mk>
diff --git a/comms/trustedqsl/distinfo b/comms/trustedqsl/distinfo
--- a/comms/trustedqsl/distinfo
+++ b/comms/trustedqsl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747387423
-SHA256 (tqsl-2.8.1.tar.gz) = fed1ccb7b4cdf22ece32aa6e9b58c2245af1ad0b77483e3466b693af2c57e7a6
-SIZE (tqsl-2.8.1.tar.gz) = 4125568
+TIMESTAMP = 1771905132
+SHA256 (tqsl-2.8.4.tar.gz) = 6e71972ab1f6734360ff9d116f3838cf733a0ff12e2749a46084e1a14f7840fc
+SIZE (tqsl-2.8.4.tar.gz) = 4213586
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 10:12 AM (3 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28985884
Default Alt Text
D55478.id172566.diff (2 KB)
Attached To
Mode
D55478: comms/trustedqsl: Update 2.8.1 => 2.8.4
Attached
Detach File
Event Timeline
Log In to Comment