Bug 89754

Summary: [patch] typo in bsd.autotools.mk
Product: Ports & Packages Reporter: Vasil Dimov <vd>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me CC: ade
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
bsd.autotools.mk_quote.diff none

Description Vasil Dimov 2005-11-30 10:50:02 UTC
The missed quote ruins syntax hilighting in vim (at least)
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-11-30 11:06:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ade

Over to maintainer.
Comment 2 Simon Barner freebsd_committer freebsd_triage 2005-11-30 11:09:47 UTC
> Index: bsd.autotools.mk
> ===================================================================
> RCS file: /home/ncvs/ports/Mk/bsd.autotools.mk,v
> retrieving revision 1.19
> diff -u -r1.19 bsd.autotools.mk
> --- bsd.autotools.mk	19 Nov 2005 22:04:25 -0000	1.19
> +++ bsd.autotools.mk	30 Nov 2005 10:41:21 -0000
> @@ -82,7 +82,7 @@
>  _AUTOTOOLS_PN=	${.CURDIR:C/${PORTSDIR}\///}
>  pre-everything::
>  	@${ECHO} "*** AUTOTOOLS WARNING for ${_AUTOTOOLS_PN}"
> -	@${ECHO} This port is using old autotools constructs which wil be"
> +	@${ECHO} "This port is using old autotools constructs which wil be"
                                                                       ^
                                            I also donate a second 'l' :-)
>  	@${ECHO} "disappearing on 1st January 2006"
>  	@${ECHO} ""
>  	@${ECHO} "In most cases, this warning can be fixed by removing"
> --- bsd.autotools.mk_quote.diff ends here ---
> >Release-Note:
> >Audit-Trail:
> >Unformatted:
> _______________________________________________
> freebsd-ports-bugs@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"

-- 
Best regards / Viele Grüße,                             barner@FreeBSD.org
 Simon Barner                                                barner@gmx.de
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2005-11-30 18:21:47 UTC
State Changed
From-To: open->closed

Fixed, thanks for spotting this.