diff --git a/media-video/mplayer/mplayer-1.4.0.recipe b/media-video/mplayer/mplayer-1.4.0.recipe index 35a72ed9b..07e91e3b1 100644 --- a/media-video/mplayer/mplayer-1.4.0.recipe +++ b/media-video/mplayer/mplayer-1.4.0.recipe @@ -22,7 +22,7 @@ DVD subtitles (SPU streams, VOBsub and Closed Captions) are supported as well." HOMEPAGE="http://www.mplayerhq.hu/" COPYRIGHT="2001-2019 The MPlayer Team" LICENSE="GNU LGPL v2.1" -REVISION="11" +REVISION="12" SOURCE_URI="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.4.tar.xz" CHECKSUM_SHA256="82596ed558478d28248c7bc3828eb09e6948c099bbd76bb7ee745a0e3275b548" SOURCE_DIR="MPlayer-1.4" @@ -201,8 +201,7 @@ INSTALL() local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" -# local MINOR="`echo "$portVersion" | cut -d. -f3`" - local MINOR="0" + local MINOR="`echo "$portVersion" | cut -d. -f3`" sed \ -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \