From 18877efce46fd1f1b72e1f814a0abd7858494f8a Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 22 Sep 2017 18:03:27 +0200 Subject: [PATCH] tig: bump version. --- .../{tig-2.2.1.recipe => tig-2.2.2.recipe} | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) rename dev-vcs/tig/{tig-2.2.1.recipe => tig-2.2.2.recipe} (84%) diff --git a/dev-vcs/tig/tig-2.2.1.recipe b/dev-vcs/tig/tig-2.2.2.recipe similarity index 84% rename from dev-vcs/tig/tig-2.2.1.recipe rename to dev-vcs/tig/tig-2.2.2.recipe index 1d32c5f41..c71989846 100644 --- a/dev-vcs/tig/tig-2.2.1.recipe +++ b/dev-vcs/tig/tig-2.2.2.recipe @@ -7,9 +7,9 @@ HOMEPAGE="http://jonas.nitro.dk/tig/ https://jonas.github.io/tig/" COPYRIGHT="2006-2016 Jonas Fonseca" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/jonas/tig/releases/download/tig-$portVersion/tig-$portVersion.tar.gz" -CHECKSUM_SHA256="0b48080896de59179c45c980080b4b414bb235df65ad08d661a9c9e169c3fa71" +CHECKSUM_SHA256="316214d87f7693abc0cbe8ebbb85decdf5e1b49d7ad760ac801af3dd73385e35" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="!x86_gcc2 x86" @@ -33,30 +33,30 @@ REQUIRES=" " BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel devel:libiconv$secondaryArchSuffix devel:libncurses$secondaryArchSuffix devel:libreadline$secondaryArchSuffix " BUILD_PREREQUIRES=" - haiku${secondaryArchSuffix}_devel cmd:asciidoc cmd:autoconf cmd:find - cmd:git - cmd:libtoolize$secondaryArchSuffix - cmd:make cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix + cmd:libtoolize$secondaryArchSuffix + cmd:make + cmd:pkg_config$secondaryArchSuffix " GLOBAL_WRITABLE_FILES="settings/tigrc keep-old" BUILD() { - libtoolize --force --copy --install - ./autogen.sh - runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir - make + autoreconf -fi -I tools + runConfigure --omit-dirs binDir ./configure \ + --bindir=$commandBinDir + make $jobArgs DIST_VERSION=$portVersion } INSTALL()