From f4cca4593473f45295164c722ee6a4cfd86155e1 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 5 Oct 2019 20:54:21 +0200 Subject: [PATCH] cscope: bump version. --- dev-util/cscope/{cscope-15.8b.recipe => cscope-15.9.recipe} | 6 +++--- .../patches/{cscope-15.8b.patchset => cscope-15.9.patchset} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-util/cscope/{cscope-15.8b.recipe => cscope-15.9.recipe} (87%) rename dev-util/cscope/patches/{cscope-15.8b.patchset => cscope-15.9.patchset} (100%) diff --git a/dev-util/cscope/cscope-15.8b.recipe b/dev-util/cscope/cscope-15.9.recipe similarity index 87% rename from dev-util/cscope/cscope-15.8b.recipe rename to dev-util/cscope/cscope-15.9.recipe index 9fe04034b..95cb07697 100644 --- a/dev-util/cscope/cscope-15.8b.recipe +++ b/dev-util/cscope/cscope-15.9.recipe @@ -12,9 +12,9 @@ Allows searching code for: HOMEPAGE="http://cscope.sourceforge.net/" COPYRIGHT="1998-2000 The Santa Cruz Operation" LICENSE="BSD (3-clause)" -REVISION="2" -SOURCE_URI="http://sourceforge.net/projects/cscope/files/cscope/$portVersion/cscope-$portVersion.tar.gz" -CHECKSUM_SHA256="4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af" +REVISION="1" +SOURCE_URI="http://sourceforge.net/projects/cscope/files/cscope/v$portVersion/cscope-$portVersion.tar.gz" +CHECKSUM_SHA256="c5505ae075a871a9cd8d9801859b0ff1c09782075df281c72c23e72115d9f159" PATCHES="cscope-$portVersion.patchset" ARCHITECTURES=" x86_gcc2 x86 x86_64" diff --git a/dev-util/cscope/patches/cscope-15.8b.patchset b/dev-util/cscope/patches/cscope-15.9.patchset similarity index 100% rename from dev-util/cscope/patches/cscope-15.8b.patchset rename to dev-util/cscope/patches/cscope-15.9.patchset