Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 07:07:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378949 - head/textproc/ibus
Message-ID:  <201502140707.t1E77mNh077186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb 14 07:07:48 2015
New Revision: 378949
URL: https://svnweb.freebsd.org/changeset/ports/378949
QAT: https://qat.redports.org/buildarchive/r378949/

Log:
  Add CPE information
  
  PR:		197580
  Submitted by:	shun <shun.fbsd.pr@dropcut.net>
  Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
  Approved by:	mentors (implicit)

Modified:
  head/textproc/ibus/Makefile

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Sat Feb 14 04:05:29 2015	(r378948)
+++ head/textproc/ibus/Makefile	Sat Feb 14 07:07:48 2015	(r378949)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus
 		setxkbmap:${PORTSDIR}/x11/setxkbmap
 LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 
-USES=		compiler gmake libtool pathfix pkgconfig python
+USES=		compiler cpe gmake libtool pathfix pkgconfig python
 USE_GNOME=	glib20 librsvg2 pygobject3
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -46,6 +46,7 @@ GCONF_DESC=	Use GConf for configuration
 DCONF_DESC=	Use dconf for configuration
 XIM_DESC=	Install XIM server
 ENGINE_DESC=	Install ibus simple engine
+CPE_VENDOR=	ibus_project
 
 ISOCODES_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
 ISOCODES_RUN_DEPENDS=	${LOCALBASE}/share/xml/iso-codes/iso_639.xml:${PORTSDIR}/misc/iso-codes



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