From owner-svn-ports-all@freebsd.org Thu Apr 30 20:24:16 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2CA6F2C7BEE; Thu, 30 Apr 2020 20:24:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Cn0c0NlTz41Vd; Thu, 30 Apr 2020 20:24:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 08B912498E; Thu, 30 Apr 2020 20:24:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03UKOF9A062593; Thu, 30 Apr 2020 20:24:15 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03UKOFK9062590; Thu, 30 Apr 2020 20:24:15 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202004302024.03UKOFK9062590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 30 Apr 2020 20:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533473 - in head/security/xca: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/security/xca: . files X-SVN-Commit-Revision: 533473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2020 20:24:16 -0000 Author: madpilot Date: Thu Apr 30 20:24:14 2020 New Revision: 533473 URL: https://svnweb.freebsd.org/changeset/ports/533473 Log: Update xca to 2.3.0 Added: head/security/xca/files/patch-img_Makefile (contents, props changed) Modified: head/security/xca/Makefile head/security/xca/distinfo head/security/xca/pkg-plist Modified: head/security/xca/Makefile ============================================================================== --- head/security/xca/Makefile Thu Apr 30 19:48:06 2020 (r533472) +++ head/security/xca/Makefile Thu Apr 30 20:24:14 2020 (r533473) @@ -2,9 +2,9 @@ # $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 @@ -14,8 +14,8 @@ 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 @@ -24,10 +24,8 @@ 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 Modified: head/security/xca/distinfo ============================================================================== --- head/security/xca/distinfo Thu Apr 30 19:48:06 2020 (r533472) +++ head/security/xca/distinfo Thu Apr 30 20:24:14 2020 (r533473) @@ -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 Added: head/security/xca/files/patch-img_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/xca/files/patch-img_Makefile Thu Apr 30 20:24:14 2020 (r533473) @@ -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 Modified: head/security/xca/pkg-plist ============================================================================== --- head/security/xca/pkg-plist Thu Apr 30 19:48:06 2020 (r533472) +++ head/security/xca/pkg-plist Thu Apr 30 20:24:14 2020 (r533473) @@ -18,7 +18,10 @@ share/applications/xca.desktop %%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