From owner-svn-ports-all@freebsd.org Sun Oct 29 18:12:28 2017 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 0F515E48FB7; Sun, 29 Oct 2017 18:12:28 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A66C27D4; Sun, 29 Oct 2017 18:12:26 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 153010b6 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 29 Oct 2017 12:12:24 -0600 (MDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.0 \(3445.1.7\)) Subject: Re: svn commit: r453128 - head/net/p5-IPv6-Address From: Adam Weinberger In-Reply-To: <201710291803.v9TI3H8n091893@repo.freebsd.org> Date: Sun, 29 Oct 2017 12:12:21 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3C5D1989-7F01-4E8F-8479-596CE4C3757A@adamw.org> References: <201710291803.v9TI3H8n091893@repo.freebsd.org> To: Kurt Jaeger X-Mailer: Apple Mail (2.3445.1.7) 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: Sun, 29 Oct 2017 18:12:28 -0000 > On 29 Oct, 2017, at 12:03, Kurt Jaeger wrote: >=20 > Author: pi > Date: Sun Oct 29 18:03:16 2017 > New Revision: 453128 > URL: https://svnweb.freebsd.org/changeset/ports/453128 >=20 > Log: > net/p5-IPv6-Address: fix build_depend >=20 > Modified: > head/net/p5-IPv6-Address/Makefile >=20 > Modified: head/net/p5-IPv6-Address/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/net/p5-IPv6-Address/Makefile Sun Oct 29 17:54:47 2017 = (r453127) > +++ head/net/p5-IPv6-Address/Makefile Sun Oct 29 18:03:16 2017 = (r453128) > @@ -7,6 +7,8 @@ MASTER_SITES=3D CPAN > MASTER_SITE_SUBDIR=3D CPAN:ADUITSIS > PKGNAMEPREFIX=3D p5- >=20 > +BUILD_DEPENDS=3D p5-Module-Build>=3D0:devel/p5-Module-Build > + > MAINTAINER=3D perl@FreeBSD.org > COMMENT=3D IPv6 Address Manipulation Library This isn=E2=80=99t right. Ports should never have to depend on = p5-Module-Build. Probably if you replace the USE_PERL5=3Dmodbuildtiny = with USE_PERL5=3Dmodbuild it=E2=80=99ll do the right thing. # Adam =E2=80=94 Adam Weinberger adamw@adamw.org http://www.adamw.org