FreeBSD Bugzilla – Attachment 133462 Details for
Bug 177932
x11/roxterm: Update to version 2.7.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11_roxterm.diff
x11_roxterm.diff (text/x-diff), 2.70 KB, created by
tkato432
on 2013-05-04 20:00:00 UTC
(
hide
)
Description:
x11_roxterm.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-05-04 20:00:00 UTC
Size:
2.70 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 177932
:
133459
|
133460
|
133461
| 133462