From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 1 11:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5CA71065696 for ; Wed, 1 Oct 2008 11:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9FE648FC29 for ; Wed, 1 Oct 2008 11:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m91Bo4gF060973 for ; Wed, 1 Oct 2008 11:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m91Bo4oo060972; Wed, 1 Oct 2008 11:50:04 GMT (envelope-from gnats) Resent-Date: Wed, 1 Oct 2008 11:50:04 GMT Resent-Message-Id: <200810011150.m91Bo4oo060972@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 624311065698 for ; Wed, 1 Oct 2008 11:44:45 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id 1B3608FC1D for ; Wed, 1 Oct 2008 11:44:45 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Kl08M-0001ak-Qh; Wed, 01 Oct 2008 15:44:46 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id C19C6701F; Wed, 1 Oct 2008 15:44:05 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id ABC4F17032; Wed, 1 Oct 2008 15:44:56 +0400 (MSD) Message-Id: <20081001114456.ABC4F17032@hades.panopticon> Date: Wed, 1 Oct 2008 15:44:56 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lth@FreeBSD.org Subject: ports/127769: [PATCH] devel/p5-Perl-Version: fix typo in the port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 11:50:04 -0000 >Number: 127769 >Category: ports >Synopsis: [PATCH] devel/p5-Perl-Version: fix typo in the port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 01 11:50:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008 >Description: There's typo in the Makefile, so RUN_DEPENDS may be incorrect. See patch. Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Perl-Version-1.007_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/p5-Perl-Version/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 10 Apr 2008 12:50:59 -0000 1.1 +++ Makefile 1 Oct 2008 11:28:51 -0000 @@ -7,6 +7,7 @@ PORTNAME= Perl-Version PORTVERSION= 1.007 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -29,7 +30,7 @@ RUN_DEPENDS+= p5-Pod-Parser>=1.3:${PORTSDIR}/textproc/p5-Pod-Parser .endif BUILD_DEPENDS+= p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp -RUND_DEPENDS+= p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp +RUN_DEPENDS+= p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp MAN1= perl-reversion.1 PROMPT= Y PLIST_SUB= PERLREVERSION= --- p5-Perl-Version-1.007_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: