diff options
author | linimon <linimon@FreeBSD.org> | 2004-01-07 08:59:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-01-07 08:59:44 +0800 |
commit | 3efc554a327ca77e3dbfd2f99861a75f30019a07 (patch) | |
tree | 7155a5b0a23b2dfdc1a559df281a0b98d743cb41 /mail/p5-Mail-Graph | |
parent | 261d238eaa104536fa921aae546f3e2cb985d1eb (diff) | |
download | freebsd-ports-gnome-3efc554a327ca77e3dbfd2f99861a75f30019a07.tar.gz freebsd-ports-gnome-3efc554a327ca77e3dbfd2f99861a75f30019a07.tar.zst freebsd-ports-gnome-3efc554a327ca77e3dbfd2f99861a75f30019a07.zip |
Update from 0.12 to 0.14:
* add new dependency of p5-Test-Simple
* create the output dir if it does not exist (Thanx Paul Wolters!)
* added BUGS section to doc
* converted makegraph.t to Test::More and added some tests
* output dir no longer gets a trailing slash (good for OS/2?) and we use
File::Spec to construct output file names
* better reasons for skipping mails (string vs. some number)
PR: ports/60977
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Diffstat (limited to 'mail/p5-Mail-Graph')
-rw-r--r-- | mail/p5-Mail-Graph/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Graph/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-Mail-Graph/Makefile b/mail/p5-Mail-Graph/Makefile index 1f19d000bfcb..980548a3ee67 100644 --- a/mail/p5-Mail-Graph/Makefile +++ b/mail/p5-Mail-Graph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-Graph -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/mail/p5-Mail-Graph/distinfo b/mail/p5-Mail-Graph/distinfo index bd1eb79784d1..2009cc3ac855 100644 --- a/mail/p5-Mail-Graph/distinfo +++ b/mail/p5-Mail-Graph/distinfo @@ -1 +1 @@ -MD5 (Mail-Graph-0.12.tar.gz) = d06b5d72002dc6dfab86885dfd6651c6 +MD5 (Mail-Graph-0.14.tar.gz) = f01757d49ed11b4b6d4844a8dd8b9fb9 |