Index: head/mail/p5-Email-FolderType/Makefile =================================================================== --- head/mail/p5-Email-FolderType/Makefile (revision 109431) +++ head/mail/p5-Email-FolderType/Makefile (revision 109432) @@ -1,25 +1,35 @@ # New ports collection makefile for: p5-Email-FolderType # Date created: August 31 2003 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= Email-FolderType -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Email PKGNAMEPREFIX= p5- MAINTAINER= lars@thegler.dk COMMENT= Determine the type of a mail folder PERL_CONFIGURE= yes -MAN3= Email::FolderType.3 +MAN3= Email::FolderType.3 \ + Email::FolderType::Local.3 \ + Email::FolderType::Register.3 -test: - cd ${WRKSRC} ; make test +.include -.include +.if ${PERL_LEVEL} <= 500503 +EXTRA_PATCHES= ${PATCHDIR}/5.005-t::05_register.t + +# make PREFIX-clean under perl 5.005_03 +post-configure: + ${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile + +.endif + +.include Property changes on: head/mail/p5-Email-FolderType/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/mail/p5-Email-FolderType/distinfo =================================================================== --- head/mail/p5-Email-FolderType/distinfo (revision 109431) +++ head/mail/p5-Email-FolderType/distinfo (revision 109432) @@ -1,2 +1,2 @@ -MD5 (Email-FolderType-0.6.tar.gz) = 54a74b1fd8f5bfedabc82808c1fa7502 -SIZE (Email-FolderType-0.6.tar.gz) = 9575 +MD5 (Email-FolderType-0.7.tar.gz) = 92fdcdd0f59aee9b53fadddf2b9833c4 +SIZE (Email-FolderType-0.7.tar.gz) = 4695 Property changes on: head/mail/p5-Email-FolderType/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/mail/p5-Email-FolderType/files/5.005-t::05_register.t =================================================================== --- head/mail/p5-Email-FolderType/files/5.005-t::05_register.t (nonexistent) +++ head/mail/p5-Email-FolderType/files/5.005-t::05_register.t (revision 109432) @@ -0,0 +1,8 @@ +--- t/05_register.t.orig Mon May 17 22:48:40 2004 ++++ t/05_register.t Mon May 17 22:49:30 2004 +@@ -1,4 +1,4 @@ +-use Test::More qw[no_plan]; ++use Test::More tests => 3; + + use Email::FolderType::Register qw[register_type]; + use Email::FolderType qw[folder_type]; Property changes on: head/mail/p5-Email-FolderType/files/5.005-t::05_register.t ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/p5-Email-FolderType/pkg-plist =================================================================== --- head/mail/p5-Email-FolderType/pkg-plist (revision 109431) +++ head/mail/p5-Email-FolderType/pkg-plist (revision 109432) @@ -1,5 +1,8 @@ %%SITE_PERL%%/Email/FolderType.pm +%%SITE_PERL%%/Email/FolderType/Local.pm +%%SITE_PERL%%/Email/FolderType/Register.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/FolderType/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/FolderType @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Email/FolderType 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true Property changes on: head/mail/p5-Email-FolderType/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property