svn commit: r339123 - branches/2014Q1/chinese/gcin

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 8 13:33:02 UTC 2014


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


More information about the svn-ports-all mailing list