diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2010-03-12 12:12:45 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2010-03-12 12:12:45 +0000 |
commit | f1571422cb60edc266c67eef834f5413916c91c3 (patch) | |
tree | 730c72bbd0a87af8ab4239df774cb477ac75eb4a /net | |
parent | 74c3ed67f2384684be06a2a38a2b9fb17cc92959 (diff) | |
download | ports-f1571422cb60edc266c67eef834f5413916c91c3.tar.gz ports-f1571422cb60edc266c67eef834f5413916c91c3.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-perl-ldap/Makefile | 3 | ||||
-rw-r--r-- | net/p5-perl-ldap/distinfo | 6 | ||||
-rw-r--r-- | net/p5-perl-ldap/pkg-plist | 20 |
3 files changed, 16 insertions, 13 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index 840939c98ff4..ad8d19706a48 100644 --- a/net/p5-perl-ldap/Makefile +++ b/net/p5-perl-ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= perl-ldap -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Net/GBARR @@ -46,6 +46,7 @@ MAN3= Bundle::Net::LDAP.3 \ Net::LDAP::DSML.3 \ Net::LDAP::Entry.3 \ Net::LDAP::Examples.3 \ + Net::LDAP::Extension::Refresh.3 \ Net::LDAP::Extension::SetPassword.3 \ Net::LDAP::Extension::WhoAmI.3 \ Net::LDAP::Extra.3 \ diff --git a/net/p5-perl-ldap/distinfo b/net/p5-perl-ldap/distinfo index 650ca2a64d5c..0d4289ac02a0 100644 --- a/net/p5-perl-ldap/distinfo +++ b/net/p5-perl-ldap/distinfo @@ -1,3 +1,3 @@ -MD5 (perl-ldap-0.39.tar.gz) = 0c31097aa22672a2831a7542250d1b55 -SHA256 (perl-ldap-0.39.tar.gz) = 18c96911560805f77b938de9447900b3d1f2149494aeb5debd40bedae38cbe8f -SIZE (perl-ldap-0.39.tar.gz) = 259143 +MD5 (perl-ldap-0.40.tar.gz) = 2581ceb760ce4d833b7f9eff14161c5c +SHA256 (perl-ldap-0.40.tar.gz) = f2e14f6e53dad84c3fc8bd5f554ffec588838b76795f6b042601b819d4c13a59 +SIZE (perl-ldap-0.40.tar.gz) = 260385 diff --git a/net/p5-perl-ldap/pkg-plist b/net/p5-perl-ldap/pkg-plist index f7d97b995ed5..a02c218079ef 100644 --- a/net/p5-perl-ldap/pkg-plist +++ b/net/p5-perl-ldap/pkg-plist @@ -1,6 +1,8 @@ @comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/.packlist %%SITE_PERL%%/Bundle/Net/LDAP.pm %%SITE_PERL%%/LWP/Protocol/ldap.pm +%%SITE_PERL%%/LWP/Protocol/ldaps.pm %%SITE_PERL%%/Net/LDAP.pm %%SITE_PERL%%/Net/LDAP.pod %%SITE_PERL%%/Net/LDAP/ASN.pm @@ -27,6 +29,7 @@ %%SITE_PERL%%/Net/LDAP/Entry.pod %%SITE_PERL%%/Net/LDAP/Examples.pod %%SITE_PERL%%/Net/LDAP/Extension.pm +%%SITE_PERL%%/Net/LDAP/Extension/Refresh.pm %%SITE_PERL%%/Net/LDAP/Extension/SetPassword.pm %%SITE_PERL%%/Net/LDAP/Extension/WhoAmI.pm %%SITE_PERL%%/Net/LDAP/Extra.pm @@ -51,15 +54,14 @@ %%SITE_PERL%%/Net/LDAP/Util.pm %%SITE_PERL%%/Net/LDAPI.pm %%SITE_PERL%%/Net/LDAPS.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/Net/LDAP/Control -@dirrm %%SITE_PERL%%/Net/LDAP/Intermediate -@dirrm %%SITE_PERL%%/Net/LDAP/Extension -@dirrm %%SITE_PERL%%/Net/LDAP -@dirrm %%SITE_PERL%%/Bundle/Net -@dirrmtry %%SITE_PERL%%/Bundle +@dirrmtry %%SITE_PERL%%/Net/LDAP/Intermediate +@dirrmtry %%SITE_PERL%%/Net/LDAP/Extension +@dirrmtry %%SITE_PERL%%/Net/LDAP/Control +@dirrmtry %%SITE_PERL%%/Net/LDAP @dirrmtry %%SITE_PERL%%/Net @dirrmtry %%SITE_PERL%%/LWP/Protocol @dirrmtry %%SITE_PERL%%/LWP +@dirrmtry %%SITE_PERL%%/Bundle/Net +@dirrmtry %%SITE_PERL%%/Bundle +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |