From tkato432@yahoo.com  Wed Apr 17 18:03:45 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 4891E2F5
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 17 Apr 2013 18:03:32 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164])
	by mx1.freebsd.org (Postfix) with ESMTP id 208FA9FA
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 17 Apr 2013 18:03:31 +0000 (UTC)
Received: from localhost.localdomain (ZT029082.ppp.dion.ne.jp [59.128.29.82])
	by msa101lp.auone-net.jp (au one net msa) with ESMTP id 049B934034
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 18 Apr 2013 03:03:29 +0900 (JST)
Message-Id: <20130418024326.c0e34566c0b101cd6acff056@yahoo.com>
Date: Thu, 18 Apr 2013 02:43:26 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: x11/roxterm: Update to version 2.7.1

>Number:         177932
>Category:       ports
>Synopsis:       x11/roxterm: Update to version 2.7.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 17 18:10:08 UTC 2013
>Closed-Date:    Fri May 10 06:45:58 UTC 2013
>Last-Modified:  Fri May 10 06:50:02 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 2.7.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/roxterm/Makefile x11/roxterm/Makefile
--- /usr/ports/x11/roxterm/Makefile	2013-03-25 04:19:49.000000000 +0900
+++ x11/roxterm/Makefile	2013-04-06 09:34:16.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/x11/roxterm/Makefile 315142 2013-03-24 16:20:59Z miwi $
 
 PORTNAME=	roxterm
-PORTVERSION=	2.6.5
+PORTVERSION=	2.7.1
 CATEGORIES=	x11
 MASTER_SITES=	SF
 
