Date: Sun, 15 Jul 2018 02:36:36 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474657 - head/comms/trustedqsl Message-ID: <201807150236.w6F2aaU0031338@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Jul 15 02:36:36 2018 New Revision: 474657 URL: https://svnweb.freebsd.org/changeset/ports/474657 Log: comms/trustedqsl: Update 2.2.1 -> 2.4; Unbreak with wxWidgets-3.1 2.2.1 was breaking with wxWidgets-3.1 PR: 229781 Approved by: portmgr (unbreak) Modified: head/comms/trustedqsl/Makefile head/comms/trustedqsl/distinfo head/comms/trustedqsl/pkg-plist Modified: head/comms/trustedqsl/Makefile ============================================================================== --- head/comms/trustedqsl/Makefile Sun Jul 15 02:33:41 2018 (r474656) +++ head/comms/trustedqsl/Makefile Sun Jul 15 02:36:36 2018 (r474657) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= trustedqsl -PORTVERSION= 2.2.1 -PORTREVISION= 2 +DISTVERSION= 2.4 CATEGORIES= comms hamradio MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/ \ LOCAL/shurd @@ -20,7 +19,8 @@ BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'EVP_PKEY' (aka 'evp_pkey_st') LIB_DEPENDS= libcurl.so:ftp/curl \ - libexpat.so:textproc/expat2 + libexpat.so:textproc/expat2 \ + liblmdb.so:databases/lmdb PKGMESSAGE= ${WRKDIR}/pkg-message Modified: head/comms/trustedqsl/distinfo ============================================================================== --- head/comms/trustedqsl/distinfo Sun Jul 15 02:33:41 2018 (r474656) +++ head/comms/trustedqsl/distinfo Sun Jul 15 02:36:36 2018 (r474657) @@ -1,2 +1,3 @@ -SHA256 (tqsl-2.2.1.tar.gz) = 49b08a2ae5eeb0d49765f13badd27281198a05dabf379af7cf1c32863568895b -SIZE (tqsl-2.2.1.tar.gz) = 3782449 +TIMESTAMP = 1531618550 +SHA256 (tqsl-2.4.tar.gz) = 32e9a9792cc3f35644e29f8d0995c9bfd8bdd41c45b861c2103e4154d14f1491 +SIZE (tqsl-2.4.tar.gz) = 3060672 Modified: head/comms/trustedqsl/pkg-plist ============================================================================== --- head/comms/trustedqsl/pkg-plist Sun Jul 15 02:33:41 2018 (r474656) +++ head/comms/trustedqsl/pkg-plist Sun Jul 15 02:36:36 2018 (r474657) @@ -11,20 +11,23 @@ include/tqsllib.h lib/libtqsllib.so man/man5/tqsl.5.gz share/TrustedQSL/config.xml +share/TrustedQSL/help/tqslapp/BrokenCert.bmp share/TrustedQSL/help/tqslapp/CertProp.bmp share/TrustedQSL/help/tqslapp/EnterPassword.bmp share/TrustedQSL/help/tqslapp/LoTWCerts.bmp share/TrustedQSL/help/tqslapp/MainNoStatusTab.bmp share/TrustedQSL/help/tqslapp/MainWithStatusTab.bmp -share/TrustedQSL/help/tqslapp/RenewUpload.bmp share/TrustedQSL/help/tqslapp/P12.bmp share/TrustedQSL/help/tqslapp/Pending.bmp +share/TrustedQSL/help/tqslapp/RenewUpload.bmp share/TrustedQSL/help/tqslapp/TQ5.bmp share/TrustedQSL/help/tqslapp/TQ6.bmp share/TrustedQSL/help/tqslapp/TQ8.bmp share/TrustedQSL/help/tqslapp/TQSLCert.bmp share/TrustedQSL/help/tqslapp/about.bmp share/TrustedQSL/help/tqslapp/addcert1.bmp +share/TrustedQSL/help/tqslapp/addcert2.bmp +share/TrustedQSL/help/tqslapp/addcert3.bmp share/TrustedQSL/help/tqslapp/addcertaccept.htm share/TrustedQSL/help/tqslapp/addcertreq.htm share/TrustedQSL/help/tqslapp/additional-info.htm @@ -117,7 +120,6 @@ share/TrustedQSL/help/tqslapp/stnloc2park.bmp share/TrustedQSL/help/tqslapp/stnloc3.bmp share/TrustedQSL/help/tqslapp/stnloc4.bmp share/TrustedQSL/help/tqslapp/stnloc5.bmp -share/TrustedQSL/help/tqslapp/tqslapp.chm share/TrustedQSL/help/tqslapp/tqslapp.hhp share/TrustedQSL/help/tqslapp/tqslstyle.css share/TrustedQSL/help/tqslapp/unlock.bmp @@ -127,8 +129,12 @@ share/TrustedQSL/help/tqslapp/update1.bmp share/TrustedQSL/help/tqslapp/update2.bmp share/locale/de/LC_MESSAGES/tqslapp.mo share/locale/es/LC_MESSAGES/tqslapp.mo +share/locale/fi/LC_MESSAGES/tqslapp.mo share/locale/fr/LC_MESSAGES/tqslapp.mo +share/locale/hi_IN/LC_MESSAGES/tqslapp.mo share/locale/it/LC_MESSAGES/tqslapp.mo share/locale/ja/LC_MESSAGES/tqslapp.mo share/locale/pt/LC_MESSAGES/tqslapp.mo +share/locale/ru/LC_MESSAGES/tqslapp.mo +share/locale/zh/LC_MESSAGES/tqslapp.mo share/pixmaps/TrustedQSL.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807150236.w6F2aaU0031338>