ports/98272: Update Port: devel/p5-Log-Accounting-SVK 0.03->0.05
Aaron Dalton
aaron at FreeBSD.org
Thu Jun 1 09:00:41 UTC 2006
>Number: 98272
>Category: ports
>Synopsis: Update Port: devel/p5-Log-Accounting-SVK 0.03->0.05
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 01 09:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Aaron Dalton
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
- Update from v0.03 to v0.05
- Update plist
- Restrict to Perl 5.8+ due to problems with a dependency
(graphics/p5-Graph-Writer-GraphViz). If that problem is resolved, the
restriction can be lowered to Perl 5.6+.
>How-To-Repeat:
>Fix:
--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Log-Accounting-SVK/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 4 Apr 2005 02:59:45 -0000 1.2
+++ Makefile 1 Jun 2006 08:50:46 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= Log-Accounting-SVK
-PORTVERSION= 0.03
+PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/G/GU/GUGOD
@@ -17,10 +17,20 @@
BUILD_DEPENDS= ${SITE_PERL}/SVK.pm:${PORTSDIR}/devel/svk \
${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy \
+ ${SITE_PERL}/Graph/SocialMap.pm:${PORTSDIR}/graphics/p5-Graph-SocialMap \
+ ${SITE_PERL}/Graph/Writer/GraphViz.pm:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \
${SITE_PERL}/Algorithm/Accounting.pm:${PORTSDIR}/devel/p5-Algorithm-Accounting
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+MAN1= svk-accounting.pl.1 svk-developer-graph.pl.1
MAN3= Log::Accounting::SVK.3
-.include <bsd.port.mk>
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= currently requires at least Perl 5.8. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Log-Accounting-SVK/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 22 Jan 2006 08:29:13 -0000 1.2
+++ distinfo 1 Jun 2006 08:50:46 -0000
@@ -1,3 +1,3 @@
-MD5 (Log-Accounting-SVK-0.03.tar.gz) = 094e61abe18987d6a95cdbd394808f08
-SHA256 (Log-Accounting-SVK-0.03.tar.gz) = f8e958caaed52bed88e62a7da22c69790eb0b02af340ecf7c32732c96c67d479
-SIZE (Log-Accounting-SVK-0.03.tar.gz) = 8770
+MD5 (Log-Accounting-SVK-0.05.tar.gz) = f6d862366b62815a86498131ccac3965
+SHA256 (Log-Accounting-SVK-0.05.tar.gz) = 15b7eb291538b22abf28848c9d6bded75baf921033d8a72180b16960c44d962c
+SIZE (Log-Accounting-SVK-0.05.tar.gz) = 10203
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Log-Accounting-SVK/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist 22 Jan 2006 05:52:14 -0000 1.4
+++ pkg-plist 1 Jun 2006 08:50:46 -0000
@@ -1,8 +1,10 @@
bin/svk-accounting.pl
+bin/svk-developer-graph.pl
%%SITE_PERL%%/Log/Accounting/SVK.pm
+%%SITE_PERL%%/Log/Accounting/SVK.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting/SVK/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting/SVK
- at dirrmtry %%SITE_PERL%%/Log/Accounting
- at dirrmtry %%SITE_PERL%%/Log
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
+ at dirrmtry %%SITE_PERL%%/Log/Accounting
+ at dirrmtry %%SITE_PERL%%/Log
--- submission.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list