global: bump version.

This commit is contained in:
Jerome Duval
2017-09-18 17:33:58 +02:00
parent 8e192f0319
commit 096c6bccd4
2 changed files with 10 additions and 10 deletions

View File

@@ -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
}