Index: head/security/xca/Makefile =================================================================== --- head/security/xca/Makefile (revision 533472) +++ head/security/xca/Makefile (revision 533473) @@ -1,44 +1,42 @@ # Created by: Valentin Zahariev # $FreeBSD$ PORTNAME= xca -PORTVERSION= 2.2.1 -DISTVERSIONPREFIX= RELEASE. +PORTVERSION= 2.3.0 CATEGORIES= security +MASTER_SITES= https://github.com/${GH_ACCOUNT}/xca/releases/download/RELEASE.${PORTVERSION}/ 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 +USES= 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 533472) +++ head/security/xca/distinfo (revision 533473) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580463281 -SHA256 (chris2511-xca-RELEASE.2.2.1_GH0.tar.gz) = 595e71d3b2b5b944a30cf87d3364427c47234730d995f0044fbf68aec9490bbd -SIZE (chris2511-xca-RELEASE.2.2.1_GH0.tar.gz) = 1313088 +TIMESTAMP = 1588241325 +SHA256 (xca-2.3.0.tar.gz) = 3d168a225efaf9b2213e9ad2ba0abbccfcad139181dd2be668c2bbe21955a248 +SIZE (xca-2.3.0.tar.gz) = 1354154 Index: head/security/xca/files/patch-img_Makefile =================================================================== --- head/security/xca/files/patch-img_Makefile (nonexistent) +++ head/security/xca/files/patch-img_Makefile (revision 533473) @@ -0,0 +1,10 @@ +--- img/Makefile.orig 2020-04-29 13:18:49 UTC ++++ img/Makefile +@@ -29,6 +29,7 @@ install-pixmaps: $(PIXMAPS) + install-icons: $(ICONS) + for SZ in 16 32 64; do \ + if [ -f xca-$${SZ}x$${SZ}.png ]; then \ ++ install -d $(DESTDIR)$(ICONDIR)/$${SZ}x$${SZ}/apps ; \ + install -D -m 0644 xca-$${SZ}x$${SZ}.png $(DESTDIR)$(ICONDIR)/$${SZ}x$${SZ}/apps/$(ICON_NAME).png ; \ + fi ; \ + done Property changes on: head/security/xca/files/patch-img_Makefile ___________________________________________________________________ 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 533472) +++ head/security/xca/pkg-plist (revision 533473) @@ -1,40 +1,43 @@ 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 +share/icons/hicolor/16x16/apps/xca.png +share/icons/hicolor/32x32/apps/xca.png +share/icons/hicolor/64x64/apps/xca.png +share/pixmaps/xca.xpm %%DATADIR%%/CA.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