From a9208049df3382e57e348697863aac26f35edfd2 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 5 Oct 2019 20:38:30 +0200 Subject: [PATCH] calcurse: bump version. --- .../{calcurse-4.3.0.recipe => calcurse-4.5.0.recipe} | 5 +++-- .../{calcurse-4.3.0.patchset => calcurse-4.5.0.patchset} | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) rename app-office/calcurse/{calcurse-4.3.0.recipe => calcurse-4.5.0.recipe} (92%) rename app-office/calcurse/patches/{calcurse-4.3.0.patchset => calcurse-4.5.0.patchset} (99%) diff --git a/app-office/calcurse/calcurse-4.3.0.recipe b/app-office/calcurse/calcurse-4.5.0.recipe similarity index 92% rename from app-office/calcurse/calcurse-4.3.0.recipe rename to app-office/calcurse/calcurse-4.5.0.recipe index 32470019f..db12af88d 100644 --- a/app-office/calcurse/calcurse-4.3.0.recipe +++ b/app-office/calcurse/calcurse-4.5.0.recipe @@ -8,9 +8,9 @@ appointments, making it suitable for use in scripts." HOMEPAGE="http://calcurse.org/" COPYRIGHT="2005-2017 calcurse Development Team" LICENSE="BSD (2-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="http://calcurse.org/files/calcurse-$portVersion.tar.gz" -CHECKSUM_SHA256="31ecc3dc09e1e561502b4c94f965ed6b167c03e9418438c4a7ad5bad2c785f9a" +CHECKSUM_SHA256="c372ef16abcacb33a1aca99d0d4eba7c5cc8121fa96360f9d6edc0506e655cee" PATCHES="calcurse-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86_64" @@ -30,6 +30,7 @@ PROVIDES=" cmd:calcurse$commandSuffix cmd:calcurse_caldav$commandSuffix cmd:calcurse_upgrade$commandSuffix + cmd:calcurse_vdir$commandSuffix " REQUIRES=" haiku$secondaryArchSuffix diff --git a/app-office/calcurse/patches/calcurse-4.3.0.patchset b/app-office/calcurse/patches/calcurse-4.5.0.patchset similarity index 99% rename from app-office/calcurse/patches/calcurse-4.3.0.patchset rename to app-office/calcurse/patches/calcurse-4.5.0.patchset index 931d04c05..fec713db4 100644 --- a/app-office/calcurse/patches/calcurse-4.3.0.patchset +++ b/app-office/calcurse/patches/calcurse-4.5.0.patchset @@ -16,7 +16,7 @@ index b1480ec..d516199 100644 AC_PREREQ(2.59) AC_INIT([calcurse], - m4_esyscmd([build-aux/git-version-gen .version]), -+ 4.3.0, ++ 4.5.0, [bugs@calcurse.org]) AM_INIT_AUTOMAKE #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])