From sunpoet@sunpoet.net  Sat Nov 23 10:28:27 2013
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id DD6553EA
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Nov 2013 10:28:26 +0000 (UTC)
Received: from sunpoet.net (sunpoet.net [220.135.71.135])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 7646D20E4
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Nov 2013 10:28:26 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id E9C373A2C; Sat, 23 Nov 2013 18:28:51 +0800 (CST)
Message-Id: <20131123102851.E9C373A2C@sunpoet.net>
Date: Sat, 23 Nov 2013 18:28:51 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Olivier.Girard@univ-angers.fr
Subject: [PATCH] textproc/p5-Unicode-LineBreak: update to 2013.11
X-Send-Pr-Version: 3.113
X-GNATS-Notify: Olivier.Girard@univ-angers.fr

>Number:         184184
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Unicode-LineBreak: update to 2013.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 23 10:30:02 UTC 2013
>Closed-Date:    Mon Dec 09 19:37:46 UTC 2013
>Last-Modified:  Mon Dec  9 19:40:00 UTC 2013
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-BETA3 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257593: Mon Nov  4 17:36:04
>Description:
- Update to 2013.11
- Support STAGEDIR
- Sort PLIST

Changes:	http://search.cpan.org/dist/Unicode-LineBreak/Changes

Port maintainer (Olivier.Girard@univ-angers.fr) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- p5-Unicode-LineBreak-2013.11.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 334656)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Unicode-LineBreak
-PORTVERSION=	2012.10
+PORTVERSION=	2013.11
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +14,8 @@
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-MIME-Charset>=0:${PORTSDIR}/mail/p5-MIME-Charset
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+#BUILD_DEPENDS=	p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset
+#RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAKE_JOBS_UNSAFE=	yes
 
@@ -22,15 +22,7 @@
 USES=		perl5
 USE_PERL5=	configure
 
-CONFIGURE_ARGS+=	--with-bundled-sombok \
-			--disable-libthai
+CONFIGURE_ARGS=	--with-bundled-sombok \
+		--disable-libthai
 
