From owner-svn-ports-all@FreeBSD.ORG Fri Oct 19 12:32:10 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 9E7E847D; Fri, 19 Oct 2012 12:32:10 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8601E8FC19; Fri, 19 Oct 2012 12:32:10 +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 q9JCWA08089497; Fri, 19 Oct 2012 12:32:10 GMT (envelope-from vsevolod@svn.freebsd.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9JCWAkV089495; Fri, 19 Oct 2012 12:32:10 GMT (envelope-from vsevolod@svn.freebsd.org) Message-Id: <201210191232.q9JCWAkV089495@svn.freebsd.org> From: Vsevolod Stakhov Date: Fri, 19 Oct 2012 12:32:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306117 - head/net/p5-Beanstalk-Client 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.14 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, 19 Oct 2012 12:32:10 -0000 Author: vsevolod Date: Fri Oct 19 12:32:09 2012 New Revision: 306117 URL: http://svn.freebsd.org/changeset/ports/306117 Log: Beanstalk perl client needs run dependencies in order to work correctly. PR: 172464 Submitted by: thompsa Feature safe: yes Modified: head/net/p5-Beanstalk-Client/Makefile Modified: head/net/p5-Beanstalk-Client/Makefile ============================================================================== --- head/net/p5-Beanstalk-Client/Makefile Fri Oct 19 12:27:52 2012 (r306116) +++ head/net/p5-Beanstalk-Client/Makefile Fri Oct 19 12:32:09 2012 (r306117) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-Beanstalk-Client -# Date created: 2009-11-12 -# Whom: Vsevolod Stakhov -# # $FreeBSD$ -# PORTNAME= Beanstalk-Client PORTVERSION= 1.06 @@ -18,6 +13,7 @@ COMMENT= Perl API for beanstalkd, a dist BUILD_DEPENDS= p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Error>=0:${PORTSDIR}/lang/p5-Error +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes