From owner-svn-ports-all@freebsd.org Tue Sep 13 12:31:08 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 A2724BD8000; Tue, 13 Sep 2016 12:31:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from critical.ch (critical.ch [IPv6:2a01:4f8:c17:de4::1:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.critical.ch", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45EDE138; Tue, 13 Sep 2016 12:31:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from wiggles.local (dynamic.wline.6rd.res.cust.swisscom.ch [IPv6:2a02:1205:5013:cb60:dad3:85ff:fe79:dd2] (may be forged)) (authenticated bits=0) by critical.ch (8.15.2/8.15.2/critical-1.0) with ESMTPA id u8DCV5Al000916; Tue, 13 Sep 2016 14:31:05 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Tue, 13 Sep 2016 14:31:00 +0200 From: Emanuel Haupt To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r421632 - head/textproc/p5-Text-vCard Message-Id: <20160913143100.5f2e64d80f5277bf33b04ce5@FreeBSD.org> In-Reply-To: <0e990832-16e0-dc35-d17c-78962cfeb194@FreeBSD.org> References: <201609091931.u89JVgcH032404@repo.freebsd.org> <0e990832-16e0-dc35-d17c-78962cfeb194@FreeBSD.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Tue, 13 Sep 2016 12:31:08 -0000 Mathieu Arnold wrote: > Le 09/09/2016 =E0 21:31, Emanuel Haupt a =E9crit : > > 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. >=20 > That is not really true, now, when building the port, it will say: >=20 > =3D=3D=3D> Configuring for p5-Text-vCard-3.07_1 > Warning: prerequisite Moo 0 not found. > Warning: prerequisite Moo::Role 0 not found. > Warning: prerequisite Path::Tiny 0 not found. > Warning: prerequisite Text::vFile::asData 0.07 not found. > Warning: prerequisite URI 0 not found. > Warning: prerequisite Unicode::LineBreak 0 not found. >=20 > Please, add them back to BUILD_DEPENDS. Sorry about that. Re-added with with r421996. Emanuel