ports/50189: maintainer-update devel/p5-ResourcePool to 1.0101

Erwin Lansing erwin at lansing.dk
Fri Mar 28 10:10:16 UTC 2003


The following reply was made to PR ports/50189; it has been noted by GNATS.

From: Erwin Lansing <erwin at lansing.dk>
To: Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/50189: maintainer-update devel/p5-ResourcePool to 1.0101
Date: Fri, 28 Mar 2003 11:05:29 +0100

 On Sat, Mar 22, 2003 at 01:29:58PM +0100, Erwin Lansing wrote:
 > 
 > >Description:
 > 
 > 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. 
 
 This also removes the perllocal.pod addition again (see ports/48960 and
 ports/50385)
 
 
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/p5-ResourcePool/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- Makefile	1 Mar 2003 06:58:23 -0000	1.6
 +++ Makefile	28 Mar 2003 10:05:07 -0000
 @@ -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 @@
  MAINTAINER=	erwin at 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 \
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/devel/p5-ResourcePool/distinfo,v
 retrieving revision 1.4
 diff -u -r1.4 distinfo
 --- distinfo	1 Mar 2003 06:58:23 -0000	1.4
 +++ distinfo	28 Mar 2003 10:05:07 -0000
 @@ -1 +1 @@
 -MD5 (ResourcePool-1.0100.tar.gz) = 5444c4a70702081a2acdba590d74ffdc
 +MD5 (ResourcePool-1.0102.tar.gz) = 87a938cb552bb4322c0aaf443b455f76
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/devel/p5-ResourcePool/pkg-plist,v
 retrieving revision 1.4
 diff -u -r1.4 pkg-plist
 --- pkg-plist	1 Mar 2003 06:58:23 -0000	1.4
 +++ pkg-plist	28 Mar 2003 10:05:07 -0000
 @@ -14,6 +14,8 @@
  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
 
 -- 
                     _._     _,-'""`-._
 Erwin Lansing      (,-.`._,'(       |\`-/|    http://droso.org/
 erwin at lansing.dk       `-.-' \ )-`( , o o)    http://fnidder.dk/
                     -bf-      `-    \`_`"'-



More information about the freebsd-ports-bugs mailing list