svn commit: r389120 - head/textproc/p5-Unicode-LineBreak

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 10 18:12:36 UTC 2015


Author: amdmi3
Date: Wed Jun 10 18:12:35 2015
New Revision: 389120
URL: https://svnweb.freebsd.org/changeset/ports/389120

Log:
  - Enable thai support by default
  
  PR:		200155
  Submitted by:	amontalban at gmail.com
  Approved by:	maintainer timeout (Olivier.Girard at univ-angers.fr, 4 weeks)

Modified:
  head/textproc/p5-Unicode-LineBreak/Makefile

Modified: head/textproc/p5-Unicode-LineBreak/Makefile
==============================================================================
--- head/textproc/p5-Unicode-LineBreak/Makefile	Wed Jun 10 18:09:37 2015	(r389119)
+++ head/textproc/p5-Unicode-LineBreak/Makefile	Wed Jun 10 18:12:35 2015	(r389120)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Unicode-LineBreak
 PORTVERSION=	2014.06
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -26,6 +26,7 @@ USE_PERL5=	configure
 CONFIGURE_ARGS=	--with-bundled-sombok
 
 OPTIONS_DEFINE=	THAI
+OPTIONS_DEFAULT=THAI
 
 THAI_DESC=	Thai word segmentation support through libthai
 THAI_USES=	pkgconfig


More information about the svn-ports-head mailing list