From owner-svn-ports-all@FreeBSD.ORG Fri Mar 27 20:39:01 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 782455B1; Fri, 27 Mar 2015 20:39:01 +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 62B0D20D; Fri, 27 Mar 2015 20:39:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2RKd1XL062513; Fri, 27 Mar 2015 20:39:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2RKd1Zw062512; Fri, 27 Mar 2015 20:39:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201503272039.t2RKd1Zw062512@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 27 Mar 2015 20:39:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382437 - head/databases/couchdb 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: Fri, 27 Mar 2015 20:39:01 -0000 Author: olgeni Date: Fri Mar 27 20:39:00 2015 New Revision: 382437 URL: https://svnweb.freebsd.org/changeset/ports/382437 QAT: https://qat.redports.org/buildarchive/r382437/ Log: Add CPE information to databases/couchdb. PR: 198963 Submitted by: shun.fbsd.pr@dropcut.net Modified: head/databases/couchdb/Makefile Modified: head/databases/couchdb/Makefile ============================================================================== --- head/databases/couchdb/Makefile Fri Mar 27 20:37:42 2015 (r382436) +++ head/databases/couchdb/Makefile Fri Mar 27 20:39:00 2015 (r382437) @@ -28,7 +28,8 @@ GROUPS= couchdb USE_RC_SUBR= couchdb SUB_FILES= pkg-message PLIST_SUB= VERSION=${PORTVERSION} -USES= gmake libtool +USES= cpe gmake libtool +CPE_VENDOR= apache GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-erlang=${LOCALBASE}/lib/erlang/usr/include \