Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Oct 2008 15:44:56 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lth@FreeBSD.org
Subject:   ports/127769: [PATCH] devel/p5-Perl-Version: fix typo in the port
Message-ID:  <20081001114456.ABC4F17032@hades.panopticon>
Resent-Message-ID: <200810011150.m91Bo4oo060972@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081001114456.ABC4F17032>