Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2008 21:30:54 GMT
From:      bf <bf2006@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123184: [PATCH]audio/cripple: fix typo in port Makefile
Message-ID:  <200804282130.m3SLUsaA011938@www.freebsd.org>
Resent-Message-ID: <200804282140.m3SLe49t012566@freefall.freebsd.org>

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

>Number:         123184
>Category:       ports
>Synopsis:       [PATCH]audio/cripple: fix typo in port Makefile
>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:   Mon Apr 28 21:40:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
>Environment:
>Description:
Another attempt to fix this annoying typo...  LIB_DEPENDS is misspelled.  Does the fact that this error seems to survive every revision mean that it is being intentionally introduced to avert the jealousy of the gods?  to circulate the qi?   

*** user tears hair in frustration ***
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN cripple.orig/Makefile cripple/Makefile
--- cripple.orig/Makefile	2008-04-28 17:08:56.896614528 -0400
+++ cripple/Makefile	2008-04-28 17:12:07.819553896 -0400
@@ -7,7 +7,7 @@
 
 PORTNAME=	cripple
 PORTVERSION=	0.06b
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://www.vortex.prodigynet.co.uk/${PORTNAME}/
 
@@ -18,7 +18,7 @@
 GNU_CONFIGURE=	yes
 USE_CDRTOOLS=	yes
 
-LIB_DEPENDES+=	cdio.8:${PORTSDIR}/sysutils/libcdio
+LIB_DEPENDS+=	cdio.8:${PORTSDIR}/sysutils/libcdio
 RUN_DEPENDS+=	lame:${PORTSDIR}/audio/lame\
 		cdparanoia:${PORTSDIR}/audio/cdparanoia
 


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



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