diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-02 03:00:03 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-02 03:00:03 +0800 |
commit | 0e7fa204f9d03a66e69b4d32ebd34431c751c3ef (patch) | |
tree | 8440e5ccca68092c72400f7a6a983ad535a005be /devel | |
parent | f5f6e3458d6168aaebd4c2430027062f8795b6ad (diff) | |
download | freebsd-ports-gnome-0e7fa204f9d03a66e69b4d32ebd34431c751c3ef.tar.gz freebsd-ports-gnome-0e7fa204f9d03a66e69b4d32ebd34431c751c3ef.tar.zst freebsd-ports-gnome-0e7fa204f9d03a66e69b4d32ebd34431c751c3ef.zip |
- 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+.
PR: ports/98272
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Accounting-SVK/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-Log-Accounting-SVK/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Log-Accounting-SVK/pkg-plist | 6 |
3 files changed, 19 insertions, 7 deletions
diff --git a/devel/p5-Log-Accounting-SVK/Makefile b/devel/p5-Log-Accounting-SVK/Makefile index fb32a78251ca..257896732cfa 100644 --- a/devel/p5-Log-Accounting-SVK/Makefile +++ b/devel/p5-Log-Accounting-SVK/Makefile @@ -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 @@ COMMENT= Perl module for accounting SVK repository 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> diff --git a/devel/p5-Log-Accounting-SVK/distinfo b/devel/p5-Log-Accounting-SVK/distinfo index 502be02dd459..4cb5ad3c3a12 100644 --- a/devel/p5-Log-Accounting-SVK/distinfo +++ b/devel/p5-Log-Accounting-SVK/distinfo @@ -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 diff --git a/devel/p5-Log-Accounting-SVK/pkg-plist b/devel/p5-Log-Accounting-SVK/pkg-plist index b9496741f8fa..333b786ddbdc 100644 --- a/devel/p5-Log-Accounting-SVK/pkg-plist +++ b/devel/p5-Log-Accounting-SVK/pkg-plist @@ -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 -@dirrmtry %%SITE_PERL%%/Log/Accounting -@dirrmtry %%SITE_PERL%%/Log @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log +@dirrmtry %%SITE_PERL%%/Log/Accounting +@dirrmtry %%SITE_PERL%%/Log |