From leeym@cn1.leeym.com  Thu Jun 17 22:33:16 2010
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1DA9E10657F7
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Jun 2010 22:33:12 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 60B1B8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Jun 2010 22:33:11 +0000 (UTC)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.3/8.14.3) with ESMTP id o5HMXBCk009062;
	Thu, 17 Jun 2010 15:33:11 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.3/8.14.3/Submit) id o5HMXAdB009061;
	Thu, 17 Jun 2010 15:33:10 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <201006172233.o5HMXAdB009061@cn1.leeym.com>
Date: Thu, 17 Jun 2010 15:33:10 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dsh@vlink.ru
Subject: [PATCH] devel/p5-Params-Validate: simplify dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify: dsh@vlink.ru

>Number:         147954
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Params-Validate: simplify dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 17 22:40:01 UTC 2010
>Closed-Date:    Fri Jun 18 00:34:54 UTC 2010
>Last-Modified:  Fri Jun 18 00:40:02 UTC 2010
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 16:02:27 UTC
>Description:
- simplify dependency
- bump PORTREVISION

Port maintainer (dsh@vlink.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Params-Validate-0.95_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Params-Validate/Makefile,v
retrieving revision 1.41
diff -u -d -b -w -u -r1.41 Makefile
--- Makefile	15 Jun 2010 11:53:33 -0000	1.41
+++ Makefile	17 Jun 2010 22:32:37 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	Params-Validate
 PORTVERSION=	0.95
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,13 +15,16 @@
 MAINTAINER=	dsh@vlink.ru
 COMMENT=	Validate method/function parameters
 
-BUILD_DEPENDS=	p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers \
-		p5-ExtUtils-CBuilder>=0.2703:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
-RUN_DEPENDS=	p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers
-
 PERL_MODBUILD=	yes
 
 MAN3=		Attribute::Params::Validate.3 Params::ValidateXS.3 \
 		Params::ValidatePP.3 Params::Validate.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501000
+RUN_DEPENDS+=	p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers
+BUILD_DEPENDS+=	p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Params-Validate-0.95_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 17 22:40:25 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147954 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jun 17 22:40:30 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147954 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dsh@vlink.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/147954: [PATCH] devel/p5-Params-Validate: simplify dependency
Date: Thu, 17 Jun 2010 22:40:27 UT

 Maintainer of devel/p5-Params-Validate,
 
 Please note that PR ports/147954 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147954
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Denis Shaposhnikov <dsh@vlink.ru>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/147954: [PATCH] devel/p5-Params-Validate: simplify dependency
Date: Fri, 18 Jun 2010 02:53:21 +0400

 On 06/18/2010 02:40, Edwin Groothuis wrote:
 
 > Please note that PR ports/147954 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 I approve the patch, thank you!
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Fri Jun 18 00:34:49 UTC 2010 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147954 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147954: commit references a PR
Date: Fri, 18 Jun 2010 00:34:40 +0000 (UTC)

 leeym       2010-06-18 00:34:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Params-Validate Makefile 
   Log:
   - simplify dependency
   - bump PORTREVISION
   
   PR:             ports/147954
   Submitted by:   leeym
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.42      +9 -6      ports/devel/p5-Params-Validate/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
