From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 11 18:00:34 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D083C37B401 for ; Wed, 11 Jun 2003 18:00:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C96443F93 for ; Wed, 11 Jun 2003 18:00:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5C10XUp029010 for ; Wed, 11 Jun 2003 18:00:33 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5C10Xsr029009; Wed, 11 Jun 2003 18:00:33 -0700 (PDT) Date: Wed, 11 Jun 2003 18:00:33 -0700 (PDT) Message-Id: <200306120100.h5C10Xsr029009@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Oliver Eikemeier Subject: Re: ports/52184: (update) devel/p5-Params-Validate to 0.58 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oliver Eikemeier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 01:00:35 -0000 The following reply was made to PR ports/52184; it has been noted by GNATS. From: Oliver Eikemeier To: freebsd-gnats-submit@FreeBSD.org Cc: Mathieu Arnold , Denis Shaposhnikov , freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52184: (update) devel/p5-Params-Validate to 0.58 Date: Thu, 12 Jun 2003 02:53:55 +0200 superseded by 0.59 (required by Mason 1.21, see PR 52507) --- p5-Params-Validate-0.59.patch begins here --- diff -Nur devel/p5-Params-Validate/Makefile.orig devel/p5-Params-Validate/Makefile --- devel/p5-Params-Validate/Makefile.orig Thu May 15 11:26:22 2003 +++ devel/p5-Params-Validate/Makefile Thu Jun 12 02:41:39 2003 @@ -6,8 +6,7 @@ # PORTNAME= Params-Validate -PORTVERSION= 0.54 -PORTREVISION= 1 +PORTVERSION= 0.59 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 @@ -25,7 +23,7 @@ .include .if ${PERL_LEVEL} >= 500600 && ${PERL_LEVEL} < 500800 -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers +BUILD_DEPENDS= ${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers RUN_DEPENDS= ${BUILD_DEPENDS} .endif diff -Nur devel/p5-Params-Validate/distinfo.orig devel/p5-Params-Validate/distinfo --- devel/p5-Params-Validate/distinfo.orig Sun Feb 23 07:11:22 2003 +++ devel/p5-Params-Validate/distinfo Thu Jun 12 02:35:50 2003 @@ -1 +1 @@ -MD5 (Params-Validate-0.54.tar.gz) = c3b79254dfae5203e195d5ee824fc711 +MD5 (Params-Validate-0.59.tar.gz) = f14fe21888eec9f04bb7657e642d37db diff -Nur devel/p5-Params-Validate/pkg-descr.orig devel/p5-Params-Validate/pkg-descr --- devel/p5-Params-Validate/pkg-descr.orig Tue Apr 10 21:46:03 2001 +++ devel/p5-Params-Validate/pkg-descr Thu Jun 12 02:45:04 2003 @@ -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/ diff -Nur devel/p5-Params-Validate/pkg-plist.orig devel/p5-Params-Validate/pkg-plist --- devel/p5-Params-Validate/pkg-plist.orig Tue Jan 28 02:05:30 2003 +++ devel/p5-Params-Validate/pkg-plist Thu Jun 12 02:43:23 2003 @@ -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 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params/Validate -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Validate/Validate.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Validate/Validate.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Validate/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/Params/ValidateXS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Params/ValidatePP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Params/Validate.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Attribute/Params/Validate.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Attribute/Params +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Attribute +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Params +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Validate +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Params --- p5-Params-Validate-0.59.patch ends here ---