ports/123184: [PATCH]audio/cripple: fix typo in port Makefile

bf bf2006 at yahoo.com
Mon Apr 28 21:40:04 UTC 2008


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



More information about the freebsd-ports-bugs mailing list