@@ -41,6 +41,8 @@
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|/usr/local|${LOCALBASE}|' ${WRKSRC}/maitch.py
+	@${REINPLACE_CMD} -e \
+		's|= "-T"|= ""|' ${WRKSRC}/mscript.py
 
 do-configure:
 	@(cd ${WRKSRC} && ${SETENV} MAITCHFLAGS="${MAITCHFLAGS}" \
@@ -66,6 +68,12 @@
 	(cd ${WRKSRC}/build/usr/local/share/icons/hicolor/scalable/apps \
 		&& ${INSTALL_DATA} * \
 		${PREFIX}/share/icons/hicolor/scalable/apps)
+.for i in es fr pt_BR ru uk
+	@${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES
+	(cd ${WRKSRC}/build/usr/local/share/locale/${i}/LC_MESSAGES/roxterm.mo \
+		&& ${INSTALL_DATA} ${i}.mo \
+		${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo)
+.endfor
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	@(cd ${WRKSRC}/build/usr/local/share/doc/roxterm \
diff -urN /usr/ports/x11/roxterm/distinfo x11/roxterm/distinfo
--- /usr/ports/x11/roxterm/distinfo	2013-03-25 04:19:49.000000000 +0900
+++ x11/roxterm/distinfo	2013-04-06 00:34:18.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (roxterm-2.6.5.tar.bz2) = e8b2dd5ce320b763b66590ebef77c422ab90181bb1a84d30fea8c47da0d46cab
-SIZE (roxterm-2.6.5.tar.bz2) = 300892
+SHA256 (roxterm-2.7.1.tar.bz2) = 24d6d5523d47f32bdf787b70d7d78463df079d644047214982b825403fac99b3
+SIZE (roxterm-2.7.1.tar.bz2) = 349478
diff -urN /usr/ports/x11/roxterm/pkg-plist x11/roxterm/pkg-plist
--- /usr/ports/x11/roxterm/pkg-plist	2013-03-25 04:19:49.000000000 +0900
+++ x11/roxterm/pkg-plist	2013-04-06 09:32:54.000000000 +0900
@@ -21,6 +21,11 @@
 %%DATADIR%%/Config/Colours/Tango
 %%DATADIR%%/Config/Shortcuts/Default
 %%DATADIR%%/roxterm-config.ui
+share/locale/es/LC_MESSAGES/roxterm.mo
+share/locale/fr/LC_MESSAGES/roxterm.mo
+share/locale/pt_BR/LC_MESSAGES/roxterm.mo
+share/locale/ru/LC_MESSAGES/roxterm.mo
+share/locale/uk/LC_MESSAGES/roxterm.mo
 @dirrm %%DATADIR%%/Config/Shortcuts
 @dirrm %%DATADIR%%/Config/Colours
 @dirrm %%DATADIR%%/Config
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 17 18:12:48 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

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

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177932: x11/roxterm: Update to version 2.7.1
Date: Thu, 25 Apr 2013 02:54:40 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Thu__25_Apr_2013_02_54_40_+0900_TroV..uNQZZ9_8=q
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Remake of the patch against current tree.
 
 --Multipart=_Thu__25_Apr_2013_02_54_40_+0900_TroV..uNQZZ9_8=q
 Content-Type: text/x-diff;
  name="x11_roxterm.diff"
 Content-Disposition: attachment;
  filename="x11_roxterm.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/x11/roxterm/Makefile x11/roxterm/Makefile
 --- /usr/ports/x11/roxterm/Makefile	2013-04-24 01:02:30.000000000 +0900
 +++ x11/roxterm/Makefile	2013-04-24 17:23:57.000000000 +0900
 @@ -2,7 +2,7 @@
  # $FreeBSD: head/x11/roxterm/Makefile 316355 2013-04-23 14:20:25Z bapt $
  
  PORTNAME=	roxterm
 -PORTVERSION=	2.6.5
 +PORTVERSION=	2.7.1
  CATEGORIES=	x11
  MASTER_SITES=	SF
  
 @@ -19,10 +19,9 @@
  OPTIONS_DEFINE=	DOCS
  
  USE_BZIP2=	yes
 +USES=		gettext pkgconfig
  USE_GNOME=	libglade2 vte
  USE_PYTHON_BUILD=	yes
 -USE_GETTEXT=	yes
 -USES=		pkgconfig
  USE_AUTOTOOLS=	libtool:env
  INSTALLS_ICONS=	yes
  MAKE_JOBS_SAFE=	yes
 @@ -41,6 +40,8 @@
  post-patch:
  	@${REINPLACE_CMD} -e \
  		's|/usr/local|${LOCALBASE}|' ${WRKSRC}/maitch.py
 +	@${REINPLACE_CMD} -e \
 +		's|= "-T"|= ""|' ${WRKSRC}/mscript.py
  
  do-configure:
  	@(cd ${WRKSRC} && ${SETENV} MAITCHFLAGS="${MAITCHFLAGS}" \
 @@ -66,6 +67,12 @@
  	(cd ${WRKSRC}/build/usr/local/share/icons/hicolor/scalable/apps \
  		&& ${INSTALL_DATA} * \
  		${PREFIX}/share/icons/hicolor/scalable/apps)
 +.for i in es fr pt_BR ru uk
 +	@${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES
 +	(cd ${WRKSRC}/build/usr/local/share/locale/${i}/LC_MESSAGES/roxterm.mo \
 +		&& ${INSTALL_DATA} ${i}.mo \
 +		${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo)
 +.endfor
  .if ${PORT_OPTIONS:MDOCS}
  	@${MKDIR} ${DOCSDIR}
  	@(cd ${WRKSRC}/build/usr/local/share/doc/roxterm \
 diff -urN /usr/ports/x11/roxterm/distinfo x11/roxterm/distinfo
 --- /usr/ports/x11/roxterm/distinfo	2013-03-25 04:19:49.000000000 +0900
 +++ x11/roxterm/distinfo	2013-04-06 00:34:18.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (roxterm-2.6.5.tar.bz2) = e8b2dd5ce320b763b66590ebef77c422ab90181bb1a84d30fea8c47da0d46cab
 -SIZE (roxterm-2.6.5.tar.bz2) = 300892
 +SHA256 (roxterm-2.7.1.tar.bz2) = 24d6d5523d47f32bdf787b70d7d78463df079d644047214982b825403fac99b3
 +SIZE (roxterm-2.7.1.tar.bz2) = 349478
 diff -urN /usr/ports/x11/roxterm/pkg-plist x11/roxterm/pkg-plist
 --- /usr/ports/x11/roxterm/pkg-plist	2013-03-25 04:19:49.000000000 +0900
 +++ x11/roxterm/pkg-plist	2013-04-06 09:32:54.000000000 +0900
 @@ -21,6 +21,11 @@
  %%DATADIR%%/Config/Colours/Tango
  %%DATADIR%%/Config/Shortcuts/Default
  %%DATADIR%%/roxterm-config.ui
 +share/locale/es/LC_MESSAGES/roxterm.mo
 +share/locale/fr/LC_MESSAGES/roxterm.mo
 +share/locale/pt_BR/LC_MESSAGES/roxterm.mo
 +share/locale/ru/LC_MESSAGES/roxterm.mo
 +share/locale/uk/LC_MESSAGES/roxterm.mo
  @dirrm %%DATADIR%%/Config/Shortcuts
  @dirrm %%DATADIR%%/Config/Colours
  @dirrm %%DATADIR%%/Config
 
 --Multipart=_Thu__25_Apr_2013_02_54_40_+0900_TroV..uNQZZ9_8=q--

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177932: x11/roxterm: Update to version 2.7.1
Date: Sun, 28 Apr 2013 02:55:50 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Sun__28_Apr_2013_02_55_50_+0900_UukOb2s9anvm_j03
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Remake of the patch against current tree.
 
 --Multipart=_Sun__28_Apr_2013_02_55_50_+0900_UukOb2s9anvm_j03
 Content-Type: text/x-diff;
  name="x11_roxterm.diff"
 Content-Disposition: attachment;
  filename="x11_roxterm.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/x11/roxterm/Makefile x11/roxterm/Makefile
 --- /usr/ports/x11/roxterm/Makefile	2013-04-26 19:57:12.000000000 +0900
 +++ x11/roxterm/Makefile	2013-04-28 00:00:00.000000000 +0900
 @@ -2,7 +2,7 @@
  # $FreeBSD: head/x11/roxterm/Makefile 316596 2013-04-26 10:44:28Z ak $
  
  PORTNAME=	roxterm
 -PORTVERSION=	2.6.5
 +PORTVERSION=	2.7.1
  CATEGORIES=	x11
  MASTER_SITES=	SF
  
 @@ -19,9 +19,9 @@
  OPTIONS_DEFINE=	DOCS
  
  USE_BZIP2=	yes
 +USES=		gettext pkgconfig
  USE_GNOME=	libglade2 vte
  USE_PYTHON_BUILD=	yes
 -USES=		pkgconfig gettext
  USE_AUTOTOOLS=	libtool:env
  INSTALLS_ICONS=	yes
  MAKE_JOBS_SAFE=	yes
 @@ -40,6 +40,8 @@
  post-patch:
  	@${REINPLACE_CMD} -e \
  		's|/usr/local|${LOCALBASE}|' ${WRKSRC}/maitch.py
 +	@${REINPLACE_CMD} -e \
 +		's|= "-T"|= ""|' ${WRKSRC}/mscript.py
  
  do-configure:
  	@(cd ${WRKSRC} && ${SETENV} MAITCHFLAGS="${MAITCHFLAGS}" \
 @@ -65,6 +67,12 @@
  	(cd ${WRKSRC}/build/usr/local/share/icons/hicolor/scalable/apps \
  		&& ${INSTALL_DATA} * \
  		${PREFIX}/share/icons/hicolor/scalable/apps)
 +.for i in es fr pt_BR ru uk
 +	@${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES
 +	(cd ${WRKSRC}/build/usr/local/share/locale/${i}/LC_MESSAGES/roxterm.mo \
 +		&& ${INSTALL_DATA} ${i}.mo \
 +		${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo)
 +.endfor
  .if ${PORT_OPTIONS:MDOCS}
  	@${MKDIR} ${DOCSDIR}
  	@(cd ${WRKSRC}/build/usr/local/share/doc/roxterm \
 diff -urN /usr/ports/x11/roxterm/distinfo x11/roxterm/distinfo
 --- /usr/ports/x11/roxterm/distinfo	2013-03-25 04:19:49.000000000 +0900
 +++ x11/roxterm/distinfo	2013-04-28 00:00:00.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (roxterm-2.6.5.tar.bz2) = e8b2dd5ce320b763b66590ebef77c422ab90181bb1a84d30fea8c47da0d46cab
 -SIZE (roxterm-2.6.5.tar.bz2) = 300892
 +SHA256 (roxterm-2.7.1.tar.bz2) = 24d6d5523d47f32bdf787b70d7d78463df079d644047214982b825403fac99b3
 +SIZE (roxterm-2.7.1.tar.bz2) = 349478
 diff -urN /usr/ports/x11/roxterm/pkg-plist x11/roxterm/pkg-plist
 --- /usr/ports/x11/roxterm/pkg-plist	2013-03-25 04:19:49.000000000 +0900
 +++ x11/roxterm/pkg-plist	2013-04-28 00:00:00.000000000 +0900
 @@ -21,6 +21,11 @@
  %%DATADIR%%/Config/Colours/Tango
  %%DATADIR%%/Config/Shortcuts/Default
  %%DATADIR%%/roxterm-config.ui
 +share/locale/es/LC_MESSAGES/roxterm.mo
 +share/locale/fr/LC_MESSAGES/roxterm.mo
 +share/locale/pt_BR/LC_MESSAGES/roxterm.mo
 +share/locale/ru/LC_MESSAGES/roxterm.mo
 +share/locale/uk/LC_MESSAGES/roxterm.mo
  @dirrm %%DATADIR%%/Config/Shortcuts
  @dirrm %%DATADIR%%/Config/Colours
  @dirrm %%DATADIR%%/Config
 
 --Multipart=_Sun__28_Apr_2013_02_55_50_+0900_UukOb2s9anvm_j03--

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177932: x11/roxterm: Update to version 2.7.1
Date: Sun, 5 May 2013 04:00:00 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Sun__5_May_2013_04_00_00_+0900_7oIA3_hU=tSVj_k3
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Remake of the patch against current tree.
 
 --Multipart=_Sun__5_May_2013_04_00_00_+0900_7oIA3_hU=tSVj_k3
 Content-Type: text/x-diff;
  name="x11_roxterm.diff"
 Content-Disposition: attachment;
  filename="x11_roxterm.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/x11/roxterm/Makefile x11/roxterm/Makefile
 --- /usr/ports/x11/roxterm/Makefile	2013-05-05 03:22:31.000000000 +0900
 +++ x11/roxterm/Makefile	2013-05-05 00:00:00.000000000 +0900
 @@ -2,7 +2,7 @@
  # $FreeBSD: head/x11/roxterm/Makefile 317320 2013-05-04 14:06:08Z bdrewery $
  
  PORTNAME=	roxterm
 -PORTVERSION=	2.6.5
 +PORTVERSION=	2.7.1
  CATEGORIES=	x11
  MASTER_SITES=	SF
  
 @@ -19,9 +19,9 @@
  OPTIONS_DEFINE=	DOCS
  
  USE_BZIP2=	yes
 +USES=		gettext pkgconfig
  USE_GNOME=	libglade2 vte
  USE_PYTHON_BUILD=	yes
 -USES=		pkgconfig gettext
  USE_AUTOTOOLS=	libtool:env
  INSTALLS_ICONS=	yes
  MAKE_JOBS_SAFE=	yes
 @@ -29,15 +29,15 @@
  MAN1=	roxterm.1 \
  	roxterm-config.1
  
 -MAITCHFLAGS=	CC=${CC};CPP=${CC};CFLAGS=${CFLAGS};PARALLEL=${_make_jobs}
 +MAITCHFLAGS=	CC=${CC};CPP=${CC};CFLAGS=${CFLAGS};PARALLEL=${MAKE_JOBS_NUMBER}
  
  .include <bsd.port.options.mk>
  
 -_make_jobs=	${MAKE_JOBS_NUMBER}
 -
  post-patch:
  	@${REINPLACE_CMD} -e \
  		's|/usr/local|${LOCALBASE}|' ${WRKSRC}/maitch.py
 +	@${REINPLACE_CMD} -e \
 +		's|= "-T"|= ""|' ${WRKSRC}/mscript.py
  
  do-configure:
  	@(cd ${WRKSRC} && ${SETENV} MAITCHFLAGS="${MAITCHFLAGS}" \
 @@ -63,6 +63,12 @@
  	(cd ${WRKSRC}/build/usr/local/share/icons/hicolor/scalable/apps \
  		&& ${INSTALL_DATA} * \
  		${PREFIX}/share/icons/hicolor/scalable/apps)
 +.for i in es fr pt_BR ru uk
 +	@${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES
 +	(cd ${WRKSRC}/build/usr/local/share/locale/${i}/LC_MESSAGES/roxterm.mo \
 +		&& ${INSTALL_DATA} ${i}.mo \
 +		${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo)
 +.endfor
  .if ${PORT_OPTIONS:MDOCS}
  	@${MKDIR} ${DOCSDIR}
  	@(cd ${WRKSRC}/build/usr/local/share/doc/roxterm \
 diff -urN /usr/ports/x11/roxterm/distinfo x11/roxterm/distinfo
 --- /usr/ports/x11/roxterm/distinfo	2013-03-25 04:19:49.000000000 +0900
 +++ x11/roxterm/distinfo	2013-05-05 00:00:00.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (roxterm-2.6.5.tar.bz2) = e8b2dd5ce320b763b66590ebef77c422ab90181bb1a84d30fea8c47da0d46cab
 -SIZE (roxterm-2.6.5.tar.bz2) = 300892
 +SHA256 (roxterm-2.7.1.tar.bz2) = 24d6d5523d47f32bdf787b70d7d78463df079d644047214982b825403fac99b3
 +SIZE (roxterm-2.7.1.tar.bz2) = 349478
 diff -urN /usr/ports/x11/roxterm/pkg-plist x11/roxterm/pkg-plist
 --- /usr/ports/x11/roxterm/pkg-plist	2013-03-25 04:19:49.000000000 +0900
 +++ x11/roxterm/pkg-plist	2013-05-05 00:00:00.000000000 +0900
 @@ -21,6 +21,11 @@
  %%DATADIR%%/Config/Colours/Tango
  %%DATADIR%%/Config/Shortcuts/Default
  %%DATADIR%%/roxterm-config.ui
 +share/locale/es/LC_MESSAGES/roxterm.mo
 +share/locale/fr/LC_MESSAGES/roxterm.mo
 +share/locale/pt_BR/LC_MESSAGES/roxterm.mo
 +share/locale/ru/LC_MESSAGES/roxterm.mo
 +share/locale/uk/LC_MESSAGES/roxterm.mo
  @dirrm %%DATADIR%%/Config/Shortcuts
  @dirrm %%DATADIR%%/Config/Colours
  @dirrm %%DATADIR%%/Config
 
 --Multipart=_Sun__5_May_2013_04_00_00_+0900_7oIA3_hU=tSVj_k3--
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri May 10 06:45:57 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177932: commit references a PR
Date: Fri, 10 May 2013 06:46:02 +0000 (UTC)

 Author: miwi
 Date: Fri May 10 06:45:48 2013
 New Revision: 317767
 URL: http://svnweb.freebsd.org/changeset/ports/317767
 
 Log:
   - Force commit to correct commit log:
   
   Update to 2.7.1
   
   PR:		177932
   Submitted by:	ports fury
 
 Modified:
   head/x11/roxterm/Makefile
 
 Modified: head/x11/roxterm/Makefile
 ==============================================================================
 --- head/x11/roxterm/Makefile	Fri May 10 06:44:08 2013	(r317766)
 +++ head/x11/roxterm/Makefile	Fri May 10 06:45:48 2013	(r317767)
 @@ -1,6 +1,6 @@
  # Created by: Yinghong Liu <relaxbsd@gmail.com>
  # $FreeBSD$
 -
 + 
  PORTNAME=	roxterm
  PORTVERSION=	2.7.1
  CATEGORIES=	x11
 _______________________________________________
 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:
