ports/55962: [PATCH] Fix plist of port security/p5-Authen-SASL

Oliver Eikemeier eikemeier at fillmore-labs.com
Mon Aug 25 16:20:18 UTC 2003


>Number:         55962
>Category:       ports
>Synopsis:       [PATCH] Fix plist of port security/p5-Authen-SASL
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 25 09:20:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:

System: FreeBSD nuuk.fillmore-labs.com 4.8-STABLE

>Description:

- fixed plist
- made portlint happy

>How-To-Repeat:
>Fix:

cat p5-Authen-SASL-2.04.patch | patch -p0 -d /usr/ports
find /usr/ports/security/p5-Authen-SASL -name '*.orig' -delete

--- p5-Authen-SASL-2.04.patch begins here ---
diff -Nur security/p5-Authen-SASL/Makefile.orig security/p5-Authen-SASL/Makefile
--- security/p5-Authen-SASL/Makefile.orig	Thu Jun 19 16:43:23 2003
+++ security/p5-Authen-SASL/Makefile	Mon Aug 25 17:59:46 2003
@@ -5,19 +5,18 @@
 # $FreeBSD: ports/security/p5-Authen-SASL/Makefile,v 1.4 2003/06/19 03:30:01 foxfair Exp $
 #
 
-PORTNAME=	p5-Authen-SASL
+PORTNAME=	Authen-SASL
 PORTVERSION=	2.04
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Authen
-DISTNAME=	Authen-SASL-${PORTVERSION}
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Perl5 module for SASL authentication
 
 PERL_CONFIGURE=	yes
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3=		Authen::SASL.3
+MAN3=		Authen::SASL.3 Authen::SASL::Perl::DIGEST_MD5.3
 
 .include <bsd.port.mk>
diff -Nur security/p5-Authen-SASL/pkg-plist.orig security/p5-Authen-SASL/pkg-plist
--- security/p5-Authen-SASL/pkg-plist.orig	Thu Jun 19 16:43:24 2003
+++ security/p5-Authen-SASL/pkg-plist	Mon Aug 25 17:58:00 2003
@@ -1,16 +1,17 @@
-%%SITE_PERL%%/Authen/SASL/Perl/CRAM_MD5.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL/.packlist
+%%SITE_PERL%%/Authen/SASL/Perl/PLAIN.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/DIGEST_MD5.pm
+%%SITE_PERL%%/Authen/SASL/Perl/CRAM_MD5.pm
+%%SITE_PERL%%/Authen/SASL/Perl/ANONYMOUS.pm
 %%SITE_PERL%%/Authen/SASL/Perl.pm
+%%SITE_PERL%%/Authen/SASL/EXTERNAL.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
- at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL 2>/dev/null || true
+%%SITE_PERL%%/Authen/SASL.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL
+ at dirrm %%SITE_PERL%%/Authen/SASL/Perl
+ at dirrm %%SITE_PERL%%/Authen/SASL
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true
- at unexec rmdir %D/%%SITE_PERL%%/Authen/SASL/Perl 2>/dev/null || true
- at unexec rmdir %D/%%SITE_PERL%%/Authen/SASL 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/Authen 2>/dev/null || true
--- p5-Authen-SASL-2.04.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list