From owner-svn-ports-all@FreeBSD.ORG Tue Mar 24 11:35:27 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C538F226; Tue, 24 Mar 2015 11:35:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B032C9C9; Tue, 24 Mar 2015 11:35:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2OBZRiW017657; Tue, 24 Mar 2015 11:35:27 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2OBZRJ4017656; Tue, 24 Mar 2015 11:35:27 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201503241135.t2OBZRJ4017656@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 24 Mar 2015 11:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382083 - head/x11-fonts/libXfont X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 11:35:27 -0000 Author: robak Date: Tue Mar 24 11:35:26 2015 New Revision: 382083 URL: https://svnweb.freebsd.org/changeset/ports/382083 QAT: https://qat.redports.org/buildarchive/r382083/ Log: x11-fonts/libXfont: add CPE information - Maintainer's timeout (x11@FreeBSD.org) PR: 197738 Submitted by: Shun Modified: head/x11-fonts/libXfont/Makefile Modified: head/x11-fonts/libXfont/Makefile ============================================================================== --- head/x11-fonts/libXfont/Makefile Tue Mar 24 11:28:03 2015 (r382082) +++ head/x11-fonts/libXfont/Makefile Tue Mar 24 11:35:26 2015 (r382083) @@ -14,6 +14,9 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ XORG_CAT= lib USE_XORG= xproto:both xtrans fontsproto:both fontenc INSTALL_TARGET= install-strip +USES+= cpe +CPE_PRODUCT= libxfont +CPE_VENDOR= x CONFIGURE_ARGS=--without-xmlto --disable-devel-docs