From az@sunner.semmy.ru  Fri May 24 08:17:57 2013
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id C7C397D3
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 May 2013 08:17:57 +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 8A56F7EC
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 May 2013 08:17:57 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1UfnCG-000CYp-PY
	for FreeBSD-gnats-submit@freebsd.org; Fri, 24 May 2013 12:17:56 +0400
Message-Id: <E1UfnCG-000CYp-PY@sunner.semmy.ru>
Date: Fri, 24 May 2013 12:17:56 +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] textproc/p5-PPI
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178905
>Category:       ports
>Synopsis:       [patch] textproc/p5-PPI
>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 May 24 08:20:01 UTC 2013
>Closed-Date:    Fri Jun 07 07:11:23 UTC 2013
>Last-Modified:  Fri Jun  7 07:20:00 UTC 2013
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


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

	

--- patch.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 317733)
+++ Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	textproc/p5-PPI
-# Date created:				24 March 2005
-# Whom:					Lars Thegler <lth@FreeBSD.org>
-#
+# Created by: Lars Thegler <lth@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	PPI
 PORTVERSION=	1.215
@@ -121,11 +117,4 @@
 	PPI::Transform.3 \
 	PPI::Transform::UpdateCopyright.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lth 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 24 08:20:20 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178905 
State-Changed-From-To: open->closed 
State-Changed-By: az 
State-Changed-When: Fri Jun 7 07:11:23 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178905: commit references a PR
Date: Fri,  7 Jun 2013 07:11:29 +0000 (UTC)

 Author: az
 Date: Fri Jun  7 07:11:16 2013
 New Revision: 320159
 URL: http://svnweb.freebsd.org/changeset/ports/320159
 
 Log:
   - Trim Makefile header
   - Remove unnecessary depend on PERL_LEVEL < 5.12
   
   PR:		ports/178905
   Submitted by:	az
   Approved by:	maintainer (timeout)
 
 Modified:
   head/textproc/p5-PPI/Makefile   (contents, props changed)
 
 Modified: head/textproc/p5-PPI/Makefile
 ==============================================================================
 --- head/textproc/p5-PPI/Makefile	Fri Jun  7 07:05:37 2013	(r320158)
 +++ head/textproc/p5-PPI/Makefile	Fri Jun  7 07:11:16 2013	(r320159)
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for:	textproc/p5-PPI
 -# Date created:				24 March 2005
 -# Whom:					Lars Thegler <lth@FreeBSD.org>
 -#
 +# Created by: Lars Thegler <lth@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	PPI
  PORTVERSION=	1.215
 @@ -121,11 +117,4 @@ MAN3=	PPI.3 \
  	PPI::Transform.3 \
  	PPI::Transform::UpdateCopyright.3
  
 -.include <bsd.port.pre.mk>
 -
 -.if ${PERL_LEVEL} < 501000
 -BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
 -RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
 -.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:
