Index: head/security/xca/Makefile =================================================================== --- head/security/xca/Makefile (revision 524774) +++ head/security/xca/Makefile (revision 524775) @@ -1,45 +1,44 @@ # Created by: Valentin Zahariev # $FreeBSD$ PORTNAME= xca -PORTVERSION= 2.1.2 -PORTREVISION= 3 +PORTVERSION= 2.2.1 DISTVERSIONPREFIX= RELEASE. CATEGORIES= security MAINTAINER= madpilot@FreeBSD.org COMMENT= Graphical certification authority LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libltdl.so:devel/libltdl USES= autoreconf compiler:c++11-lang desktop-file-utils gmake \ localbase pkgconfig qt:5 shared-mime-info shebangfix ssl USE_QT= buildtools_build core gui linguist_build sql widgets USE_CXXSTD= c++11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLDIR} \ --with-qt=${PREFIX} \ --with-qt-version=5 MAKE_ARGS= DOCTOOL="${TRUE}" DESTDIRNAME= destdir SHEBANG_FILES= doc/code2html USE_GITHUB= yes GH_ACCOUNT= chris2511 OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ '/^CFLAGS/s|-O2||' ${WRKSRC}/Local.mak.in @${REINPLACE_CMD} -e \ '/install/s|-D|-c|' ${WRKSRC}/img/Makefile post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xca* .include Index: head/security/xca/distinfo =================================================================== --- head/security/xca/distinfo (revision 524774) +++ head/security/xca/distinfo (revision 524775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542022933 -SHA256 (chris2511-xca-RELEASE.2.1.2_GH0.tar.gz) = 19da0b19e5d3b145f630e9b18b3e29d5a569495d6dd3ab927f41e6b490a99cec -SIZE (chris2511-xca-RELEASE.2.1.2_GH0.tar.gz) = 1048019 +TIMESTAMP = 1580463281 +SHA256 (chris2511-xca-RELEASE.2.2.1_GH0.tar.gz) = 595e71d3b2b5b944a30cf87d3364427c47234730d995f0044fbf68aec9490bbd +SIZE (chris2511-xca-RELEASE.2.2.1_GH0.tar.gz) = 1313088 Index: head/security/xca/files/patch-lib_ipvalidator.h =================================================================== --- head/security/xca/files/patch-lib_ipvalidator.h (nonexistent) +++ head/security/xca/files/patch-lib_ipvalidator.h (revision 524775) @@ -0,0 +1,14 @@ +--- lib/ipvalidator.h.orig 2020-01-29 20:40:04 UTC ++++ lib/ipvalidator.h +@@ -13,6 +13,11 @@ + #include + #include + ++#ifdef __FreeBSD__ ++#include ++#include ++#endif ++ + /* Validating IPv4/6 is not as trivial as thought. + * - The QHostAddress class requires the network library + * and i don't want to add many megabytes for this validator Property changes on: head/security/xca/files/patch-lib_ipvalidator.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/xca/pkg-plist =================================================================== --- head/security/xca/pkg-plist (revision 524774) +++ head/security/xca/pkg-plist (revision 524775) @@ -1,36 +1,40 @@ bin/xca man/man1/xca.1.gz share/applications/xca.desktop %%PORTDOCS%%%%DOCSDIR%%/xca-1.html %%PORTDOCS%%%%DOCSDIR%%/xca-10.html %%PORTDOCS%%%%DOCSDIR%%/xca-11.html %%PORTDOCS%%%%DOCSDIR%%/xca-12.html %%PORTDOCS%%%%DOCSDIR%%/xca-13.html %%PORTDOCS%%%%DOCSDIR%%/xca-14.html %%PORTDOCS%%%%DOCSDIR%%/xca-15.html %%PORTDOCS%%%%DOCSDIR%%/xca-2.html %%PORTDOCS%%%%DOCSDIR%%/xca-3.html %%PORTDOCS%%%%DOCSDIR%%/xca-4.html %%PORTDOCS%%%%DOCSDIR%%/xca-5.html %%PORTDOCS%%%%DOCSDIR%%/xca-6.html %%PORTDOCS%%%%DOCSDIR%%/xca-7.html %%PORTDOCS%%%%DOCSDIR%%/xca-8.html %%PORTDOCS%%%%DOCSDIR%%/xca-9.html %%PORTDOCS%%%%DOCSDIR%%/xca.html share/mime/packages/xca.xml share/pixmaps/xca-32x32.xpm %%DATADIR%%/CA.xca -%%DATADIR%%/HTTPS_client.xca -%%DATADIR%%/HTTPS_server.xca +%%DATADIR%%/TLS_client.xca +%%DATADIR%%/TLS_server.xca %%DATADIR%%/dn.txt %%DATADIR%%/eku.txt %%DATADIR%%/oids.txt %%DATADIR%%/xca_de.qm %%DATADIR%%/xca_es.qm %%DATADIR%%/xca_fr.qm %%DATADIR%%/xca_hr.qm +%%DATADIR%%/xca_it.qm +%%DATADIR%%/xca_ja.qm +%%DATADIR%%/xca_nl.qm %%DATADIR%%/xca_pl.qm %%DATADIR%%/xca_pt_BR.qm %%DATADIR%%/xca_ru.qm %%DATADIR%%/xca_sk.qm %%DATADIR%%/xca_tr.qm +%%DATADIR%%/xca_zh_CN.qm