mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
comms/trustedqsl: Update 2.8.1 => 2.8.4
Summary: * Pet portclippy(1) and portfmt(1) Approved by: hamradio@ (alven@, yuri@) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D55478
This commit is contained in:
+19
-20
@@ -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 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||
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
|
||||
|
||||
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
|
||||
CONVERTER_CMAKE_BOOL= BUILD_CONVERTER
|
||||
GEN_CRQ_CMAKE_BOOL= BUILD_GENCRQ
|
||||
LOAD_CERT_CMAKE_BOOL= BUILD_LOADCERT
|
||||
STATION_LOC_CMAKE_BOOL= BUILD_STATIONLOC
|
||||
|
||||
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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user