net-analyzer/ntopng: fixed version info
authorSlawomir Lis <slis@gentoo.org>
Wed, 28 Aug 2019 11:11:21 +0000 (13:11 +0200)
committerSlawomir Lis <slis@gentoo.org>
Wed, 28 Aug 2019 11:11:35 +0000 (13:11 +0200)
It seems that version format is strictly required, and was
wrongly recognized as not being latest.
Upgraded according to autogen.sh script.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Slawek Lis <slis@gentoo.org>
net-analyzer/ntopng/ntopng-3.8.ebuild

index d494609c7f09960a4a9710368b442ce6c385e334..132b23563ef3dd547425cd42747a6ff038c74f5d 100644 (file)
@@ -39,7 +39,7 @@ PATCHES=(
 
 src_prepare() {
        default
-       sed -e "s/@VERSION@/${PV}/g" -e "s/@SHORT_VERSION@/${PV}/g" < "${S}/configure.seed" > "${S}/configure.ac" > configure.ac
+       sed -e "s/@VERSION@/${PV}.$(date +%y%m%d)/g" -e "s/@SHORT_VERSION@/${PV}/g" < "${S}/configure.seed" > "${S}/configure.ac" > configure.ac
        eapply_user
        eautoreconf
 }