Date: Sat, 29 Mar 2003 20:32:53 +0100 (CET) From: Erwin Lansing <erwin@lansing.dk> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tobez@FreeBSD.org Subject: ports/50431: fix PLIST mail/p5-Email-Find Message-ID: <20030329193253.81215AB89@backup-mx.droso.dk> Resent-Message-ID: <200303291940.h2TJe7Dt005315@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50431 >Category: ports >Synopsis: fix PLIST mail/p5-Email-Find >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Mar 29 11:40:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.8-RC i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.8-RC FreeBSD 4.8-RC #16: Fri Mar 21 10:03:34 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: add entries for addrspec and it's manpage and bump PORTREVISION while I'm here, remove MANPREFIX, it's in bsd.port.mk >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/p5-Email-Find/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 7 Mar 2003 06:05:55 -0000 1.10 +++ Makefile 29 Mar 2003 19:32:39 -0000 @@ -7,6 +7,7 @@ PORTNAME= Email-Find PORTVERSION= 0.09 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Email @@ -20,7 +21,6 @@ PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Email::Find.3 +MAN3= Email::Find.3 Email::Find::addrspec.3 .include <bsd.port.mk> Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/p5-Email-Find/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 10 May 2001 09:34:20 -0000 1.2 +++ pkg-plist 29 Mar 2003 19:32:39 -0000 @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Email/Find.pm +lib/perl5/site_perl/%%PERL_VER%%/Email/Find/addrspec.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Email/Find/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Email/Find @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Email/Find >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030329193253.81215AB89>