From c770da752ddd6fbb0200176956abd13eebf272f7 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 9 Dec 2021 11:21:51 +0100 Subject: archivers/quazip: update to 1.2, latest upstream Release notes are here: https://github.com/stachenov/quazip/releases/tag/v1.2 There are a handful of internal changes that don't affect us (allowing QtZip, for instance) or don't show up in our use of quazip (-lz in pkgconfig file). There's one relevant change to close() that **might** affect consumers, but then I'd expect bug reports from the consumers about failures on load/save. While here, move the libraries needed only for testing to _build. Bumping PORTREVISION of consumers. Reported by: portscout --- security/keepassxc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/keepassxc') diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index 20219ef89f42..cb1789f5d077 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -1,5 +1,6 @@ PORTNAME= keepassxc DISTVERSION= 2.6.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/ -- cgit v1.2.3