? p5-Params-Validate.diff ? work Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Params-Validate/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 15 May 2003 09:26:22 -0000 1.11 +++ Makefile 16 May 2003 00:59:08 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Params-Validate -PORTVERSION= 0.54 -PORTREVISION= 1 +PORTVERSION= 0.58 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Devel/DROLSKY @@ -17,7 +16,6 @@ COMMENT= Validate method/function parameters PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Attribute::Params::Validate.3 Params::ValidateXS.3 \ Params::ValidatePP.3 Params::Validate.3 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Params-Validate/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 23 Feb 2003 06:11:22 -0000 1.7 +++ distinfo 16 May 2003 00:59:08 -0000 @@ -1 +1 @@ -MD5 (Params-Validate-0.54.tar.gz) = c3b79254dfae5203e195d5ee824fc711 +MD5 (Params-Validate-0.58.tar.gz) = ccdc22e0ec9f8737e6bb410963563695 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/devel/p5-Params-Validate/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 10 Apr 2001 19:46:03 -0000 1.1 +++ pkg-descr 16 May 2003 00:59:08 -0000 @@ -5,3 +5,5 @@ also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments. + +WWW: http://search.cpan.org/dist/Params-Validate/ Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-Params-Validate/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 27 Jan 2003 14:04:35 -0000 1.3 +++ pkg-plist 16 May 2003 00:59:08 -0000 @@ -1,12 +1,12 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params/Validate/Validate.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params/Validate/Validate.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params/Validate/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Params/ValidateXS.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Params/ValidatePP.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Params/Validate.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Attribute/Params/Validate.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Attribute/Params -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Attribute -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Params +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params/Validate/Validate.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params/Validate/Validate.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params/Validate/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params/Validate @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Attribute/Params +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Attribute 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Params 2>/dev/null || true