From steve@mouf.net  Wed Mar 14 03:15:04 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A0D851065676
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Mar 2012 03:15:04 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 42B9B8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Mar 2012 03:15:04 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q2E3F0wt015850
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Tue, 13 Mar 2012 23:15:01 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q2E3F0S8054028;
	Tue, 13 Mar 2012 23:15:00 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201203140315.q2E3F0S8054028@meatwad.mouf.net>
Date: Tue, 13 Mar 2012 23:15:00 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: vvelox@vvelox.net
Subject: [PATCH] sysutils/p5-ZConf-Cron: add missing DEPENDS, other changes
X-Send-Pr-Version: 3.113
X-GNATS-Notify: vvelox@vvelox.net

>Number:         166070
>Category:       ports
>Synopsis:       [PATCH] sysutils/p5-ZConf-Cron: add missing DEPENDS, other changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 14 03:20:05 UTC 2012
>Closed-Date:    Mon Apr 09 23:05:26 UTC 2012
>Last-Modified:  Mon Apr  9 23:10:13 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
- Avoid use of SITE_PERL in DEPENDS
- Sort DEPENDS
- Add missing DEPENDS
- Bump PORTREVISION

Port maintainer (vvelox@vvelox.net) is cc'd.

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

--- p5-ZConf-Cron-1.1.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/p5-ZConf-Cron/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	20 Jun 2011 09:03:20 -0000	1.5
+++ Makefile	14 Mar 2012 03:13:46 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	ZConf-Cron
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -15,10 +16,12 @@
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	Handles storing cron tabs in ZConf
 
-BUILD_DEPENDS=	${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
-		${SITE_PERL}/DateTime/Event/Cron.pm:${PORTSDIR}/devel/p5-DateTime-Event-Cron \
-		${SITE_PERL}/mach/DateTime/Duration.pm:${PORTSDIR}/devel/p5-DateTime \
-		${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime
+BUILD_DEPENDS=	p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \
+		p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
+		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+		p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
+		p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
+RUN_DEPENS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-ZConf-Cron-1.1.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 14 03:20:24 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166070 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Mar 14 03:20:30 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: vvelox@vvelox.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/166070: [PATCH] sysutils/p5-ZConf-Cron: add missing DEPENDS, other changes
Date: Wed, 14 Mar 2012 03:20:28 UT

 Maintainer of sysutils/p5-ZConf-Cron,
 
 Please note that PR ports/166070 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/166070
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Wed Mar 14 03:32:35 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166070 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Mon Apr 9 23:05:24 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166070: commit references a PR
Date: Mon,  9 Apr 2012 23:05:23 +0000 (UTC)

 swills      2012-04-09 23:05:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/p5-ZConf-Cron Makefile 
   Log:
   - Avoid use of SITE_PERL in DEPENDS
   - Sort DEPENDS
   - Add missing DEPENDS
   - Bump PORTREVISION
   
   PR:             ports/166070
   Approved by:    maintainer timeout (vvelox@vvelox.net, >3 weeks)
   
   Revision  Changes    Path
   1.6       +7 -4      ports/sysutils/p5-ZConf-Cron/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:
