diff --git a/dev-util/idutils/idutils-4.6.recipe b/dev-util/idutils/idutils-4.6.recipe index 788e41def..6dfc6310f 100644 --- a/dev-util/idutils/idutils-4.6.recipe +++ b/dev-util/idutils/idutils-4.6.recipe @@ -16,7 +16,7 @@ organize, can benefit from the ID utilities." HOMEPAGE="http://www.gnu.org/software/idutils/" SRC_URI="http://ftp.gnu.org/gnu/idutils/idutils-4.6.tar.xz" CHECKSUM_MD5="99b572536377fcddb4d38e86a3c215fd" -REVISION="1" +REVISION="2" LICENSE="GNU GPL v2" COPYRIGHT="1986-2012 Free Software Foundation, Inc." SOURCE_DIR="$portVersionedName" @@ -65,4 +65,5 @@ BUILD() INSTALL() { make install + rm $libDir/charset.alias } diff --git a/sys-apps/diffutils/diffutils-3.3.recipe b/sys-apps/diffutils/diffutils-3.3.recipe index e394ad47a..5391d5f56 100644 --- a/sys-apps/diffutils/diffutils-3.3.recipe +++ b/sys-apps/diffutils/diffutils-3.3.recipe @@ -23,7 +23,7 @@ COPYRIGHT="1992-2013 Free Software Foundation, Inc." HOMEPAGE="http://www.gnu.org/software/diffutils/" SRC_URI="http://ftp.gnu.org/pub/gnu/diffutils/diffutils-3.3.tar.xz" CHECKSUM_MD5="99180208ec2a82ce71f55b0d7389f1b3" -REVISION="1" +REVISION="2" ARCHITECTURES="x86 x86_gcc2" PROVIDES=" @@ -58,6 +58,7 @@ BUILD() INSTALL() { make install + rm $libDir/charset.alias } TEST() diff --git a/sys-devel/patch/patch-2.7.1.recipe b/sys-devel/patch/patch-2.7.1.recipe index 80d5bc4d7..43966cda9 100644 --- a/sys-devel/patch/patch-2.7.1.recipe +++ b/sys-devel/patch/patch-2.7.1.recipe @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/patch/" SRC_URI="http://ftp.gnu.org/pub/gnu/patch/patch-2.7.1.tar.bz2" CHECKSUM_MD5="0881a7c6477862fc395f373ada0ec6b6" ARCHITECTURES="x86 x86_gcc2" -REVISION="1" +REVISION="2" PROVIDES=" patch = $portVersion @@ -38,4 +38,5 @@ BUILD() INSTALL() { make install + rm $libDir/charset.alias }