diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-12-01 12:47:23 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-12-01 12:47:23 +0000 |
commit | 6575a407d648dbb6fda3965ac2ae35a8b3cdc45f (patch) | |
tree | c56bf63926555aa8705555e3faac58dfd462424a /security/qca2-qt5-gnupg | |
parent | 81ddbfecc8aeaf515cad8d457f26e795eb829af9 (diff) | |
download | pkgsrc-6575a407d648dbb6fda3965ac2ae35a8b3cdc45f.tar.gz |
qca2-qt5: Update to 2.3.5.
Detach from the qca2 build as a newer release is now required for QT5. I was
unable to find a list of changes since 2.2.1.
Diffstat (limited to 'security/qca2-qt5-gnupg')
-rw-r--r-- | security/qca2-qt5-gnupg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/qca2-qt5-gnupg/Makefile b/security/qca2-qt5-gnupg/Makefile index ba10618417f..e83ea10e432 100644 --- a/security/qca2-qt5-gnupg/Makefile +++ b/security/qca2-qt5-gnupg/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2022/11/23 16:21:02 adam Exp $ +# $NetBSD: Makefile,v 1.21 2022/12/01 12:47:23 jperkin Exp $ PKGNAME= qca2-qt5-gnupg-${DISTNAME:C/.*-//} -PKGREVISION= 11 COMMENT= Cross-platform crypto API for QT5 - GnuPG plugin -.include "../../security/qca2/Makefile.common" +.include "../../security/qca2-qt5/Makefile.common" DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2 |