From owner-svn-ports-all@freebsd.org Fri Sep 9 19:31:43 2016 Return-Path: Delivered-To: svn-ports-all@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 9EB82BD48B3; Fri, 9 Sep 2016 19:31:43 +0000 (UTC) (envelope-from ehaupt@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 71894862; Fri, 9 Sep 2016 19:31:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u89JVgWS032405; Fri, 9 Sep 2016 19:31:42 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u89JVgcH032404; Fri, 9 Sep 2016 19:31:42 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201609091931.u89JVgcH032404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 9 Sep 2016 19:31:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421632 - head/textproc/p5-Text-vCard 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.23 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, 09 Sep 2016 19:31:43 -0000 Author: ehaupt Date: Fri Sep 9 19:31:42 2016 New Revision: 421632 URL: https://svnweb.freebsd.org/changeset/ports/421632 Log: - Add missing dependencies - Add NO_ARCH - Move required perl modules from BUILD_DEPENDS to RUN_DEPENDS. They don't need to build port, only to run. - Add TEST_DEPENDS PR: 212532 Submitted by: Anton Yuzhaninov Modified: head/textproc/p5-Text-vCard/Makefile Modified: head/textproc/p5-Text-vCard/Makefile ============================================================================== --- head/textproc/p5-Text-vCard/Makefile Fri Sep 9 19:25:30 2016 (r421631) +++ head/textproc/p5-Text-vCard/Makefile Fri Sep 9 19:31:42 2016 (r421632) @@ -3,6 +3,7 @@ PORTNAME= Text-vCard PORTVERSION= 3.07 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +14,16 @@ COMMENT= Package to parse, edit and crea LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ +RUN_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Moo>=0:devel/p5-Moo \ + p5-Path-Tiny>=0:devel/p5-Path-Tiny \ p5-Text-vFile-asData>=0:devel/p5-Text-vFile-asData \ p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Directory-Scratch>=0:devel/p5-Directory-Scratch \ + p5-Test-Most>=0:devel/p5-Test-Most USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include