From owner-svn-ports-all@FreeBSD.ORG Sun Jul 29 18:58:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D6011065670; Sun, 29 Jul 2012 18:58:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 17A108FC16; Sun, 29 Jul 2012 18:58:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6TIwP5j087375; Sun, 29 Jul 2012 18:58:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6TIwPAa087373; Sun, 29 Jul 2012 18:58:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201207291858.q6TIwPAa087373@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 29 Jul 2012 18:58:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301688 - head/databases/p5-AnyEvent-BDB X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 29 Jul 2012 18:58:26 -0000 Author: sunpoet Date: Sun Jul 29 18:58:25 2012 New Revision: 301688 URL: http://svn.freebsd.org/changeset/ports/301688 Log: - Use canonical name of Berkeley DB for COMMENT Modified: head/databases/p5-AnyEvent-BDB/Makefile (contents, props changed) Modified: head/databases/p5-AnyEvent-BDB/Makefile ============================================================================== --- head/databases/p5-AnyEvent-BDB/Makefile Sun Jul 29 18:26:00 2012 (r301687) +++ head/databases/p5-AnyEvent-BDB/Makefile Sun Jul 29 18:58:25 2012 (r301688) @@ -12,12 +12,11 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Truly asynchronous Berkeley db access +COMMENT= Truly asynchronous Berkeley DB access BUILD_DEPENDS= p5-AnyEvent>=3.81:${PORTSDIR}/devel/p5-AnyEvent \ p5-BDB>=1.5:${PORTSDIR}/databases/p5-BDB -RUN_DEPENDS= p5-AnyEvent>=3.81:${PORTSDIR}/devel/p5-AnyEvent \ - p5-BDB>=1.5:${PORTSDIR}/databases/p5-BDB +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes