ports/60977: [maintainer] mail/p5-Mail-Graph to 0.14
Cheng-Lung Sung
clsung at dragon2.net
Tue Jan 6 12:40:21 UTC 2004
>Number: 60977
>Category: ports
>Synopsis: [maintainer] mail/p5-Mail-Graph to 0.14
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 06 04:40:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Cheng-Lung Sung
>Release: FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386
>Description:
- 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)
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/mail/p5-Mail-Graph/Makefile ./p5-Mail-Graph/Makefile
--- /usr/ports/mail/p5-Mail-Graph/Makefile Wed Nov 5 00:36:53 2003
+++ ./p5-Mail-Graph/Makefile Tue Jan 6 20:31:11 2004
@@ -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 @@
${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 -ruN /usr/ports/mail/p5-Mail-Graph/distinfo ./p5-Mail-Graph/distinfo
--- /usr/ports/mail/p5-Mail-Graph/distinfo Wed Nov 5 00:36:53 2003
+++ ./p5-Mail-Graph/distinfo Tue Jan 6 20:13:26 2004
@@ -1 +1 @@
-MD5 (Mail-Graph-0.12.tar.gz) = d06b5d72002dc6dfab86885dfd6651c6
+MD5 (Mail-Graph-0.14.tar.gz) = f01757d49ed11b4b6d4844a8dd8b9fb9
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list