-MAN3=		Unicode::LineBreak.3 \
-		Unicode::GCString::JA_JP.3 \
-		Text::LineFold.3 \
-		Unicode::LineBreak::JA_JP.3 \
-		Unicode::GCString.3 \
-		Text::LineFold::JA_JP.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 334656)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (Unicode-LineBreak-2012.10.tar.gz) = e4a37ace916aa74061321267364b5eeb840d50094a613ce9e0274ffff5e9e3e1
-SIZE (Unicode-LineBreak-2012.10.tar.gz) = 281832
+SHA256 (Unicode-LineBreak-2013.11.tar.gz) = 8946b883ae687ff652e93d6185e23a936c7f337f2e115851fdfed72e1f73c7f9
+SIZE (Unicode-LineBreak-2013.11.tar.gz) = 289906
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 334656)
+++ pkg-plist	(working copy)
@@ -1,22 +1,22 @@
-%%SITE_PERL%%/mach/Text/LineFold.pm
-%%SITE_PERL%%/mach/Text/LineFold/JA_JP.pod
-%%SITE_PERL%%/mach/Unicode/GCString.pm
-%%SITE_PERL%%/mach/Unicode/GCString.pod
-%%SITE_PERL%%/mach/Unicode/GCString/JA_JP.pod
-%%SITE_PERL%%/mach/Unicode/LineBreak.pod
-%%SITE_PERL%%/mach/Unicode/LineBreak.pm
-%%SITE_PERL%%/mach/Unicode/LineBreak/Defaults.pm.sample
-%%SITE_PERL%%/mach/Unicode/LineBreak/Constants.pm
-%%SITE_PERL%%/mach/Unicode/LineBreak/JA_JP.pod
-%%SITE_PERL%%/mach/auto/sombok/extralibs.ld
+%%SITE_PERL%%/%%PERL_ARCH%%/Text/LineFold.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/GCString.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/GCString.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/LineBreak.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/LineBreak.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/LineBreak/Constants.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/LineBreak/Defaults.pm.sample
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/LineBreak.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/LineBreak.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/sombok/extralibs.ld
+%%PERL5_MAN3%%/Text::LineFold.3.gz
+%%PERL5_MAN3%%/Unicode::GCString.3.gz
+%%PERL5_MAN3%%/Unicode::LineBreak.3.gz
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/sombok
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode
-@dirrmtry %%SITE_PERL%%/mach/Unicode/LineBreak
-@dirrmtry %%SITE_PERL%%/mach/Unicode/GCString
-@dirrmtry %%SITE_PERL%%/mach/Unicode
-@dirrmtry %%SITE_PERL%%/mach/auto/sombok
-@dirrmtry %%SITE_PERL%%/mach/Text/LineFold
-@dirrmtry %%SITE_PERL%%/mach/Text
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/LineBreak
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/GCString
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/LineFold
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
--- p5-Unicode-LineBreak-2013.11.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Nov 23 10:30:11 UTC 2013 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184184 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 23 10:30:13 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: Olivier.Girard@univ-angers.fr
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/184184: [PATCH] textproc/p5-Unicode-LineBreak: update to 2013.11
Date: Sat, 23 Nov 2013 10:30:12 UT

 Maintainer of textproc/p5-Unicode-LineBreak,
 
 Please note that PR ports/184184 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184184
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat Nov 23 14:02:44 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184184 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Dec 9 19:37:45 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184184: commit references a PR
Date: Mon,  9 Dec 2013 19:31:14 +0000 (UTC)

 Author: sunpoet
 Date: Mon Dec  9 19:31:04 2013
 New Revision: 336023
 URL: http://svnweb.freebsd.org/changeset/ports/336023
 
 Log:
   - Update to 2013.11
   - Support STAGEDIR
   - Sort PLIST
   
   Changes:	http://search.cpan.org/dist/Unicode-LineBreak/Changes
   PR:		ports/184184
   Submitted by:	sunpoet (myself)
   Approved by:	maintainer (timeout, 16 days)
 
 Modified:
   head/textproc/p5-Unicode-LineBreak/Makefile
   head/textproc/p5-Unicode-LineBreak/distinfo   (contents, props changed)
   head/textproc/p5-Unicode-LineBreak/pkg-plist   (contents, props changed)
 
 Modified: head/textproc/p5-Unicode-LineBreak/Makefile
 ==============================================================================
 --- head/textproc/p5-Unicode-LineBreak/Makefile	Mon Dec  9 19:30:57 2013	(r336022)
 +++ head/textproc/p5-Unicode-LineBreak/Makefile	Mon Dec  9 19:31:04 2013	(r336023)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	Unicode-LineBreak
 -PORTVERSION=	2012.10
 +PORTVERSION=	2013.11
  CATEGORIES=	textproc perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -14,23 +14,15 @@ COMMENT=	Unicode-LineBreak package
  LICENSE=	ART10 GPLv1
  LICENSE_COMB=	dual
  
 -BUILD_DEPENDS=	p5-MIME-Charset>=0:${PORTSDIR}/mail/p5-MIME-Charset
 -RUN_DEPENDS:=	${BUILD_DEPENDS}
 +#BUILD_DEPENDS=	p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset
 +#RUN_DEPENDS:=	${BUILD_DEPENDS}
  
  MAKE_JOBS_UNSAFE=	yes
  
  USES=		perl5
  USE_PERL5=	configure
  
 -CONFIGURE_ARGS+=	--with-bundled-sombok \
 -			--disable-libthai
 +CONFIGURE_ARGS=	--with-bundled-sombok \
 +		--disable-libthai
  
 -MAN3=		Unicode::LineBreak.3 \
 -		Unicode::GCString::JA_JP.3 \
 -		Text::LineFold.3 \
 -		Unicode::LineBreak::JA_JP.3 \
 -		Unicode::GCString.3 \
 -		Text::LineFold::JA_JP.3
 -
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Modified: head/textproc/p5-Unicode-LineBreak/distinfo
 ==============================================================================
 --- head/textproc/p5-Unicode-LineBreak/distinfo	Mon Dec  9 19:30:57 2013	(r336022)
 +++ head/textproc/p5-Unicode-LineBreak/distinfo	Mon Dec  9 19:31:04 2013	(r336023)
 @@ -1,2 +1,2 @@
 -SHA256 (Unicode-LineBreak-2012.10.tar.gz) = e4a37ace916aa74061321267364b5eeb840d50094a613ce9e0274ffff5e9e3e1
 -SIZE (Unicode-LineBreak-2012.10.tar.gz) = 281832
 +SHA256 (Unicode-LineBreak-2013.11.tar.gz) = 8946b883ae687ff652e93d6185e23a936c7f337f2e115851fdfed72e1f73c7f9
 +SIZE (Unicode-LineBreak-2013.11.tar.gz) = 289906
 
 Modified: head/textproc/p5-Unicode-LineBreak/pkg-plist
 ==============================================================================
 --- head/textproc/p5-Unicode-LineBreak/pkg-plist	Mon Dec  9 19:30:57 2013	(r336022)
 +++ head/textproc/p5-Unicode-LineBreak/pkg-plist	Mon Dec  9 19:31:04 2013	(r336023)
 @@ -1,22 +1,22 @@
 -%%SITE_PERL%%/mach/Text/LineFold.pm
 -%%SITE_PERL%%/mach/Text/LineFold/JA_JP.pod
 -%%SITE_PERL%%/mach/Unicode/GCString.pm
 -%%SITE_PERL%%/mach/Unicode/GCString.pod
 -%%SITE_PERL%%/mach/Unicode/GCString/JA_JP.pod
 -%%SITE_PERL%%/mach/Unicode/LineBreak.pod
 -%%SITE_PERL%%/mach/Unicode/LineBreak.pm
 -%%SITE_PERL%%/mach/Unicode/LineBreak/Defaults.pm.sample
 -%%SITE_PERL%%/mach/Unicode/LineBreak/Constants.pm
 -%%SITE_PERL%%/mach/Unicode/LineBreak/JA_JP.pod
 -%%SITE_PERL%%/mach/auto/sombok/extralibs.ld
 +%%SITE_PERL%%/%%PERL_ARCH%%/Text/LineFold.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/GCString.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/GCString.pod
 +%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/LineBreak.pod
 +%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/LineBreak.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/LineBreak/Constants.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/LineBreak/Defaults.pm.sample
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/.packlist
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/LineBreak.bs
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/LineBreak.so
 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/sombok/extralibs.ld
 +%%PERL5_MAN3%%/Text::LineFold.3.gz
 +%%PERL5_MAN3%%/Unicode::GCString.3.gz
 +%%PERL5_MAN3%%/Unicode::LineBreak.3.gz
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/sombok
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode
 -@dirrmtry %%SITE_PERL%%/mach/Unicode/LineBreak
 -@dirrmtry %%SITE_PERL%%/mach/Unicode/GCString
 -@dirrmtry %%SITE_PERL%%/mach/Unicode
 -@dirrmtry %%SITE_PERL%%/mach/auto/sombok
 -@dirrmtry %%SITE_PERL%%/mach/Text/LineFold
 -@dirrmtry %%SITE_PERL%%/mach/Text
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/LineBreak
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/GCString
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/LineFold
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
 _______________________________________________
 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:
