diff --git a/sys-devel/autoconf/autoconf-2.68.recipe b/sys-devel/autoconf/autoconf-2.68.recipe index 94892a1aa..29e89a89e 100644 --- a/sys-devel/autoconf/autoconf-2.68.recipe +++ b/sys-devel/autoconf/autoconf-2.68.recipe @@ -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" diff --git a/sys-devel/automake/automake-1.11.1.recipe b/sys-devel/automake/automake-1.11.1.recipe index 77bbbef50..36fb1aed4 100644 --- a/sys-devel/automake/automake-1.11.1.recipe +++ b/sys-devel/automake/automake-1.11.1.recipe @@ -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."