ports/127769: [PATCH] devel/p5-Perl-Version: fix typo in the port

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Oct 1 11:50:04 UTC 2008


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



More information about the freebsd-ports-bugs mailing list