Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 12:29:43 GMT
From:      Warren Block <wblock@wonkity.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/148634: [patch] [ports] lang/perl5.10 Makefile PORTREVISION error
Message-ID:  <201007151229.o6FCThVc053723@www.freebsd.org>
Resent-Message-ID: <201007151230.o6FCU9bq053112@freefall.freebsd.org>

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

>Number:         148634
>Category:       ports
>Synopsis:       [patch] [ports] lang/perl5.10 Makefile PORTREVISION error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 15 12:30:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        8-stable
>Organization:
>Environment:
FreeBSD lightning 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Wed Jul 14 20:36:34 MDT 2010     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
Spelling error in Makefile: "PORTREVISON"
>How-To-Repeat:
make -C /usr/ports/lang/perl5.10 -V PORTREVISION
0
>Fix:
Apply attached patch.

Patch attached with submission follows:

--- lang/perl5.10/Makefile.orig	2010-07-15 06:24:06.000000000 -0600
+++ lang/perl5.10/Makefile	2010-07-15 06:24:14.000000000 -0600
@@ -7,7 +7,7 @@
 
 PORTNAME=	perl
 PORTVERSION=	${PERL_VERSION}
-PORTREVISON=	2
+PORTREVISION=	2
 CATEGORIES=	lang devel perl5
 MASTER_SITES=	CPAN \
 		${MASTER_SITE_LOCAL:S/$/:local/} \


>Release-Note:
>Audit-Trail:
>Unformatted:



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