svn commit: r482426 - in branches/2018Q4/devel/qca: . files

Antoine Brodin antoine at FreeBSD.org
Fri Oct 19 13:05:55 UTC 2018


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 at 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 at 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


More information about the svn-ports-all mailing list