mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- fix plist
- update to 0.8.13, changes to previous version: * fixed handling of negative timezones in input-clf if format is specified * fixed segfaults in output-modlogan * removed debug-output Approved by: portmgr
This commit is contained in:
parent
295ed4906a
commit
8068c4b771
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118395
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= modlogan
|
||||
PORTVERSION= 0.8.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.13
|
||||
CATEGORIES= textproc www
|
||||
MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
@ -21,8 +20,6 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \
|
||||
pcre.0:${PORTSDIR}/devel/pcre \
|
||||
expat.5:${PORTSDIR}/textproc/expat2
|
||||
|
||||
BROKEN= "Broken pkg-plist"
|
||||
|
||||
USE_GETTEXT= yes
|
||||
.if defined(WITH_MYSQL)
|
||||
# To quote the author:
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (modlogan-0.8.12.tar.gz) = 8147651d844b53de29c66f13b46aed09
|
||||
SIZE (modlogan-0.8.12.tar.gz) = 1081234
|
||||
MD5 (modlogan-0.8.13.tar.gz) = ba40c64f905a8d57edc3db5d9babfbfb
|
||||
SIZE (modlogan-0.8.13.tar.gz) = 1081773
|
||||
|
@ -1,47 +0,0 @@
|
||||
--- src/output/modlogan/generate.c 18 Mar 2004 13:54:20 -0000 1.99
|
||||
+++ src/output/modlogan/generate.c 13 Aug 2004 10:26:16 -0000
|
||||
@@ -53,6 +53,8 @@
|
||||
#include "pictures.h"
|
||||
#include "plugin_config.h"
|
||||
|
||||
+#include "generate.h"
|
||||
+
|
||||
#define HIGHLIGHT 1
|
||||
#define GROUPING 2
|
||||
#define VISITS 4
|
||||
--- src/output/modlogan/generate.h 26 Sep 2002 13:10:27 -0000 1.6
|
||||
+++ src/output/modlogan/generate.h 13 Aug 2004 10:26:16 -0000
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "plugin_config.h"
|
||||
#include "mhash.h"
|
||||
|
||||
-mhash *get_visit_path_length(mhash *h);
|
||||
-mhash *get_visit_duration(mhash *h);
|
||||
+mhash *get_visit_path_length(mconfig *ext_config, mhash *h);
|
||||
+mhash *get_visit_duration(mconfig *ext_config, mhash *h);
|
||||
|
||||
#endif
|
||||
--- src/output/modlogan/pictures_vd.c 29 Jul 2003 12:38:37 -0000 1.17
|
||||
+++ src/output/modlogan/pictures_vd.c 13 Aug 2004 10:26:16 -0000
|
||||
@@ -88,7 +89,7 @@
|
||||
GRAPH_CUTOFF_TEXT
|
||||
);
|
||||
|
||||
- h = get_visit_duration(staweb->visits);
|
||||
+ h = get_visit_duration(ext_conf, staweb->visits);
|
||||
|
||||
max = 0;
|
||||
|
||||
--- src/output/modlogan/pictures_vpl.c 1 Aug 2003 21:30:01 -0000 1.20
|
||||
+++ src/output/modlogan/pictures_vpl.c 13 Aug 2004 10:26:16 -0000
|
||||
@@ -87,7 +87,7 @@
|
||||
GRAPH_CUTOFF_TEXT
|
||||
);
|
||||
|
||||
- h = get_visit_path_length(staweb->visits);
|
||||
+ h = get_visit_path_length(ext_conf, staweb->visits);
|
||||
|
||||
max = 0;
|
||||
|
||||
|
||||
|
@ -43,23 +43,6 @@ lib/libmla_input_shoutcast.so
|
||||
lib/libmla_input_squid.so
|
||||
lib/libmla_input_viruswall.so
|
||||
lib/libmla_input_wuftpd.so
|
||||
lib/libmla_mdata_brokenlink.so
|
||||
lib/libmla_mdata_count.so
|
||||
lib/libmla_mdata_ipplwatch.so
|
||||
lib/libmla_mdata_location.so
|
||||
lib/libmla_mdata_match.so
|
||||
lib/libmla_mdata_mailhist.so
|
||||
lib/libmla_mdata_netmask.so
|
||||
lib/libmla_mdata_query.so
|
||||
lib/libmla_mdata_record.so
|
||||
lib/libmla_mdata_split.so
|
||||
lib/libmla_mdata_state.so
|
||||
lib/libmla_mdata_string.so
|
||||
lib/libmla_mdata_sublist.so
|
||||
lib/libmla_mdata_traffic.so
|
||||
lib/libmla_mdata_visit.so
|
||||
lib/libmla_mdata_visited.so
|
||||
lib/libmla_mdata_webhist.so
|
||||
lib/libmla_output_csv.so
|
||||
lib/libmla_output_modlogan.so
|
||||
lib/libmla_output_null.so
|
||||
|
Loading…
Reference in New Issue
Block a user