aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Dependency
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-14 19:24:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-14 19:24:30 +0000
commit8e96d2e10c6e880f0c59397bd966ea2d4ce4a6a0 (patch)
tree0546d9368d6f3b3649e033cd3444d516a71b4370 /devel/p5-Algorithm-Dependency
parent54a09b4d0b715176626bac4f9576a50281bd1b7f (diff)
downloadports-8e96d2e10c6e880f0c59397bd966ea2d4ce4a6a0.tar.gz
ports-8e96d2e10c6e880f0c59397bd966ea2d4ce4a6a0.zip
- Update to 1.108
- Pass maintainership to submitter PR: 131586 Submitted by: Wen Heping <wenheping@gmail.com>
Notes
Notes: svn path=/head/; revision=228297
Diffstat (limited to 'devel/p5-Algorithm-Dependency')
-rw-r--r--devel/p5-Algorithm-Dependency/Makefile19
-rw-r--r--devel/p5-Algorithm-Dependency/distinfo6
-rw-r--r--devel/p5-Algorithm-Dependency/pkg-plist1
3 files changed, 12 insertions, 14 deletions
diff --git a/devel/p5-Algorithm-Dependency/Makefile b/devel/p5-Algorithm-Dependency/Makefile
index 1fc623df06ac..5b32b8aab5f3 100644
--- a/devel/p5-Algorithm-Dependency/Makefile
+++ b/devel/p5-Algorithm-Dependency/Makefile
@@ -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 @@ MAN3= Algorithm::Dependency.3 \
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>
diff --git a/devel/p5-Algorithm-Dependency/distinfo b/devel/p5-Algorithm-Dependency/distinfo
index bd71e5e72f06..0a3df53802c4 100644
--- a/devel/p5-Algorithm-Dependency/distinfo
+++ b/devel/p5-Algorithm-Dependency/distinfo
@@ -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
diff --git a/devel/p5-Algorithm-Dependency/pkg-plist b/devel/p5-Algorithm-Dependency/pkg-plist
index bc934c8b4a76..a834d0e7b660 100644
--- a/devel/p5-Algorithm-Dependency/pkg-plist
+++ b/devel/p5-Algorithm-Dependency/pkg-plist
@@ -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