From 9588f88af856cf216695e0fb56661632d95ef1ba Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sun, 18 Dec 2022 11:45:37 +0100 Subject: [PATCH] HaikuPorter: update to 1.2.6 This had been tagged a year ago but never packaged. Fixes #7357. --- ...ikuporter-1.2.5.recipe => haikuporter-1.2.6.recipe} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename haiku-apps/haikuporter/{haikuporter-1.2.5.recipe => haikuporter-1.2.6.recipe} (84%) diff --git a/haiku-apps/haikuporter/haikuporter-1.2.5.recipe b/haiku-apps/haikuporter/haikuporter-1.2.6.recipe similarity index 84% rename from haiku-apps/haikuporter/haikuporter-1.2.5.recipe rename to haiku-apps/haikuporter/haikuporter-1.2.6.recipe index ef3f7c2e0..6194702d7 100644 --- a/haiku-apps/haikuporter/haikuporter-1.2.5.recipe +++ b/haiku-apps/haikuporter/haikuporter-1.2.6.recipe @@ -8,11 +8,11 @@ patches, builds the software, and packages it according to so-called 'recipes'. See the wiki on the HaikuPorter website for more information on its usage \ and details on how to create those recipes." HOMEPAGE="https://github.com/haikuports/haikuporter" -COPYRIGHT="2013-2021 Haiku, Inc." +COPYRIGHT="2013-2022 Haiku, Inc." LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="9549fbc60509f33249d461b03f9f3aeb44fe86b99c23ad3e69b375354dc714a5" +CHECKSUM_SHA256="eed93efa18ccf96bd16e7ff2c749dfbd469cc32f9b1ea5f5a6db2849fb4aff87" ARCHITECTURES="any" @@ -27,7 +27,7 @@ PROVIDES=" REQUIRES=" haiku cmd:git - cmd:python3 + cmd:python3.9 " BUILD_REQUIRES=" @@ -49,8 +49,8 @@ INSTALL() mkdir -p $binDir cp haikuporter $binDir/ - mkdir -p $libDir/python3.7/vendor-packages/ - cp -R HaikuPorter $libDir/python3.7/vendor-packages/ + mkdir -p $libDir/python3.9/vendor-packages/ + cp -R HaikuPorter $libDir/python3.9/vendor-packages/ mkdir -p $settingsDir cp haikuports-sample.conf $settingsDir/haikuports.conf