diff --git a/net-libs/enet/enet-1.3.13.recipe b/net-libs/enet/enet-1.3.14.recipe similarity index 85% rename from net-libs/enet/enet-1.3.13.recipe rename to net-libs/enet/enet-1.3.14.recipe index 971e035ee..46d0bd28f 100644 --- a/net-libs/enet/enet-1.3.13.recipe +++ b/net-libs/enet/enet-1.3.14.recipe @@ -12,15 +12,15 @@ COPYRIGHT="2002-2010 Lee Salzman" LICENSE="MIT" REVISION="1" SOURCE_URI="http://enet.bespin.org/download/enet-$portVersion.tar.gz" -CHECKSUM_SHA256="e36072021faa28731b08c15b1c3b5b91b911baf5f6abcc7fe4a6d425abada35c" +CHECKSUM_SHA256="98f6f57aab0a424469619ed3047728f0d3901ce8f0dea919c11e7966d807e870" PATCHES="enet-$portVersion.patchset" ARCHITECTURES="x86_gcc2 ?x86 x86_64" -SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" enet$secondaryArchSuffix = $portVersion - lib:libenet$secondaryArchSuffix = 7.0.1 compat >= 7 + lib:libenet$secondaryArchSuffix = 7.0.2 compat >= 7 " REQUIRES=" haiku$secondaryArchSuffix @@ -28,7 +28,7 @@ REQUIRES=" PROVIDES_devel=" enet${secondaryArchSuffix}_devel = $portVersion - devel:libenet$secondaryArchSuffix = 7.0.1 compat >= 7 + devel:libenet$secondaryArchSuffix = 7.0.2 compat >= 7 " REQUIRES_devel=" enet$secondaryArchSuffix == $portVersion base @@ -58,7 +58,7 @@ INSTALL() { make install - rm $libDir/libenet.la + rm $libDir/libenet.la $libDir/libenet.a prepareInstalledDevelLibs libenet fixPkgconfig diff --git a/net-libs/enet/patches/enet-1.3.13.patchset b/net-libs/enet/patches/enet-1.3.14.patchset similarity index 100% rename from net-libs/enet/patches/enet-1.3.13.patchset rename to net-libs/enet/patches/enet-1.3.14.patchset