From owner-svn-ports-head@freebsd.org Thu Mar 31 05:03:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DF90AE45B2; Thu, 31 Mar 2016 05:03:29 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DE9511B38; Thu, 31 Mar 2016 05:03:28 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V53Sdb044313; Thu, 31 Mar 2016 05:03:28 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V53SNf044312; Thu, 31 Mar 2016 05:03:28 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201603310503.u2V53SNf044312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Thu, 31 Mar 2016 05:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412202 - head/textproc/p5-Pod-Spell 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.21 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: Thu, 31 Mar 2016 05:03:29 -0000 Author: lth Date: Thu Mar 31 05:03:27 2016 New Revision: 412202 URL: https://svnweb.freebsd.org/changeset/ports/412202 Log: - add missing dependency Prompted by: pkg-fallout Modified: head/textproc/p5-Pod-Spell/Makefile Modified: head/textproc/p5-Pod-Spell/Makefile ============================================================================== --- head/textproc/p5-Pod-Spell/Makefile Thu Mar 31 04:14:33 2016 (r412201) +++ head/textproc/p5-Pod-Spell/Makefile Thu Mar 31 05:03:27 2016 (r412202) @@ -2,6 +2,7 @@ PORTNAME= Pod-Spell PORTVERSION= 1.19 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +14,7 @@ LICENSE= ART20 BUILD_DEPENDS= p5-Class-Tiny>=0:${PORTSDIR}/devel/p5-Class-Tiny \ p5-File-ShareDir-ProjectDistDir>=1.000:${PORTSDIR}/devel/p5-File-ShareDir-ProjectDistDir \ + devel/p5-File-ShareDir-Install>=0.06:${PORTSDIR}/devel/p5-File-ShareDir-Install \ p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ p5-Pod-Escapes>=1.01:${PORTSDIR}/textproc/p5-Pod-Escapes RUN_DEPENDS:= ${BUILD_DEPENDS}