From sunpoet@sunpoet.net  Fri Jun  1 06:40:32 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B9626106566B;
	Fri,  1 Jun 2012 06:40:32 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 7BDA78FC1D;
	Fri,  1 Jun 2012 06:40:32 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3W3bLv5jlcz89T; Fri,  1 Jun 2012 14:32:39 +0800 (CST)
Message-Id: <3W3bLv5jlcz89T@sunpoet.net>
Date: Fri,  1 Jun 2012 14:32:39 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lth@FreeBSD.org
Subject: [PATCH] devel/p5-Test-YAML-Valid: fix dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168517
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-YAML-Valid: fix dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lth
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 01 06:50:07 UTC 2012
>Closed-Date:    Wed Jun 06 11:11:11 UTC 2012
>Last-Modified:  Wed Jun  6 11:20:11 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun May  6 00:46:29 CST
>Description:
- Fix *_DEPENDS: Test::More is already in all supported Perl releases
- Remove MASTER_SITE_SUBDIR
- Use bsd.port.options.mk
- Bump PORTREVISION for dependency change

Port maintainer (lth@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Test-YAML-Valid-0.04_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-YAML-Valid/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	15 Jan 2010 13:05:20 -0000	1.5
+++ Makefile	1 Jun 2012 06:32:24 -0000
@@ -7,16 +7,15 @@
 
 PORTNAME=	Test-YAML-Valid
 PORTVERSION=	0.04
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	Test
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Test for valid YAML
 
-RUN_DEPENDS=	p5-YAML>=0.60:${PORTSDIR}/textproc/p5-YAML \
-		p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS=	p5-YAML>=0.60:${PORTSDIR}/textproc/p5-YAML
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -28,9 +27,11 @@
 post-patch:
 	${PERL} -pi -e '$$_="" if /auto_install/' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
+
 .if defined(WITH_YAMLSYCK)
 RUN_DEPENDS+=	p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck
 BUILD_DEPENDS+=	p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck
 .endif
-.include <bsd.port.post.mk>
+
+.include <bsd.port.mk>
--- p5-Test-YAML-Valid-0.04_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lth 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 1 07:48:10 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168517 
State-Changed-From-To: open->closed 
State-Changed-By: lth 
State-Changed-When: Wed Jun 6 11:11:10 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168517: commit references a PR
Date: Wed,  6 Jun 2012 11:10:57 +0000 (UTC)

 lth         2012-06-06 11:10:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Test-YAML-Valid Makefile 
   Log:
   - Fix *_DEPENDS: Test::More is already in all supported Perl releases
   - Remove MASTER_SITE_SUBDIR
   - Use bsd.port.options.mk
   - Bump PORTREVISION for dependency change
   
   PR:             ports/168517
   Submitted by:   sunpoet
   
   Revision  Changes    Path
   1.6       +6 -5      ports/devel/p5-Test-YAML-Valid/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:
