From 096c6bccd41db35715de3f4810a613f2f4b2cee1 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 18 Sep 2017 17:33:58 +0200 Subject: [PATCH] global: bump version. --- ...{global-6.3.recipe => global-6.5.7.recipe} | 20 +++++++++---------- ...bal-6.3.patchset => global-6.5.7.patchset} | 0 2 files changed, 10 insertions(+), 10 deletions(-) rename dev-util/global/{global-6.3.recipe => global-6.5.7.recipe} (78%) rename dev-util/global/patches/{global-6.3.patchset => global-6.5.7.patchset} (100%) diff --git a/dev-util/global/global-6.3.recipe b/dev-util/global/global-6.5.7.recipe similarity index 78% rename from dev-util/global/global-6.3.recipe rename to dev-util/global/global-6.5.7.recipe index 75d1acca8..4f8124f90 100644 --- a/dev-util/global/global-6.3.recipe +++ b/dev-util/global/global-6.5.7.recipe @@ -11,11 +11,11 @@ COPYRIGHT="2000-2013 Tama Communications Corporation 2007-2013 Free Software Foundation, Inc." LICENSE="GNU GPL v3" REVISION="1" -SOURCE_URI="http://ftp.gnu.org/pub/gnu/global/global-6.3.tar.gz" -CHECKSUM_SHA256="c91c741ebf5a27fcb3a61c93f2ee4b97ba265ecb2f48644751d0d5e133c3f8db" -PATCHES="global-6.3.patchset" +SOURCE_URI="http://ftp.gnu.org/pub/gnu/global/global-$portVersion.tar.gz" +CHECKSUM_SHA256="d9c08fa524f9499b54241cb2d72f8a7df01453b6d5e012a63784ded08e3acd32" +PATCHES="global-$portVersion.patchset" -ARCHITECTURES="x86 x86_gcc2" +ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" global = $portVersion compat >= 6.3 @@ -29,17 +29,17 @@ PROVIDES=" " REQUIRES=" haiku - ncurses + lib:libltdl + lib:libncurses cmd:ctags cmd:sort - lib:libltdl " BUILD_REQUIRES=" + haiku_devel devel:libncurses " BUILD_PREREQUIRES=" - haiku_devel cmd:autoreconf cmd:aclocal cmd:autoconf @@ -59,9 +59,9 @@ BUILD() { autoreconf -fi runConfigure ./configure \ - --with-ncurses \ - --with-exuberant-ctags=${portPackageLinksDir}/cmd~ctags/bin/ctags \ - --with-posix-sort=${portPackageLinksDir}/cmd~sort/bin/sort + --with-ncurses \ + --with-exuberant-ctags=${portPackageLinksDir}/cmd~ctags/bin/ctags \ + --with-posix-sort=${portPackageLinksDir}/cmd~sort/bin/sort make } diff --git a/dev-util/global/patches/global-6.3.patchset b/dev-util/global/patches/global-6.5.7.patchset similarity index 100% rename from dev-util/global/patches/global-6.3.patchset rename to dev-util/global/patches/global-6.5.7.patchset