From a2a8a1f8b59a55cbfd43e0c4ed02688344311418 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 1 Oct 2015 21:19:09 +0000 Subject: [PATCH] dos2unix: bump version. --- .../{dos2unix-7.2.2.recipe => dos2unix-7.3.1.recipe} | 6 +++--- .../{dos2unix-7.2.2.patchset => dos2unix-7.3.1.patchset} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename app-text/dos2unix/{dos2unix-7.2.2.recipe => dos2unix-7.3.1.recipe} (84%) rename app-text/dos2unix/patches/{dos2unix-7.2.2.patchset => dos2unix-7.3.1.patchset} (100%) diff --git a/app-text/dos2unix/dos2unix-7.2.2.recipe b/app-text/dos2unix/dos2unix-7.3.1.recipe similarity index 84% rename from app-text/dos2unix/dos2unix-7.2.2.recipe rename to app-text/dos2unix/dos2unix-7.3.1.recipe index 324f24eb0..ac3ecfbde 100644 --- a/app-text/dos2unix/dos2unix-7.2.2.recipe +++ b/app-text/dos2unix/dos2unix-7.3.1.recipe @@ -10,7 +10,7 @@ COPYRIGHT="2009-2015 Erwin Waterlander LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="http://downloads.sourceforge.net/project/dos2unix/dos2unix/$portVersion/dos2unix-$portVersion.tar.gz" -CHECKSUM_SHA256="9c23907296267fa4ea66e1ee03eb6f6229cf7b64968318d00a77076ae89c2612" +CHECKSUM_SHA256="f4d5df24d181c2efecf7631aab6e894489012396092cf206829f1f9a98556b94" PATCHES="dos2unix-$portVersion.patchset" ARCHITECTURES="x86 x86_gcc2 x86_64" @@ -39,12 +39,12 @@ BUILD_PREREQUIRES=" BUILD() { find -name "*.1" | xargs touch - make $jobArgs ENABLE_NLS='' prefix="$prefix" + make $jobArgs ENABLE_NLS= MANFILES= MANPOTFILE= prefix="$prefix" } INSTALL() { - make strip install ENABLE_NLS='' prefix="$prefix" + make strip install MANFILES= ENABLE_NLS= MANPOTFILE= prefix="$prefix" mkdir -p $docDir $manDir mv $prefix/share/doc/dos2unix-*/* $docDir/ diff --git a/app-text/dos2unix/patches/dos2unix-7.2.2.patchset b/app-text/dos2unix/patches/dos2unix-7.3.1.patchset similarity index 100% rename from app-text/dos2unix/patches/dos2unix-7.2.2.patchset rename to app-text/dos2unix/patches/dos2unix-7.3.1.patchset