Date: Tue, 2 May 2017 15:38:38 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439954 - in head/security/xca: . files Message-ID: <201705021538.v42FccN4027253@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Tue May 2 15:38:37 2017 New Revision: 439954 URL: https://svnweb.freebsd.org/changeset/ports/439954 Log: - Fix build with QT5 - Update WWW line in pkg-descr Added: head/security/xca/files/patch-widgets_MW__help.cpp (contents, props changed) Modified: head/security/xca/Makefile head/security/xca/pkg-descr Modified: head/security/xca/Makefile ============================================================================== --- head/security/xca/Makefile Tue May 2 15:30:40 2017 (r439953) +++ head/security/xca/Makefile Tue May 2 15:38:37 2017 (r439954) @@ -29,7 +29,8 @@ OPTIONS_DEFAULT= QT4 QT4_USE= qt4=gui,linguist_build,moc_build,qmake_build \ qt4=rcc_build,uic_build -QT5_USE= qt5=widgets,buildtools_build,linguist_build +QT5_USE= qt5=widgets,buildtools_build,linguist_build \ + CXXSTD=c++11 TOOLKIT_DESC= Qt toolkit post-patch: Added: head/security/xca/files/patch-widgets_MW__help.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/xca/files/patch-widgets_MW__help.cpp Tue May 2 15:38:37 2017 (r439954) @@ -0,0 +1,13 @@ +--- widgets/MW_help.cpp.orig 2015-10-10 12:54:12 UTC ++++ widgets/MW_help.cpp +@@ -67,8 +67,8 @@ void MainWindow::about() + { + version = QString("<table border=0 width=500><tr>" + "<td>Compile time:</td>" +- "<td>"OPENSSL_VERSION_TEXT"</td>" +- "<td>QT version: "QT_VERSION_STR"</td>" ++ "<td>" OPENSSL_VERSION_TEXT "</td>" ++ "<td>QT version: " QT_VERSION_STR "</td>" + "</tr><tr>" + "<td>Run time:</td>" + "<td>%1</td>" Modified: head/security/xca/pkg-descr ============================================================================== --- head/security/xca/pkg-descr Tue May 2 15:30:40 2017 (r439953) +++ head/security/xca/pkg-descr Tue May 2 15:38:37 2017 (r439954) @@ -5,4 +5,4 @@ storage. It supports importing and expor certificates, signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. A tree view of certificates is presented. -WWW: http://xca.hohnstaedt.de/ +WWW: http://xca.sourceforge.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705021538.v42FccN4027253>