From e55f6fe13b4317ddf726693eaa76e3a0fd2c583d Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 3 Aug 2023 08:35:17 +0000 Subject: [PATCH] p7zip, bump version (#9138) --- .../p7zip/{p7zip-17.04.recipe => p7zip-17.05.recipe} | 11 +++++------ .../{p7zip-17.04.patchset => p7zip-17.05.patchset} | 0 2 files changed, 5 insertions(+), 6 deletions(-) rename app-arch/p7zip/{p7zip-17.04.recipe => p7zip-17.05.recipe} (78%) rename app-arch/p7zip/patches/{p7zip-17.04.patchset => p7zip-17.05.patchset} (100%) diff --git a/app-arch/p7zip/p7zip-17.04.recipe b/app-arch/p7zip/p7zip-17.05.recipe similarity index 78% rename from app-arch/p7zip/p7zip-17.04.recipe rename to app-arch/p7zip/p7zip-17.05.recipe index 7b68034f1..f319eb5c5 100644 --- a/app-arch/p7zip/p7zip-17.04.recipe +++ b/app-arch/p7zip/p7zip-17.05.recipe @@ -1,13 +1,12 @@ SUMMARY="7-zip file compression program" -DESCRIPTION=" -p7zip is a port of 7za.exe for POSIX systems like Unix (Linux, Solaris, \ +DESCRIPTION="p7zip is a port of 7za.exe for POSIX systems like Unix (Linux, Solaris, \ OpenBSD, FreeBSD, Cygwin, AIX, ...), MacOS X and also for BeOS and Amiga." -HOMEPAGE="http://p7zip.sourceforge.net" +HOMEPAGE="https://github.com/p7zip-project/p7zip" COPYRIGHT="1999-2011 7-Zip Igor Pavlov." LICENSE="GNU LGPL v2.1" -REVISION="2" -SOURCE_URI="https://github.com/jinfeihan57/p7zip/archive/v$portVersion/p7zip-$portVersion.tar.gz" -CHECKSUM_SHA256="ea029a2e21d2d6ad0a156f6679bd66836204aa78148a4c5e498fe682e77127ef" +REVISION="1" +SOURCE_URI="https://github.com/p7zip-project/p7zip/archive/refs/tags/v$portVersion.tar.gz" +CHECKSUM_SHA256="d2788f892571058c08d27095c22154579dfefb807ebe357d145ab2ddddefb1a6" PATCHES="p7zip-$portVersion.patchset" ADDITIONAL_FILES="p7zip-expander-rules" diff --git a/app-arch/p7zip/patches/p7zip-17.04.patchset b/app-arch/p7zip/patches/p7zip-17.05.patchset similarity index 100% rename from app-arch/p7zip/patches/p7zip-17.04.patchset rename to app-arch/p7zip/patches/p7zip-17.05.patchset