From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 24 10:10:00 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 B723345F for ; Fri, 24 May 2013 10:10:00 +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 84F24FF for ; Fri, 24 May 2013 10:10:00 +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 r4OAA0dv027880 for ; Fri, 24 May 2013 10:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4OAA0wW027879; Fri, 24 May 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 24 May 2013 10:10:00 GMT Resent-Message-Id: <201305241010.r4OAA0wW027879@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 E002121B for ; Fri, 24 May 2013 10:06: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 A1241BF for ; Fri, 24 May 2013 10:06:52 +0000 (UTC) Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Ufotf-000Ej6-Sj for FreeBSD-gnats-submit@freebsd.org; Fri, 24 May 2013 14:06:51 +0400 Message-Id: Date: Fri, 24 May 2013 14:06:51 +0400 From: Andrej Zverev Sender: Andrej Zverev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178938: [patch] www/p5-WWW-Contact 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 10:10:00 -0000 >Number: 178938 >Category: ports >Synopsis: [patch] www/p5-WWW-Contact >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 10:10:00 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-WWW-Contact -# Date created: 2010/02/22 -# Whom: Fred Cox -# +# Created by: Fred Cox # $FreeBSD$ -# PORTNAME= WWW-Contact PORTVERSION= 0.47 @@ -49,10 +45,4 @@ WWW::Contact::Rediffmail.3 \ WWW::Contact::Yahoo.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include --- patch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: