Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 23:37:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338958 - head/chinese/gcin
Message-ID:  <201401062337.s06NbXPk001320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan  6 23:37:33 2014
New Revision: 338958
URL: http://svnweb.freebsd.org/changeset/ports/338958

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

Modified:
  head/chinese/gcin/Makefile
  head/chinese/gcin/pkg-message

Modified: head/chinese/gcin/Makefile
==============================================================================
--- head/chinese/gcin/Makefile	Mon Jan  6 23:36:03 2014	(r338957)
+++ head/chinese/gcin/Makefile	Mon Jan  6 23:37:33 2014	(r338958)
@@ -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: head/chinese/gcin/pkg-message
==============================================================================
--- head/chinese/gcin/pkg-message	Mon Jan  6 23:36:03 2014	(r338957)
+++ head/chinese/gcin/pkg-message	Mon Jan  6 23:37:33 2014	(r338958)
@@ -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?201401062337.s06NbXPk001320>