From nobody@FreeBSD.org  Fri Dec 20 15:14:50 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 6FBFBE9F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Dec 2013 15:14:50 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 57A911D54
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Dec 2013 15:14:50 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBKFEomm003561
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Dec 2013 15:14:50 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKFEo7q003539;
	Fri, 20 Dec 2013 15:14:50 GMT
	(envelope-from nobody)
Message-Id: <201312201514.rBKFEo7q003539@oldred.freebsd.org>
Date: Fri, 20 Dec 2013 15:14:50 GMT
From: Anton Sayetsky <vsjcfm@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: multimedia/vlc: fix typo in makefile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185031
>Category:       ports
>Synopsis:       multimedia/vlc: fix typo in makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-multimedia
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 20 15:20:00 UTC 2013
>Closed-Date:    Mon Jan 27 11:50:35 UTC 2014
>Last-Modified:  Mon Jan 27 12:00:00 UTC 2014
>Originator:     Anton Sayetsky
>Release:        FreeBSD 9.2-RELEASE-p2 amd64
>Organization:
>Environment:
FreeBSD jnb.localdomain 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259302: Fri Dec 13 17:15:57 EET 2013     root@jnb.localdomain:/usr/obj/mnt/sysimage/usr/src/sys/JNB  amd64
>Description:
There is a typo in port makefile. Should be dependEncy, not dependAncy.
>How-To-Repeat:

>Fix:
Index: /usr/ports/multimedia/vlc/Makefile
===================================================================
--- /usr/ports/multimedia/vlc/Makefile  (revision 337012)
+++ /usr/ports/multimedia/vlc/Makefile  (working copy)
@@ -398,7 +398,7 @@
 WITH_DVD_DEVICE?=/dev/acd0
 .endif
 
-# If you change this value, the dependancy will not be recorded
+# If you change this value, the dependency will not be recorded
 .if !defined(WITH_VLC_DEFAULT_FONT)
 WITH_VLC_DEFAULT_FONT=         ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf
 WITH_VLC_DEFAULT_MONO_FONT=    ${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraMono.ttf

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 20 15:20:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185031 

From: Anton Sayetsky <vsjcfm@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/185031: multimedia/vlc: fix typo in makefile
Date: Sat, 18 Jan 2014 23:16:45 +0200

 Is month is not enough to make this simple change?
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Mon Jan 27 11:50:35 UTC 2014 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185031 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185031: commit references a PR
Date: Mon, 27 Jan 2014 11:54:54 +0000 (UTC)

 Author: mat
 Date: Mon Jan 27 11:54:47 2014
 New Revision: 341382
 URL: http://svnweb.freebsd.org/changeset/ports/341382
 QAT: https://qat.redports.org/buildarchive/r341382/
 
 Log:
   Fix typo.
   
   PR:		ports/185031
   Submitted by:	Anton Sayetsky
   Sponsored by:	Absolight
 
 Modified:
   head/multimedia/vlc/Makefile
 
 Modified: head/multimedia/vlc/Makefile
 ==============================================================================
 --- head/multimedia/vlc/Makefile	Mon Jan 27 11:50:59 2014	(r341381)
 +++ head/multimedia/vlc/Makefile	Mon Jan 27 11:54:47 2014	(r341382)
 @@ -399,7 +399,7 @@ WITH_CDROM_DEVICE?=/dev/acd0
  WITH_DVD_DEVICE?=/dev/acd0
  .endif
  
 -# If you change this value, the dependancy will not be recorded
 +# If you change this value, the dependency will not be recorded
  .if !defined(WITH_VLC_DEFAULT_FONT)
  WITH_VLC_DEFAULT_FONT=		${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf
  WITH_VLC_DEFAULT_MONO_FONT=	${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraMono.ttf
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
