diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.3.0~git.recipe b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.0.recipe similarity index 88% rename from net-p2p/eiskaltdcpp/eiskaltdcpp-2.3.0~git.recipe rename to net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.0.recipe index 4be123c52..bdca8fa6f 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.3.0~git.recipe +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.0.recipe @@ -6,11 +6,10 @@ all common DC hub software." HOMEPAGE="https://github.com/eiskaltdcpp/eiskaltdcpp" COPYRIGHT="EiskaltDC++ team" LICENSE="GNU GPL v3" -REVISION="16" -srcGitRev="743e1510307cd19b95dcfb832da3ce7147e6227c" -SOURCE_URI="https://github.com/eiskaltdcpp/eiskaltdcpp/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="b7a4e444ab0665963c02d4f455e80991a674138385245a8e8ed1b7a2015552ec" -SOURCE_DIR="eiskaltdcpp-$srcGitRev" +REVISION="1" +SOURCE_URI="https://github.com/eiskaltdcpp/eiskaltdcpp/archive/v$portVersion.tar.gz" +CHECKSUM_SHA256="674d023027a0f00f293cc73ce3c010cf462f8f2a516d967c7e2a8af3ac4b84ba" +SOURCE_DIR="eiskaltdcpp-$portVersion" ADDITIONAL_FILES="eiskaltdcpp.rdef.in" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -22,7 +21,6 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libboost_system$secondaryArchSuffix lib:libbz2$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix lib:libiconv$secondaryArchSuffix @@ -44,7 +42,6 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libboost_system$secondaryArchSuffix devel:libbz2$secondaryArchSuffix devel:libcrypto$secondaryArchSuffix devel:libgl$secondaryArchSuffix @@ -105,8 +102,7 @@ INSTALL() MAJOR="`echo "$portVersion" | cut -d. -f1`" MIDDLE="`echo "$portVersion" | cut -d. -f2`" -# MINOR="`echo "$portVersion" | cut -d. -f3`" - MINOR="10" + MINOR="`echo "$portVersion" | cut -d. -f3`" sed \ -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ -e "s|@MAJOR@|$MAJOR|" \