Date: Wed, 11 Feb 2009 12:58:27 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131586: [Update]devel/p5-Algorithm-Dependency:update to 1.108 Message-ID: <200902111258.n1BCwRb0060369@www.freebsd.org> Resent-Message-ID: <200902111300.n1BD0Eak048519@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131586 >Category: ports >Synopsis: [Update]devel/p5-Algorithm-Dependency:update to 1.108 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 11 13:00:14 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT-200811 FreeBSD 8.0-CURRENT-200811 #0: Thu Nov 6 00:32:12 UTC 2008 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 1.108 from 1.106 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-02-11 19:52:01.000000000 +0800 +++ Makefile 2009-02-11 20:54:45.000000000 +0800 @@ -6,17 +6,19 @@ # PORTNAME= Algorithm-Dependency -PORTVERSION= 1.106 +PORTVERSION= 1.108 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= Base class for implementing various dependency trees -RUN_DEPENDS= p5-Params-Util>=0.06:${PORTSDIR}/devel/p5-Params-Util +RUN_DEPENDS= p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI +BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI \ + p5-PathTools>=3.29:${PORTSDIR}/devel/p5-PathTools \ + p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple MAN3= Algorithm::Dependency.3 \ Algorithm::Dependency::Item.3 \ @@ -24,14 +26,9 @@ Algorithm::Dependency::Source.3 \ Algorithm::Dependency::Source::File.3 \ Algorithm::Dependency::Source::HoA.3 \ + Algorithm::Dependency::Source::Invert.3 \ Algorithm::Dependency::Weight.3 PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500801 -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.11:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- distinfo.orig 2009-02-11 19:52:01.000000000 +0800 +++ distinfo 2009-02-11 19:52:01.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (Algorithm-Dependency-1.106.tar.gz) = 60cb5584ceacd0a569537bc0ff359e1f -SHA256 (Algorithm-Dependency-1.106.tar.gz) = 95d259695a715f7b0bdcd6d8459fe017b09240d08b8dfe7b6d4a7e329ae8db46 -SIZE (Algorithm-Dependency-1.106.tar.gz) = 36390 +MD5 (Algorithm-Dependency-1.108.tar.gz) = 50c2e1a28f1def9e21619d4036ce62ee +SHA256 (Algorithm-Dependency-1.108.tar.gz) = b3400c81c4f4c949d7c562f41b6fe2d923221dc28af2adeb7167b76a740769ed +SIZE (Algorithm-Dependency-1.108.tar.gz) = 38376 --- pkg-plist.orig 2009-02-11 19:52:01.000000000 +0800 +++ pkg-plist 2009-02-11 19:52:01.000000000 +0800 @@ -2,6 +2,7 @@ %%SITE_PERL%%/Algorithm/Dependency/Item.pm %%SITE_PERL%%/Algorithm/Dependency/Ordered.pm %%SITE_PERL%%/Algorithm/Dependency/Source.pm +%%SITE_PERL%%/Algorithm/Dependency/Source/Invert.pm %%SITE_PERL%%/Algorithm/Dependency/Source/File.pm %%SITE_PERL%%/Algorithm/Dependency/Source/HoA.pm %%SITE_PERL%%/Algorithm/Dependency/Weight.pm >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902111258.n1BCwRb0060369>