svn commit: r533473 - in head/security/xca: . files
Guido Falsi
madpilot at FreeBSD.org
Thu Apr 30 20:24:16 UTC 2020
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 at 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
More information about the svn-ports-head
mailing list