summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2019-08-28 13:11:21 +0200
committerSlawomir Lis <slis@gentoo.org>2019-08-28 13:11:35 +0200
commitb476720f82f6376175a6d75420593c4a4c2ec574 (patch)
treec058d4f9d845b6c22b2ad699dc26bd50a7301496 /net-analyzer/ntopng
parentsys-auth/pam_skey: Remove old. (diff)
downloadgentoo-b476720f82f6376175a6d75420593c4a4c2ec574.tar.gz
gentoo-b476720f82f6376175a6d75420593c4a4c2ec574.tar.bz2
gentoo-b476720f82f6376175a6d75420593c4a4c2ec574.zip
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@gentoo.org>
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r--net-analyzer/ntopng/ntopng-3.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ntopng/ntopng-3.8.ebuild b/net-analyzer/ntopng/ntopng-3.8.ebuild
index d494609c7f09..132b23563ef3 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
}