Bug 177480 - [patch] textproc/libxml2: fix typo in makefile
Summary: [patch] textproc/libxml2: 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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-29 16:10 UTC by vsjcfm
Modified: 2013-03-29 20:41 UTC (History)
0 users

See Also:


Attachments
file.txt (546 bytes, text/plain)
2013-03-29 16:10 UTC, vsjcfm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2013-03-29 16:10:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-29 16:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-29 16:35:28 UTC
Author: kwm
Date: Fri Mar 29 16:35:15 2013
New Revision: 315548
URL: http://svnweb.freebsd.org/changeset/ports/315548

Log:
  Fix typo
  
  PR:		ports/177480
  Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>

Modified:
  head/textproc/libxml2/Makefile

Modified: head/textproc/libxml2/Makefile
==============================================================================
--- head/textproc/libxml2/Makefile	Fri Mar 29 16:24:45 2013	(r315547)
+++ head/textproc/libxml2/Makefile	Fri Mar 29 16:35:15 2013	(r315548)
@@ -43,7 +43,7 @@ SCHEMA_DESC=	XML schema support
 THREADS_DESC=	Threads support
 MEM_DEBUG_DESC= Memory debugging (DEVELOPERS ONLY!)
 XMLLINT_HIST_DESC= History for xmllint
-THREAD_ALLOC_DESc= Per-thread memory (DEVELOPERS ONLY!)
+THREAD_ALLOC_DESC= Per-thread memory (DEVELOPERS ONLY!)
 
 .include <bsd.port.options.mk>
 
_______________________________________________
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"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2013-03-29 16:35:30 UTC
State Changed
From-To: open->closed

Committed thanks!