diff --git a/dev-python/sip/patches/sip-4.17.patch b/dev-python/sip/patches/sip-4.18.patch similarity index 100% rename from dev-python/sip/patches/sip-4.17.patch rename to dev-python/sip/patches/sip-4.18.patch diff --git a/dev-python/sip/sip-4.17.recipe b/dev-python/sip/sip-4.18.recipe similarity index 77% rename from dev-python/sip/sip-4.17.recipe rename to dev-python/sip/sip-4.18.recipe index f4ec31417..6b75d7e99 100644 --- a/dev-python/sip/sip-4.17.recipe +++ b/dev-python/sip/sip-4.18.recipe @@ -7,8 +7,8 @@ HOMEPAGE="https://www.riverbankcomputing.com/software/sip/" COPYRIGHT="2015 Riverbank Computing Limited" LICENSE="GNU GPL v3" REVISION="1" -SOURCE_URI="http://sourceforge.net/projects/pyqt/files/sip/sip-4.17/sip-$portVersion.tar.gz" -CHECKSUM_SHA256="603026822adf8673fca6e0ea20b02c3c4a2dccb309647656f7269adc8de89060" +SOURCE_URI="http://sourceforge.net/projects/pyqt/files/sip/sip-$portVersion/sip-$portVersion.tar.gz" +CHECKSUM_SHA256="f1dc5c81c07a9ad97edcd4a0af964a41e420024ba7ca165afd2b351efd249cb6" SOURCE_DIR="sip-$portVersion" PATCHES="sip-$portVersion.patch" @@ -19,21 +19,21 @@ PROVIDES=" " REQUIRES=" haiku - cmd:python + cmd:python2 " BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" - cmd:python + cmd:python2 cmd:gcc cmd:make " BUILD() { - $portPackageLinksDir/cmd~python/bin/python configure.py \ + $portPackageLinksDir/cmd~python2/bin/python2 configure.py \ --platform=haiku-g++ \ --bindir=$binDir \ --incdir=$includeDir/python2.7 \