From owner-svn-ports-all@FreeBSD.ORG Mon Mar 16 12:47:55 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 21068E89; Mon, 16 Mar 2015 12:47:55 +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 0C05CAAD; Mon, 16 Mar 2015 12:47:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2GClsmN093440; Mon, 16 Mar 2015 12:47:54 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2GClsY9093439; Mon, 16 Mar 2015 12:47:54 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201503161247.t2GClsY9093439@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 16 Mar 2015 12:47:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381386 - head/devel/p5-BZ-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.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: Mon, 16 Mar 2015 12:47:55 -0000 Author: bofh Date: Mon Mar 16 12:47:53 2015 New Revision: 381386 URL: https://svnweb.freebsd.org/changeset/ports/381386 QAT: https://qat.redports.org/buildarchive/r381386/ Log: devel/p5-BZ-Client: Add MISSING Dependency PR: 198466 Submitted by: tj Approved by: bapt marino (implicit) Modified: head/devel/p5-BZ-Client/Makefile Modified: head/devel/p5-BZ-Client/Makefile ============================================================================== --- head/devel/p5-BZ-Client/Makefile Mon Mar 16 12:47:01 2015 (r381385) +++ head/devel/p5-BZ-Client/Makefile Mon Mar 16 12:47:53 2015 (r381386) @@ -2,7 +2,7 @@ PORTNAME= BZ-Client PORTVERSION= 1.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JWIED @@ -16,6 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer \ + p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \