View | Details | Raw Unified | Return to bug 248771
Collapse All | Expand All

(-)security/keepassxc/Makefile (-6 / +1 lines)
Lines 1-15 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	keepassxc
3
PORTNAME=	keepassxc
4
DISTVERSION=	2.6.0
4
DISTVERSION=	2.6.1
5
CATEGORIES=	security
5
CATEGORIES=	security
6
MASTER_SITES=	https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/
6
MASTER_SITES=	https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/
7
7
8
PATCH_SITES=	https://github.com/keepassxreboot/keepassxc/commit/
9
PATCHFILES=	4f1d8943d6bae8d03aef81cdc9689acc60008a0e.patch:-p1 \
10
		2fe74c294774aeb2a2b32f55fe7ae4096d067215.patch:-p1 \
11
		76f33237b0f387c04b840eadf37b94bf0d412dd4.patch:-p1
12
13
MAINTAINER=	melanhit@gmail.com
8
MAINTAINER=	melanhit@gmail.com
14
COMMENT=	KeePass Cross-platform Community Edition
9
COMMENT=	KeePass Cross-platform Community Edition
15
10
(-)security/keepassxc/distinfo (-9 / +3 lines)
Lines 1-9 Link Here
1
TIMESTAMP = 1595077845
1
TIMESTAMP = 1597902592
2
SHA256 (keepassxc-2.6.0.tar.xz) = d0d23d97a73ac1cbf59bfca2f5d1506ae36dfcd4fbfb4225efe19931f035fd3a
2
SHA256 (keepassxc-2.6.1.tar.xz) = b466759947fcd71a59b8d498a1f154cb7b85b4f2a0a417c92a75845d8bac8cc8
3
SIZE (keepassxc-2.6.0.tar.xz) = 5628800
3
SIZE (keepassxc-2.6.1.tar.xz) = 5715948
4
SHA256 (4f1d8943d6bae8d03aef81cdc9689acc60008a0e.patch) = 5cd368cc3ea4a9ad84d2beed012948b2865fb26fc31dd4823ee79d17f24462cb
5
SIZE (4f1d8943d6bae8d03aef81cdc9689acc60008a0e.patch) = 1014
6
SHA256 (2fe74c294774aeb2a2b32f55fe7ae4096d067215.patch) = b0c3d501aba6b9b943ff35db106f13b7fdfdc839b2f4fe32edfdad20a93d7886
7
SIZE (2fe74c294774aeb2a2b32f55fe7ae4096d067215.patch) = 1490
8
SHA256 (76f33237b0f387c04b840eadf37b94bf0d412dd4.patch) = fd23abf882375e6db0714ca485c6502e151a2a4385808c018474b1a7d8cf152f
9
SIZE (76f33237b0f387c04b840eadf37b94bf0d412dd4.patch) = 2746

Return to bug 248771