diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-19 11:30:01 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-19 11:30:01 +0800 |
commit | d401de72be4f0af5edd19b157fd57a5d63452a63 (patch) | |
tree | 84b743426874056c2c6992a0cd92113ed7e4da1d /security | |
parent | 4ef4d7b24c4219a4a8afae531fc11a56b8ca2448 (diff) | |
download | freebsd-ports-graphics-d401de72be4f0af5edd19b157fd57a5d63452a63.tar.gz freebsd-ports-graphics-d401de72be4f0af5edd19b157fd57a5d63452a63.tar.zst freebsd-ports-graphics-d401de72be4f0af5edd19b157fd57a5d63452a63.zip |
Update to 2.04, the latest version in CPAN.
Use SITE_PERL in PLIST.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Authen-SASL/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Authen-SASL/pkg-plist | 32 |
3 files changed, 18 insertions, 18 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index c83994bbd9d..24331e66e7b 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= p5-Authen-SASL -PORTVERSION= 2.03 +PORTVERSION= 2.04 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo index bfca4435f58..073025d3e99 100644 --- a/security/p5-Authen-SASL/distinfo +++ b/security/p5-Authen-SASL/distinfo @@ -1 +1 @@ -MD5 (Authen-SASL-2.03.tar.gz) = e8cd6e85266bb6b5efedd9ac7947ea0f +MD5 (Authen-SASL-2.04.tar.gz) = ea9ff18439eb949068868369bc2dd802 diff --git a/security/p5-Authen-SASL/pkg-plist b/security/p5-Authen-SASL/pkg-plist index 46e91c68065..3529baf679a 100644 --- a/security/p5-Authen-SASL/pkg-plist +++ b/security/p5-Authen-SASL/pkg-plist @@ -1,16 +1,16 @@ -lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl/CRAM_MD5.pm -lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl/LOGIN.pm -lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl/ANONYMOUS.pm -lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl/EXTERNAL.pm -lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl/PLAIN.pm -lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/EXTERNAL.pm -lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl.pm -lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/CRAM_MD5.pm -lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL.pm -lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/SASL/.packlist -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/SASL 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen 2>/dev/null || true +%%SITE_PERL%%/Authen/SASL/Perl/CRAM_MD5.pm +%%SITE_PERL%%/Authen/SASL/Perl/LOGIN.pm +%%SITE_PERL%%/Authen/SASL/Perl/ANONYMOUS.pm +%%SITE_PERL%%/Authen/SASL/Perl/EXTERNAL.pm +%%SITE_PERL%%/Authen/SASL/Perl/PLAIN.pm +%%SITE_PERL%%/Authen/SASL/EXTERNAL.pm +%%SITE_PERL%%/Authen/SASL/Perl.pm +%%SITE_PERL%%/Authen/SASL/CRAM_MD5.pm +%%SITE_PERL%%/Authen/SASL.pm +%%SITE_PERL%%/Authen/SASL.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Authen/SASL/Perl 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Authen/SASL 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Authen 2>/dev/null || true |