Date: Wed, 2 Mar 2005 13:19:36 +0800 (CST) From: Yuan-Chung Hsiao <ychsiao@ychsiao.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78270: [MAINTAINER] Update devel/p5-Algorithm-Accounting Message-ID: <20050302051936.E23C8187870@FreeBSD.stu.edu.tw> Resent-Message-ID: <200503020520.j225KN25071877@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78270 >Category: ports >Synopsis: [MAINTAINER] Update devel/p5-Algorithm-Accounting >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: Wed Mar 02 05:20:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yuan-Chung Hsiao >Release: FreeBSD 4.10-RELEASE-p5 i386 >Organization: Computer Center, Shu-Te University >Environment: System: FreeBSD FreeBSD.stu.edu.tw 4.10-RELEASE-p5 FreeBSD 4.10-RELEASE-p5 #0: Wed Dec 29 16:57:25 CST 2004 root@FreeBSD.stu.edu.tw:/usr/obj/usr/src/sys/FreeBSD i386 >Description: * update to 0.08 * fix fetch file bug >How-To-Repeat: diff Makefile --- /usr/ports/devel/p5-Algorithm-Accounting/Makefile Sat Feb 12 13:37:51 2005 +++ Makefile Wed Mar 2 13:16:19 2005 @@ -1,4 +1,3 @@ -# New ports collection makefile for: devel/p5-Algorithm-Accounting # Date created: 25 Oct 2004 # Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> # @@ -6,28 +5,26 @@ # PORTNAME= Algorithm-Accounting -PORTVERSION= 0.05 +PORTVERSION= 0.08 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/G/GU/GOD +MASTER_SITE_SUBDIR= ../../authors/id/G/GU/GUGOD PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org -COMMENT= Generate accounting statistic for general logs - -BUILD_DEPENDS= ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy \ - ${SITE_PERL}/Perl6/Form.pm:${PORTSDIR}/devel/p5-Perl6-Form \ - ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \ ${SITE_PERL}/Array/Compare.pm:${PORTSDIR}/misc/p5-Array-Compare \ - ${SITE_PERL}/Array/Iterator/Reusable.pm:${PORTSDIR}/devel/p5-Array-Iterator \ - ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ + ${SITE_PERL}/Array/Iterator/Reusable.pm:${PORTSDIR}/devel/p5-Array-Iterator \ + ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ + ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ + ${SITE_PERL}/Imager/Graph/Pie.pm:${PORTSDIR}/graphics/p5-Imager-Graph \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML -RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Unfetchable +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Algorithm::Accounting.3 - +MAN3= Algorithm::Accounting::Report.3 \ + Algorithm::Accounting::Report::Text.3 \ + Algorithm::Accounting::Report::GDGraph.3 \ + Algorithm::Accounting::Report::Imager.3 .include <bsd.port.mk> *diff distinfo --- /usr/ports/devel/p5-Algorithm-Accounting/distinfo Tue Oct 26 17:40:46 2004 +++ distinfo Thu Feb 24 01:17:36 2005 @@ -1,2 +1,2 @@ -MD5 (Algorithm-Accounting-0.05.tar.gz) = f33ab7b352fcfd491346befffe5b8556 -SIZE (Algorithm-Accounting-0.05.tar.gz) = 10576 +MD5 (Algorithm-Accounting-0.08.tar.gz) = 8e2f24e8ac41760c904c56bc6864c989 +SIZE (Algorithm-Accounting-0.08.tar.gz) = 11259 *diff pkg-plist --- /usr/ports/devel/p5-Algorithm-Accounting/pkg-plist Tue Oct 26 17:40:46 2004 +++ pkg-plist Thu Feb 24 01:38:08 2005 @@ -1,5 +1,10 @@ +%%SITE_PERL%%/Algorithm/Accounting/Report/Imager.pm +%%SITE_PERL%%/Algorithm/Accounting/Report/Text.pm +%%SITE_PERL%%/Algorithm/Accounting/Report/GDGraph.pm +%%SITE_PERL%%/Algorithm/Accounting/Report.pm %%SITE_PERL%%/Algorithm/Accounting.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Accounting/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Accounting +@unexec rmdir %D/%%SITE_PERL%%/Algorithm/Accounting/Report 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Algorithm/Accounting 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Accounting 2>/dev/null || true >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050302051936.E23C8187870>