diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 9dc73484b4a0..4781eedf75a0 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -6,17 +6,20 @@ # PORTNAME= Authen-SASL -PORTVERSION= 2.08 +PORTVERSION= 2.09 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for SASL authentication PERL_CONFIGURE= yes -MAN3= Authen::SASL.3 Authen::SASL::Perl::DIGEST_MD5.3 +MAN3= Authen::SASL.3 Authen::SASL::Perl.3 \ + Authen::SASL::Perl::ANONYMOUS.3 Authen::SASL::Perl::CRAM_MD5.3 \ + Authen::SASL::Perl::DIGEST_MD5.3 Authen::SASL::Perl::EXTERNAL.3 \ + Authen::SASL::Perl::LOGIN.3 Authen::SASL::Perl::PLAIN.3 .include diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo index 3b7f9d616296..94ace5131f03 100644 --- a/security/p5-Authen-SASL/distinfo +++ b/security/p5-Authen-SASL/distinfo @@ -1,2 +1,2 @@ -MD5 (Authen-SASL-2.08.tar.gz) = a116d7a205fa0dcf969ac8e0bd78d4ff -SIZE (Authen-SASL-2.08.tar.gz) = 16018 +MD5 (Authen-SASL-2.09.tar.gz) = e11b60f58850ff6e71e6e1813c1f5e31 +SIZE (Authen-SASL-2.09.tar.gz) = 26070 diff --git a/security/p5-Authen-SASL/pkg-descr b/security/p5-Authen-SASL/pkg-descr index a6c43878acba..63b2bfacc78e 100644 --- a/security/p5-Authen-SASL/pkg-descr +++ b/security/p5-Authen-SASL/pkg-descr @@ -3,4 +3,4 @@ several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. -WWW: http://search.cpan.org/search?dist=Authen-SASL +WWW: http://search.cpan.org/dist/Authen-SASL/ diff --git a/security/p5-Authen-SASL/pkg-plist b/security/p5-Authen-SASL/pkg-plist index cbeab9d013a3..cd1710058c39 100644 --- a/security/p5-Authen-SASL/pkg-plist +++ b/security/p5-Authen-SASL/pkg-plist @@ -3,6 +3,7 @@ %%SITE_PERL%%/Authen/SASL/CRAM_MD5.pm %%SITE_PERL%%/Authen/SASL/EXTERNAL.pm %%SITE_PERL%%/Authen/SASL/Perl.pm +%%SITE_PERL%%/Authen/SASL/Perl.pod %%SITE_PERL%%/Authen/SASL/Perl/ANONYMOUS.pm %%SITE_PERL%%/Authen/SASL/Perl/CRAM_MD5.pm %%SITE_PERL%%/Authen/SASL/Perl/DIGEST_MD5.pm