Bug 185031 - multimedia/vlc: fix typo in makefile
Summary: multimedia/vlc: fix typo in makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-20 15:20 UTC by vsjcfm
Modified: 2014-01-27 12:00 UTC (History)
0 users

See Also:


Attachments
file.diff (617 bytes, patch)
2013-12-20 15:20 UTC, vsjcfm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2013-12-20 15:20:00 UTC
There is a typo in port makefile. Should be dependEncy, not dependAncy.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-20 15:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 vsjcfm 2014-01-18 21:16:45 UTC
Is month is not enough to make this simple change?
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2014-01-27 11:50:35 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-01-27 11:54:54 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"