summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-02 11:50:24 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-02 11:50:24 +0000
commitb2b21fe1bbb7d5135b993af0018ffa05f23eea34 (patch)
treea1af85c54d2c36bde2495739587f2b2f3df210f8 /devel
parentnew port: net/p5-ResourcePool-Resource-SOAP-Lite (diff)
maintainer-update devel/p5-ResourcePool to 1.0101
update to 1.0101 which remove obsoleted dependency on p5-Storable Update to 1.0102 whichs * An obsolete dependency for the Storable module has been removed * Two new LoadBalancer policies have been introduced: FailBack is a alias for FallBack, and FailOver which acts like FailBack but does stay on the fall back node. * Applied patch from Eric Parusel to fix a problem when debuging LoadBalancer. PR: ports/50189 Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=77969
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-ResourcePool/Makefile6
-rw-r--r--devel/p5-ResourcePool/distinfo2
-rw-r--r--devel/p5-ResourcePool/pkg-plist2
3 files changed, 4 insertions, 6 deletions
diff --git a/devel/p5-ResourcePool/Makefile b/devel/p5-ResourcePool/Makefile
index fda87ec2ef7b..86258353db78 100644
--- a/devel/p5-ResourcePool/Makefile
+++ b/devel/p5-ResourcePool/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= ResourcePool
-PORTVERSION= 1.0100
+PORTVERSION= 1.0102
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://www.fatalmind.com/projects/ResourcePool/
@@ -17,12 +17,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= erwin@lansing.dk
COMMENT= A generic way to use connection caching for any kind of resources
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= YES
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= ResourcePool.3 \
ResourcePool::BigPicture.3 \
ResourcePool::Command.3 \
diff --git a/devel/p5-ResourcePool/distinfo b/devel/p5-ResourcePool/distinfo
index 230c3399f546..8572f31c2ef3 100644
--- a/devel/p5-ResourcePool/distinfo
+++ b/devel/p5-ResourcePool/distinfo
@@ -1 +1 @@
-MD5 (ResourcePool-1.0100.tar.gz) = 5444c4a70702081a2acdba590d74ffdc
+MD5 (ResourcePool-1.0102.tar.gz) = 87a938cb552bb4322c0aaf443b455f76
diff --git a/devel/p5-ResourcePool/pkg-plist b/devel/p5-ResourcePool/pkg-plist
index e90dfd0b9035..94a51e3a199b 100644
--- a/devel/p5-ResourcePool/pkg-plist
+++ b/devel/p5-ResourcePool/pkg-plist
@@ -14,6 +14,8 @@ lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer.pod
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer/FailOver.pm
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer/FailBack.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer/FallBack.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer/LeastUsage.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer/RoundRobin.pm