From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 24 08:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3DC33900 for ; Fri, 24 May 2013 08:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0C5AF810 for ; Fri, 24 May 2013 08:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4O8K17Y094427 for ; Fri, 24 May 2013 08:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4O8K1Cv094426; Fri, 24 May 2013 08:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 24 May 2013 08:20:01 GMT Resent-Message-Id: <201305240820.r4O8K1Cv094426@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrej Zverev 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 ; 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 ; 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 ) id 1UfnCG-000CYp-PY for FreeBSD-gnats-submit@freebsd.org; Fri, 24 May 2013 12:17:56 +0400 Message-Id: Date: Fri, 24 May 2013 12:17:56 +0400 From: Andrej Zverev Sender: Andrej Zverev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178905: [patch] textproc/p5-PPI X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andrej Zverev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 08:20:02 -0000 >Number: 178905 >Category: ports >Synopsis: [patch] textproc/p5-PPI >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 24 08:20:01 UTC 2013 >Closed-Date: >Last-Modified: >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 -# +# Created by: Lars Thegler # $FreeBSD$ -# PORTNAME= PPI PORTVERSION= 1.215 @@ -121,11 +117,4 @@ PPI::Transform.3 \ PPI::Transform::UpdateCopyright.3 -.include - -.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 +.include --- patch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: