Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2019 18:22:43 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500218 - in head/devel/qca: . files
Message-ID:  <201904271822.x3RIMhn1007059@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Sat Apr 27 18:22:42 2019
New Revision: 500218
URL: https://svnweb.freebsd.org/changeset/ports/500218

Log:
  Update devel/qca to latest upstream version 2.2.1
  
   - Mostly for new botan2 support
   - Build fixes back-and-forth
  
  The patches are all dropped because they copy what's in git,
  or mess around with the test suite to no avail. libressl
  is still unsupported (at this point, also because py-cryptography
  doesn't build with it).

Deleted:
  head/devel/qca/files/
Modified:
  head/devel/qca/Makefile
  head/devel/qca/distinfo

Modified: head/devel/qca/Makefile
==============================================================================
--- head/devel/qca/Makefile	Sat Apr 27 17:49:56 2019	(r500217)
+++ head/devel/qca/Makefile	Sat Apr 27 18:22:42 2019	(r500218)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	qca
-PORTVERSION=	2.1.3
-PORTREVISION=	7
+PORTVERSION=	2.2.1
 CATEGORIES=	devel
-MASTER_SITES=	KDE/stable/qca/${PORTVERSION}/src
+MASTER_SITES=	KDE/stable/qca/${PORTVERSION}
 PKGNAMESUFFIX=	-qt5
 
 MAINTAINER=	kde@FreeBSD.org
@@ -30,9 +29,11 @@ USE_QT=	core buildtools_build qmake_build
 
 PLIST_SUB=	SHLIB_VER=${PORTVERSION}
 
-OPTIONS_DEFINE=	GNUPG OPENSSL SASL TEST
+OPTIONS_DEFINE=	BOTAN GNUPG OPENSSL SASL TEST
 OPTIONS_DEFAULT=GNUPG OPENSSL
 OPTIONS_SUB=	yes
+
+BOTAN_LIB_DEPENDS=	libbotan-2.so:security/botan2
 
 GNUPG_CMAKE_ON=		-DWITH_gnupg_PLUGIN=yes
 GNUPG_RUN_DEPENDS=	gpg2:security/gnupg

Modified: head/devel/qca/distinfo
==============================================================================
--- head/devel/qca/distinfo	Sat Apr 27 17:49:56 2019	(r500217)
+++ head/devel/qca/distinfo	Sat Apr 27 18:22:42 2019	(r500218)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518775098
-SHA256 (qca-2.1.3.tar.xz) = 003fd86a32421057a03b18a8168db52e2940978f9db5ebbb6a08882f8ab1e353
-SIZE (qca-2.1.3.tar.xz) = 686340
+TIMESTAMP = 1556314674
+SHA256 (qca-2.2.1.tar.xz) = d716d2d8e3ed8d95bbdb061f03081d7d032206f746a30a4d29d72196f50e7b02
+SIZE (qca-2.2.1.tar.xz) = 691676



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904271822.x3RIMhn1007059>