ports/148634: [patch] [ports] lang/perl5.10 Makefile PORTREVISION error

Warren Block wblock at wonkity.com
Thu Jul 15 12:30:10 UTC 2010


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



More information about the freebsd-ports-bugs mailing list