Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 13:33:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r339123 - branches/2014Q1/chinese/gcin
Message-ID:  <201401081333.s08DX1Xb090095@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan  8 13:33:01 2014
New Revision: 339123
URL: http://svnweb.freebsd.org/changeset/ports/339123

Log:
  MFH: r338958
  
  Remove color code from pkg-message this is terminal dependant

Modified:
  branches/2014Q1/chinese/gcin/Makefile
  branches/2014Q1/chinese/gcin/pkg-message
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/chinese/gcin/Makefile
==============================================================================
--- branches/2014Q1/chinese/gcin/Makefile	Wed Jan  8 13:27:28 2014	(r339122)
+++ branches/2014Q1/chinese/gcin/Makefile	Wed Jan  8 13:33:01 2014	(r339123)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcin
 PORTVERSION=	2.8.0
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	chinese textproc gnome
 MASTER_SITES=	http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:main

Modified: branches/2014Q1/chinese/gcin/pkg-message
==============================================================================
--- branches/2014Q1/chinese/gcin/pkg-message	Wed Jan  8 13:27:28 2014	(r339122)
+++ branches/2014Q1/chinese/gcin/pkg-message	Wed Jan  8 13:33:01 2014	(r339123)
@@ -1,10 +1,10 @@
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-Remember to set these environment varibles (such as your ~/.xinitrc):
-
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+Remember to set these environment varibles (such as your ~/.xinitrc):
+
   export XMODIFIERS='@im=gcin'
   export GTK_IM_MODULE=xim
 
   # Finally, to start the GCIN input method daemon, use command:
   exec gcin &
 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401081333.s08DX1Xb090095>