diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-10 15:35:01 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-10 15:35:01 +0000 |
commit | 21b26b24d6eef9f225556324875345169767f5db (patch) | |
tree | ac46352edd5eda79312429480b0266298cbb35a1 /security/p5-Authen-PAM | |
parent | a5e0644681acfcf253434d4ba279661ac2a87f1f (diff) | |
download | FreeBSD-ports-21b26b24d6eef9f225556324875345169767f5db.zip FreeBSD-ports-21b26b24d6eef9f225556324875345169767f5db.tar.gz |
Upgrade to latest version:
p5-Authen-PAM => 0.11
p5-Config-IniFiles => 2.19
p5-File-Tail => 0.98
p5-ParallelUA => 2.50
p5-dTemplate => 2.0
set MAINTAINER to ports@FreeBSD.org:
p5-Authen-PAM
Approved by: maintainers
Diffstat (limited to 'security/p5-Authen-PAM')
-rw-r--r-- | security/p5-Authen-PAM/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Authen-PAM/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Authen-PAM/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/security/p5-Authen-PAM/Makefile b/security/p5-Authen-PAM/Makefile index f850f524..fdd13e2 100644 --- a/security/p5-Authen-PAM/Makefile +++ b/security/p5-Authen-PAM/Makefile @@ -6,17 +6,18 @@ # PORTNAME= Authen-PAM -PORTVERSION= 0.09 +PORTVERSION= 0.11 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen PKGNAMEPREFIX= p5- -MAINTAINER= matt@zigg.com +MAINTAINER= ports@FreeBSD.org PERL_CONFIGURE= yes -MAN3= Authen::PAM.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Authen::FAQ.3 \ + Authen::PAM.3 .include <bsd.port.mk> diff --git a/security/p5-Authen-PAM/distinfo b/security/p5-Authen-PAM/distinfo index 906866e..db43c2a 100644 --- a/security/p5-Authen-PAM/distinfo +++ b/security/p5-Authen-PAM/distinfo @@ -1 +1 @@ -MD5 (Authen-PAM-0.09.tar.gz) = c41ba3fd0874fa0fa2630fb1ede47eb9 +MD5 (Authen-PAM-0.11.tar.gz) = fa8460b2ea08d53e73f9c0be25d84ce1 diff --git a/security/p5-Authen-PAM/pkg-plist b/security/p5-Authen-PAM/pkg-plist index bbfe935..f394bc6 100644 --- a/security/p5-Authen-PAM/pkg-plist +++ b/security/p5-Authen-PAM/pkg-plist @@ -1,3 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/FAQ.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/PAM.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.bs |