diff options
-rw-r--r-- | mail/mailgraph/Makefile | 3 | ||||
-rw-r--r-- | mail/mailgraph/distinfo | 4 | ||||
-rw-r--r-- | mail/mailgraph/files/patch-mailgraph.cgi | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index 0e67c76a5b0a..35f1d8def836 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mailgraph -PORTVERSION= 1.8 -PORTREVISION= 2 +PORTVERSION= 1.9 CATEGORIES= mail MASTER_SITES= http://people.ee.ethz.ch/~dws/software/mailgraph/pub/ \ http://people.ee.ethz.ch/~dws/software/mailgraph/pub/old/ diff --git a/mail/mailgraph/distinfo b/mail/mailgraph/distinfo index ee9c228ee955..faf77f283c70 100644 --- a/mail/mailgraph/distinfo +++ b/mail/mailgraph/distinfo @@ -1,2 +1,2 @@ -MD5 (mailgraph-1.8.tar.gz) = f06cf84a49479529e9d280e78b7b34a9 -SIZE (mailgraph-1.8.tar.gz) = 17404 +MD5 (mailgraph-1.9.tar.gz) = fe6638b041b27ecaabbf5aa3038b8ce2 +SIZE (mailgraph-1.9.tar.gz) = 18375 diff --git a/mail/mailgraph/files/patch-mailgraph.cgi b/mail/mailgraph/files/patch-mailgraph.cgi index 15bd606d673e..acf4a78d3c7d 100644 --- a/mail/mailgraph/files/patch-mailgraph.cgi +++ b/mail/mailgraph/files/patch-mailgraph.cgi @@ -1,9 +1,9 @@ ---- mailgraph.cgi.orig Sat Feb 7 21:48:52 2004 -+++ mailgraph.cgi Mon Apr 12 02:45:53 2004 +--- mailgraph.cgi.orig Sun Jul 11 23:57:06 2004 ++++ mailgraph.cgi Tue Jul 13 23:13:48 2004 @@ -15,8 +15,8 @@ my $points_per_sample = 3; - my $ypoints = 150; - my $ypoints_err = 80; + my $ypoints = 160; + my $ypoints_err = 96; -my $rrd = 'mailgraph.rrd'; # path to where the RRD database is -my $rrd_virus = 'mailgraph_virus.rrd'; # path to where the Virus RRD database is +my $rrd = '%%DATADIR%%/mailgraph.rrd'; # path to where the RRD database is |