aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-02-22 21:58:30 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-02-22 21:58:30 +0800
commitab92f886dae8f078090a597710efca6c48186728 (patch)
tree3e3d60629666fe1a26303dc00793716b03077c3c /net
parenta2e2b92ff5b2fa13895e10b17bf627df474897f1 (diff)
downloadfreebsd-ports-gnome-ab92f886dae8f078090a597710efca6c48186728.tar.gz
freebsd-ports-gnome-ab92f886dae8f078090a597710efca6c48186728.tar.zst
freebsd-ports-gnome-ab92f886dae8f078090a597710efca6c48186728.zip
- Update to 0.44
Changes: http://search.cpan.org/dist/perl-ldap/Changes PR: ports/165234 Submitted by: Nick Hilliard <nick@foobar.org>
Diffstat (limited to 'net')
-rw-r--r--net/p5-perl-ldap/Makefile7
-rw-r--r--net/p5-perl-ldap/distinfo4
-rw-r--r--net/p5-perl-ldap/pkg-plist9
3 files changed, 13 insertions, 7 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile
index 6817145821cb..bfda1cfc72ee 100644
--- a/net/p5-perl-ldap/Makefile
+++ b/net/p5-perl-ldap/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= perl-ldap
-PORTVERSION= 0.4300
+PORTVERSION= 0.4400
CATEGORIES= net perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:GBARR
+MASTER_SITE_SUBDIR= CPAN:MARSCHAP
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//}
@@ -33,8 +33,10 @@ MAN3= Bundle::Net::LDAP.3 \
Net::LDAP.3 \
Net::LDAP::Constant.3 \
Net::LDAP::Control.3 \
+ Net::LDAP::Control::Assertion.3 \
Net::LDAP::Control::EntryChange.3 \
Net::LDAP::Control::ManageDsaIT.3 \
+ Net::LDAP::Control::MatchedValues.3 \
Net::LDAP::Control::Paged.3 \
Net::LDAP::Control::PasswordPolicy.3 \
Net::LDAP::Control::PersistentSearch.3 \
@@ -51,6 +53,7 @@ MAN3= Bundle::Net::LDAP.3 \
Net::LDAP::DSML.3 \
Net::LDAP::Entry.3 \
Net::LDAP::Examples.3 \
+ Net::LDAP::Extension::Cancel.3 \
Net::LDAP::Extension::Refresh.3 \
Net::LDAP::Extension::SetPassword.3 \
Net::LDAP::Extension::WhoAmI.3 \
diff --git a/net/p5-perl-ldap/distinfo b/net/p5-perl-ldap/distinfo
index 6ba74ecbabf8..3acb0df14411 100644
--- a/net/p5-perl-ldap/distinfo
+++ b/net/p5-perl-ldap/distinfo
@@ -1,2 +1,2 @@
-SHA256 (perl-ldap-0.43.tar.gz) = a08e48cf1d4790fea546e664994481bdff1a68ca34161b4d36fa22fd471a672a
-SIZE (perl-ldap-0.43.tar.gz) = 254501
+SHA256 (perl-ldap-0.44.tar.gz) = 6c398f32bf598ee139d111b5fd91cda1e77ca0fb3a57e9616909efdec5d4cacb
+SIZE (perl-ldap-0.44.tar.gz) = 262973
diff --git a/net/p5-perl-ldap/pkg-plist b/net/p5-perl-ldap/pkg-plist
index 83bc98f80ba6..d45dae44dedc 100644
--- a/net/p5-perl-ldap/pkg-plist
+++ b/net/p5-perl-ldap/pkg-plist
@@ -1,4 +1,3 @@
-%%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
@@ -8,8 +7,10 @@
%%SITE_PERL%%/Net/LDAP/Bind.pm
%%SITE_PERL%%/Net/LDAP/Constant.pm
%%SITE_PERL%%/Net/LDAP/Control.pm
+%%SITE_PERL%%/Net/LDAP/Control/Assertion.pm
%%SITE_PERL%%/Net/LDAP/Control/EntryChange.pm
%%SITE_PERL%%/Net/LDAP/Control/ManageDsaIT.pm
+%%SITE_PERL%%/Net/LDAP/Control/MatchedValues.pm
%%SITE_PERL%%/Net/LDAP/Control/Paged.pm
%%SITE_PERL%%/Net/LDAP/Control/PasswordPolicy.pm
%%SITE_PERL%%/Net/LDAP/Control/PersistentSearch.pm
@@ -28,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/Cancel.pm
%%SITE_PERL%%/Net/LDAP/Extension/Refresh.pm
%%SITE_PERL%%/Net/LDAP/Extension/SetPassword.pm
%%SITE_PERL%%/Net/LDAP/Extension/WhoAmI.pm
@@ -53,6 +55,9 @@
%%SITE_PERL%%/Net/LDAP/Util.pm
%%SITE_PERL%%/Net/LDAPI.pm
%%SITE_PERL%%/Net/LDAPS.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net/LDAP/Intermediate
@dirrmtry %%SITE_PERL%%/Net/LDAP/Extension
@dirrmtry %%SITE_PERL%%/Net/LDAP/Control
@@ -62,5 +67,3 @@
@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