Bug 182189

Summary: www/bins has a strange dependency line
Product: Ports & Packages Reporter: Antoine Brodin <antoine>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me CC: araujo
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
bins.diff none

Description Antoine Brodin freebsd_committer freebsd_triage 2013-09-17 14:40:00 UTC
See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-17 14:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-27 05:03:27 UTC
Author: araujo
Date: Fri Sep 27 04:03:15 2013
New Revision: 328429
URL: http://svnweb.freebsd.org/changeset/ports/328429

Log:
  - Fix the dependency line for p5-Text-Unaccent.
  
  PR:		ports/182189
  Submitted by:	Antoine Brodin <antoine@freebsd.org>

Modified:
  head/www/bins/Makefile

Modified: head/www/bins/Makefile
==============================================================================
--- head/www/bins/Makefile	Fri Sep 27 03:33:19 2013	(r328428)
+++ head/www/bins/Makefile	Fri Sep 27 04:03:15 2013	(r328429)
@@ -14,7 +14,7 @@ RUN_DEPENDS=	\
 	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
 	convert:${PORTSDIR}/graphics/ImageMagick \
 	p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \
-	p5-Text-Iconv>=0:${PORTSDIR}/textproc/p5-Text-Unaccent \
+	p5-Text-Unaccent>=0:${PORTSDIR}/textproc/p5-Text-Unaccent \
 	p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
 	p5-HTML-Clean>0:${PORTSDIR}/www/p5-HTML-Clean \
 	p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \
@@ -86,7 +86,7 @@ pre-everything::
 .if !defined(WITH_I18N)
 	@${ECHO_MSG} '===>'
 	@${ECHO_MSG} '===> Define WITH_I18N to enable localization support.'
-	@${ECHO_MSG} '===>   Support for languages other than english.'
+	@${ECHO_MSG} '===> Support for languages other than english.'
 .endif
 	@${ECHO_MSG} '===>'
 
_______________________________________________
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 Marcelo Araujo freebsd_committer freebsd_triage 2013-09-27 05:11:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!