From az@sunner.semmy.ru  Fri May 24 09:42:52 2013
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 9CBAF11F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 May 2013 09:42:52 +0000 (UTC)
	(envelope-from az@sunner.semmy.ru)
Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 59805EB8
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 May 2013 09:42:52 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1UfoWR-000ECB-I4
	for FreeBSD-gnats-submit@freebsd.org; Fri, 24 May 2013 13:42:51 +0400
Message-Id: <E1UfoWR-000ECB-I4@sunner.semmy.ru>
Date: Fri, 24 May 2013 13:42:51 +0400
From: Andrej Zverev <az@FreeBSD.org>
Sender: Andrej Zverev <az@sunner.semmy.ru>
Reply-To: Andrej Zverev <az@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] www/p5-Pod-Site
X-Send-Pr-Version: 3.113
X-GNATS-Notify: milki@rescomp.berkeley.edu

>Number:         178933
>Category:       ports
>Synopsis:       [patch] www/p5-Pod-Site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 24 09:50:02 UTC 2013
>Closed-Date:    Fri May 24 17:19:33 UTC 2013
>Last-Modified:  Fri May 24 17:20:01 UTC 2013
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	- Remove unnecessary depend on PERL_LEVEL < 5.12
	
>How-To-Repeat:
	
>Fix:

	

--- patch.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 317733)
+++ Makefile	(working copy)
@@ -36,17 +36,5 @@
 		p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 .endif
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.mk>
 
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
-RUN_DEPENDS+=	p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+=	p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple
-RUN_DEPENDS+=	p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple
-.endif
-
-.include <bsd.port.post.mk>
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 24 09:50:27 UTC 2013 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178933 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri May 24 09:50:29 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: milki@rescomp.berkeley.edu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/178933: [patch] www/p5-Pod-Site
Date: Fri, 24 May 2013 09:50:28 UT

 Maintainer of www/p5-Pod-Site,
 
 Please note that PR ports/178933 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/178933
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: milki <milki@rescomp.berkeley.edu>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178933: [patch] www/p5-Pod-Site
Date: Fri, 24 May 2013 09:39:50 -0700

 Approved
 
 -- 
 milki
State-Changed-From-To: feedback->closed 
State-Changed-By: az 
State-Changed-When: Fri May 24 17:19:32 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178933: commit references a PR
Date: Fri, 24 May 2013 17:19:32 +0000 (UTC)

 Author: az
 Date: Fri May 24 17:19:19 2013
 New Revision: 318995
 URL: http://svnweb.freebsd.org/changeset/ports/318995
 
 Log:
   - Remove unnecessary depend on PERL_LEVEL < 5.12
   
   PR:		ports/178933
   Submitted by:	az
   Approved by:	maintainer
 
 Modified:
   head/www/p5-Pod-Site/Makefile
 
 Modified: head/www/p5-Pod-Site/Makefile
 ==============================================================================
 --- head/www/p5-Pod-Site/Makefile	Fri May 24 17:16:35 2013	(r318994)
 +++ head/www/p5-Pod-Site/Makefile	Fri May 24 17:19:19 2013	(r318995)
 @@ -36,17 +36,4 @@ TEST_DEPENDS+=	p5-Test-Pod>=1.41:${PORTS
  		p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage
  .endif
  
 -.include <bsd.port.pre.mk>
 -
 -.if ${PERL_LEVEL} < 501001
 -BUILD_DEPENDS+=	p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
 -RUN_DEPENDS+=	p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
 -TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
 -.endif
 -
 -.if ${PERL_LEVEL} < 501200
 -BUILD_DEPENDS+=	p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple
 -RUN_DEPENDS+=	p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple
 -.endif
 -
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
