diff options
author | vs <vs@FreeBSD.org> | 2004-07-13 23:29:25 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-13 23:29:25 +0800 |
commit | d203b1426245f5772a964d2f639a1f6a324aa0d9 (patch) | |
tree | ff2898c8d3e3179c9cd2fd3c7fe07cc2c06f1809 /mail | |
parent | 94ab300191cc94212a447094f64d7860d8776485 (diff) | |
download | freebsd-ports-graphics-d203b1426245f5772a964d2f639a1f6a324aa0d9.tar.gz freebsd-ports-graphics-d203b1426245f5772a964d2f639a1f6a324aa0d9.tar.zst freebsd-ports-graphics-d203b1426245f5772a964d2f639a1f6a324aa0d9.zip |
Update to 1.9
Based on PR: ports/68983
Submitted by: Chris Howells
Via: Rong-En Fan (maintainer)
Diffstat (limited to 'mail')
-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 0e67c76a5b0..35f1d8def83 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 ee9c228ee95..faf77f283c7 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 15bd606d673..acf4a78d3c7 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 |