upgrade to 0.9909
This commit is contained in:
parent
1f3ce2f54a
commit
32505b04a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67593
3 changed files with 17 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ResourcePool
|
||||
PORTVERSION= 0.9906
|
||||
PORTVERSION= 0.9909
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
http://www.fatalmind.com/projects/ResourcePool/
|
||||
|
@ -20,6 +20,8 @@ PERL_CONFIGURE= YES
|
|||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= ResourcePool.3 \
|
||||
ResourcePool::BigPicture.3 \
|
||||
ResourcePool::ExtensionGuide.3 \
|
||||
ResourcePool::Factory.3 \
|
||||
ResourcePool::Factory::DBI.3 \
|
||||
ResourcePool::Factory::Net::LDAP.3 \
|
||||
|
@ -27,6 +29,7 @@ MAN3= ResourcePool.3 \
|
|||
ResourcePool::Resource.3 \
|
||||
ResourcePool::Resource::DBI.3 \
|
||||
ResourcePool::Resource::Net::LDAP.3 \
|
||||
ResourcePool::Singleton.3
|
||||
ResourcePool::Singleton.3 \
|
||||
ResourcePool::UML.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ResourcePool-0.9906.tar.gz) = 008fff82b43b37a43fa0c5b2294140ca
|
||||
MD5 (ResourcePool-0.9909.tar.gz) = 3d04d1744f8c47e80db4919dd9ff89b5
|
||||
|
|
|
@ -1,13 +1,24 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/BigPicture.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/ExtensionGuide.pod
|
||||
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/Factory/DBI.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/DBI.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/Net/LDAP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/Net/LDAP.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/Resource.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/DBI.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/DBI.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/Net/LDAP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/Net/LDAP.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Singleton.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Singleton.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/UML.pod
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/Net
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/Net
|
||||
|
|
Loading…
Reference in a new issue