From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 24 08:40:03 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 1DAC564F for ; Fri, 24 May 2013 08:40:03 +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 E02D4955 for ; Fri, 24 May 2013 08:40: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 r4O8e2Ev000385 for ; Fri, 24 May 2013 08:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4O8e2Pt000384; Fri, 24 May 2013 08:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 24 May 2013 08:40:02 GMT Resent-Message-Id: <201305240840.r4O8e2Pt000384@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 [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 76059279 for ; Fri, 24 May 2013 08:31:28 +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 380208E8 for ; Fri, 24 May 2013 08:31:28 +0000 (UTC) Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UfnPL-000CrU-F2 for FreeBSD-gnats-submit@freebsd.org; Fri, 24 May 2013 12:31:27 +0400 Message-Id: Date: Fri, 24 May 2013 12:31:27 +0400 From: Andrej Zverev Sender: Andrej Zverev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178917: [patch] net-p2p/p5-Net-DirectConnect 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:40:03 -0000 >Number: 178917 >Category: ports >Synopsis: [patch] net-p2p/p5-Net-DirectConnect >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:40:02 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: p5-Net-DirectConnect -# Date created: 2010-01-16 -# Whom: Oleg Alexeenkov -# +# Created by: Oleg Alexeenkov # $FreeBSD$ -# PORTNAME= Net-DirectConnect PORTVERSION= 0.13 @@ -33,11 +29,4 @@ MAN1= dcget.1 dcshare.1 MAN3= Net::DirectConnect.3 Net::DirectConnect::filelist.3 -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include --- patch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: