svn commit: r338958 - head/chinese/gcin

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 6 23:37:34 UTC 2014


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 &
 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


More information about the svn-ports-all mailing list