Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2024 04:50:46 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1129ab7c1ed4 - main - archivers/peazip: Update to 9.9.1
Message-ID:  <202409180450.48I4okPS082965@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1129ab7c1ed449d217e8ca56baa6571a94bb67dd

commit 1129ab7c1ed449d217e8ca56baa6571a94bb67dd
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-09-18 04:49:21 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-09-18 04:49:21 +0000

    archivers/peazip: Update to 9.9.1
    
    - Add ONLY_FOR_ARCHS entry. It was removed from fpc and lazarus mk files
    - Include support for aarch64
---
 archivers/peazip/Makefile | 4 +++-
 archivers/peazip/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile
index aec6c26a4483..c6c013b820ab 100644
--- a/archivers/peazip/Makefile
+++ b/archivers/peazip/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	peazip
-PORTVERSION=	9.8.0
+PORTVERSION=	9.9.1
 CATEGORIES=	archivers
 MASTER_SITES=	https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/
 PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
@@ -11,6 +11,8 @@ WWW=		https://peazip.github.io
 
 LICENSE=	LGPL3
 
+ONLY_FOR_ARCHS=	i386 amd64 aarch64
+
 USES=		cpe desktop-file-utils dos2unix fpc lazarus:flavors zip xorg
 USE_XORG=	x11
 
diff --git a/archivers/peazip/distinfo b/archivers/peazip/distinfo
index 72b921efcef1..5befb5e5ebc5 100644
--- a/archivers/peazip/distinfo
+++ b/archivers/peazip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718518664
-SHA256 (peazip-9.8.0.src.zip) = 023e95eb698e1645a66315b9db1bf5f996fbc32c9ec41c64d96a2e02e00ab5de
-SIZE (peazip-9.8.0.src.zip) = 8000860
+TIMESTAMP = 1726633881
+SHA256 (peazip-9.9.1.src.zip) = 98ee74127bfc8ff1a8920a05f9fe1a61c319d754fa67214464ea656b90ac574f
+SIZE (peazip-9.9.1.src.zip) = 5544104



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