mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Update to 1.0003
- Update MASTER_SITES - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/ResourcePool-Resource-Net-LDAP
This commit is contained in:
parent
e55af11885
commit
6a494206ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526823
4 changed files with 10 additions and 14 deletions
|
@ -2,11 +2,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ResourcePool-Resource-Net-LDAP
|
PORTNAME= ResourcePool-Resource-Net-LDAP
|
||||||
PORTVERSION= 1.0002
|
PORTVERSION= 1.0003
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= net perl5
|
CATEGORIES= net perl5
|
||||||
MASTER_SITES= CPAN \
|
MASTER_SITES= CPAN
|
||||||
http://www.fatalmind.com/projects/ResourcePool/
|
|
||||||
MASTER_SITE_SUBDIR= CPAN:MWS
|
MASTER_SITE_SUBDIR= CPAN:MWS
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
@ -20,4 +18,6 @@ RUN_DEPENDS= p5-ResourcePool>=0:devel/p5-ResourcePool \
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (ResourcePool-Resource-Net-LDAP-1.0002.tar.gz) = d32955d8ec5e6f6514f464b8d4bb30e1fd994e30350ddf88146d2fe62c494e5d
|
TIMESTAMP = 1582354998
|
||||||
SIZE (ResourcePool-Resource-Net-LDAP-1.0002.tar.gz) = 6096
|
SHA256 (ResourcePool-Resource-Net-LDAP-1.0003.tar.gz) = efc87e8863bdce74bb837399249fe7e061e4ee85a115a91acb8b0b8a51deed5e
|
||||||
|
SIZE (ResourcePool-Resource-Net-LDAP-1.0003.tar.gz) = 4303
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
This class is used by the ResourcePool internally to create
|
This class is used by the ResourcePool internally to create Net::LDAP
|
||||||
Net::LDAP connections. Its called by the corresponding
|
connections. Its called by the corresponding ResourcePool::Factory::Net::LDAP
|
||||||
ResourcePool::Factory::Net::LDAP object which passes the
|
object which passes the parameters needed to establish the Net::LDAP connection.
|
||||||
parameters needed to establish the Net::LDAP connection.
|
|
||||||
|
|
||||||
WWW: https://metacpan.org/release/ResourcePool-Resource-Net-LDAP
|
WWW: https://metacpan.org/release/ResourcePool-Resource-Net-LDAP
|
||||||
|
|
|
@ -1,6 +1,2 @@
|
||||||
%%PERL5_MAN3%%/ResourcePool::Factory::Net::LDAP.3.gz
|
|
||||||
%%PERL5_MAN3%%/ResourcePool::Resource::Net::LDAP.3.gz
|
|
||||||
%%SITE_PERL%%/ResourcePool/Factory/Net/LDAP.pm
|
%%SITE_PERL%%/ResourcePool/Factory/Net/LDAP.pm
|
||||||
%%SITE_PERL%%/ResourcePool/Factory/Net/LDAP.pod
|
|
||||||
%%SITE_PERL%%/ResourcePool/Resource/Net/LDAP.pm
|
%%SITE_PERL%%/ResourcePool/Resource/Net/LDAP.pm
|
||||||
%%SITE_PERL%%/ResourcePool/Resource/Net/LDAP.pod
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue