commit: b476720f82f6376175a6d75420593c4a4c2ec574
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 11:11:21 2019 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 11:11:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b476720f
net-analyzer/ntopng: fixed version info
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 <AT> gentoo.org>
net-analyzer/ntopng/ntopng-3.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/ntopng/ntopng-3.8.ebuild
b/net-analyzer/ntopng/ntopng-3.8.ebuild
index d494609c7f0..132b23563ef 100644
--- a/net-analyzer/ntopng/ntopng-3.8.ebuild
+++ b/net-analyzer/ntopng/ntopng-3.8.ebuild
@@ -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
}