Date: Thu, 18 Apr 2013 02:43:26 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/177932: x11/roxterm: Update to version 2.7.1 Message-ID: <20130418024326.c0e34566c0b101cd6acff056@yahoo.com> Resent-Message-ID: <201304171810.r3HIA8LI003857@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177932 >Category: ports >Synopsis: x11/roxterm: Update to version 2.7.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 17 18:10:08 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130418024326.c0e34566c0b101cd6acff056>