Deactivate autoconf-2.68 and automake-1.11.1 for now.

* we need to make room for new versions (as support for multiple versions of
  a single port hasn't been implemented in haikuporter yet)
This commit is contained in:
Oliver Tappe
2013-04-21 19:55:45 +02:00
parent 2191f6611f
commit 4a90d4f15d
2 changed files with 7 additions and 8 deletions

View File

@@ -8,8 +8,8 @@ DESCRIPTION="
HOMEPAGE="http://www.gnu.org/software/autoconf/"
SRC_URI="http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.bz2"
CHECKSUM_MD5="864d785215aa60d627c91fcb21b05b07"
REVISION="4"
ARCHITECTURES="x86_gcc2 ?x86"
REVISION="5"
ARCHITECTURES="?x86_gcc2 ?x86"
LICENSE="
GNU GPL v2
GNU GPL v3"

View File

@@ -6,10 +6,12 @@ DESCRIPTION="
'Makefile.in' files are compatible with the GNU Makefile standards.
"
HOMEPAGE="http://www.gnu.org/software/automake/"
COPYRIGHT="2009 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.11.1.tar.gz"
CHECKSUM_MD5="4ee7f0ff5f0e467d58b6bd5da96b1c74"
REVISION="4"
ARCHITECTURES="x86_gcc2 ?x86"
REVISION="5"
ARCHITECTURES="?x86_gcc2 ?x86"
PROVIDES="
automake = $portVersion compat >= 1.11
@@ -24,7 +26,7 @@ REQUIRES="
coreutils
diffutils
cmd:m4 >= 1.4
cmd:perl >= 5
cmd:perl >= 5.8
cmd:sh
"
BUILD_REQUIRES="
@@ -54,6 +56,3 @@ TEST()
{
make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="2009 Free Software Foundation, Inc."