From 74c3453bc9c12a57f75ef595ffe7ee13d4f80b66 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 2 Jun 2015 19:45:59 +0000 Subject: [PATCH] libwps: bump version. * remove libtool file. --- ...etonyek-0.1.1.recipe => libetonyek-0.1.2.recipe} | 0 .../{libmwaw-0.3.3.recipe => libmwaw-0.3.5.recipe} | 0 ...ibmwaw-0.3.3.patchset => libmwaw-0.3.5.patchset} | 0 .../{libwps-0.3.0.recipe => libwps-0.3.1.recipe} | 13 ++++++++----- .../{mpg123-1.22.0.recipe => mpg123-1.22.2.recipe} | 0 ...pg123-1.22.0.patchset => mpg123-1.22.2.patchset} | 0 6 files changed, 8 insertions(+), 5 deletions(-) rename app-text/libetonyek/{libetonyek-0.1.1.recipe => libetonyek-0.1.2.recipe} (100%) rename app-text/libmwaw/{libmwaw-0.3.3.recipe => libmwaw-0.3.5.recipe} (100%) rename app-text/libmwaw/patches/{libmwaw-0.3.3.patchset => libmwaw-0.3.5.patchset} (100%) rename app-text/libwps/{libwps-0.3.0.recipe => libwps-0.3.1.recipe} (88%) rename media-sound/mpg123/{mpg123-1.22.0.recipe => mpg123-1.22.2.recipe} (100%) rename media-sound/mpg123/patches/{mpg123-1.22.0.patchset => mpg123-1.22.2.patchset} (100%) diff --git a/app-text/libetonyek/libetonyek-0.1.1.recipe b/app-text/libetonyek/libetonyek-0.1.2.recipe similarity index 100% rename from app-text/libetonyek/libetonyek-0.1.1.recipe rename to app-text/libetonyek/libetonyek-0.1.2.recipe diff --git a/app-text/libmwaw/libmwaw-0.3.3.recipe b/app-text/libmwaw/libmwaw-0.3.5.recipe similarity index 100% rename from app-text/libmwaw/libmwaw-0.3.3.recipe rename to app-text/libmwaw/libmwaw-0.3.5.recipe diff --git a/app-text/libmwaw/patches/libmwaw-0.3.3.patchset b/app-text/libmwaw/patches/libmwaw-0.3.5.patchset similarity index 100% rename from app-text/libmwaw/patches/libmwaw-0.3.3.patchset rename to app-text/libmwaw/patches/libmwaw-0.3.5.patchset diff --git a/app-text/libwps/libwps-0.3.0.recipe b/app-text/libwps/libwps-0.3.1.recipe similarity index 88% rename from app-text/libwps/libwps-0.3.0.recipe rename to app-text/libwps/libwps-0.3.1.recipe index 35b604dcd..da1ce4c68 100644 --- a/app-text/libwps/libwps-0.3.0.recipe +++ b/app-text/libwps/libwps-0.3.1.recipe @@ -15,10 +15,10 @@ Laurent Alonso Andrew Ziem David Tardon " -REVISION="2" -CHECKSUM_SHA256="243d1dfc9bb53ac9d05405379a119e9b7d999714de3a3d56f4d3c505cedad43a" +REVISION="1" +CHECKSUM_SHA256="ceb6b1aac4646c641709a00a1bdceb296b30fe8b5e52446f104892e9cc338d4f" -ARCHITECTURES="x86 ?x86_64" +ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building # for a different secondary architecture. @@ -34,7 +34,7 @@ PROVIDES=" cmd:wps2html$secondaryArchSuffix cmd:wps2raw$secondaryArchSuffix cmd:wps2text$secondaryArchSuffix - lib:libwps_0.3$secondaryArchSuffix = 3.0.0 compat >= 3 + lib:libwps_0.3$secondaryArchSuffix = 3.0.1 compat >= 3 " REQUIRES=" haiku$secondaryArchSuffix @@ -80,6 +80,9 @@ BUILD() INSTALL() { make install + + # remove libtool file + rm $libDir/libwps-0.3.la prepareInstalledDevelLibs libwps-0.3 fixPkgconfig @@ -89,7 +92,7 @@ INSTALL() PROVIDES_devel=" libwps${secondaryArchSuffix}_devel = $portVersion - devel:libwps_0.3$secondaryArchSuffix = 3.0.0 compat >= 3 + devel:libwps_0.3$secondaryArchSuffix = 3.0.1 compat >= 3 " REQUIRES_devel=" libwps$secondaryArchSuffix == $portVersion base diff --git a/media-sound/mpg123/mpg123-1.22.0.recipe b/media-sound/mpg123/mpg123-1.22.2.recipe similarity index 100% rename from media-sound/mpg123/mpg123-1.22.0.recipe rename to media-sound/mpg123/mpg123-1.22.2.recipe diff --git a/media-sound/mpg123/patches/mpg123-1.22.0.patchset b/media-sound/mpg123/patches/mpg123-1.22.2.patchset similarity index 100% rename from media-sound/mpg123/patches/mpg123-1.22.0.patchset rename to media-sound/mpg123/patches/mpg123-1.22.2.patchset