From owner-svn-ports-head@FreeBSD.ORG Wed Apr 1 13:03:17 2015 Return-Path: Delivered-To: svn-ports-head@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 0A19917B; Wed, 1 Apr 2015 13:03:17 +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 E828FAB1; Wed, 1 Apr 2015 13:03:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31D3Gec071607; Wed, 1 Apr 2015 13:03:16 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31D3G6Q071606; Wed, 1 Apr 2015 13:03:16 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201504011303.t31D3G6Q071606@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 1 Apr 2015 13:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382911 - head/mail/gnubiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 13:03:17 -0000 Author: robak Date: Wed Apr 1 13:03:15 2015 New Revision: 382911 URL: https://svnweb.freebsd.org/changeset/ports/382911 QAT: https://qat.redports.org/buildarchive/r382911/ Log: mail/gnubiff: add CPE information - Maintainer's timeout (tdb@FreeBSD.org) PR: 198636 Submitted by: Shun Modified: head/mail/gnubiff/Makefile Modified: head/mail/gnubiff/Makefile ============================================================================== --- head/mail/gnubiff/Makefile Wed Apr 1 13:01:31 2015 (r382910) +++ head/mail/gnubiff/Makefile Wed Apr 1 13:03:15 2015 (r382911) @@ -15,7 +15,7 @@ OPTIONS_DEFINE= NLS LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt USE_GNOME= intlhack libglade2 esound -USES= fam gmake pathfix pkgconfig +USES= cpe fam gmake pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 @@ -25,6 +25,7 @@ LIBS+= -L${LOCALBASE}/lib -lX11 CXXFLAGS+= "-Wno-long-long" INFO= gnubiff +CPE_VENDOR= gnu .include