Date: Fri, 19 Oct 2018 13:05:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482426 - in branches/2018Q4/devel/qca: . files Message-ID: <201810191305.w9JD5suW016880@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Oct 19 13:05:54 2018 New Revision: 482426 URL: https://svnweb.freebsd.org/changeset/ports/482426 Log: MFH: r481850 Fix devel/qca with OpenSSL 1.1.1. Contains portions extracted from upstream and portions created by submitter. Upstream bits are marked with their git hash. PR: 228902 Submitted by: Nathan <ndowens@yahoo.com> Reported by: brnrd Added: branches/2018Q4/devel/qca/files/ - copied from r481850, head/devel/qca/files/ Modified: branches/2018Q4/devel/qca/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/devel/qca/Makefile ============================================================================== --- branches/2018Q4/devel/qca/Makefile Fri Oct 19 13:04:29 2018 (r482425) +++ branches/2018Q4/devel/qca/Makefile Fri Oct 19 13:05:54 2018 (r482426) @@ -3,13 +3,16 @@ PORTNAME= qca PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= KDE/stable/qca/${PORTVERSION}/src PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= kde@FreeBSD.org COMMENT= Cross-platform crypto API for Qt ${FLAVOR:C/qt//} + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810191305.w9JD5suW016880>