From owner-svn-ports-all@freebsd.org Sun Jul 30 13:18:32 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 6CB28DB78A5; Sun, 30 Jul 2017 13:18:32 +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 D1D5771C1A; Sun, 30 Jul 2017 13:18:31 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 8691d522 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 30 Jul 2017 07:18:24 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r446864 - head/sysutils/py3-iocage From: Adam Weinberger In-Reply-To: <201707290417.v6T4HWGX048404@repo.freebsd.org> Date: Sun, 30 Jul 2017 07:18:22 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <98CDBA25-758F-4C2E-9A25-426B9DEEACBF@adamw.org> References: <201707290417.v6T4HWGX048404@repo.freebsd.org> To: Marcelo Araujo X-Mailer: Apple Mail (2.3273) 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, 30 Jul 2017 13:18:32 -0000 > On 28 Jul, 2017, at 22:17, Marcelo Araujo wrote: >=20 > Author: araujo > Date: Sat Jul 29 04:17:31 2017 > New Revision: 446864 > URL: https://svnweb.freebsd.org/changeset/ports/446864 >=20 > Log: > - Update to 0.9.9. >=20 > Changelog at: https://github.com/iocage/iocage/releases/tag/0.9.9 >=20 > Modified: > head/sysutils/py3-iocage/Makefile > head/sysutils/py3-iocage/distinfo >=20 > Modified: head/sysutils/py3-iocage/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/sysutils/py3-iocage/Makefile Sat Jul 29 04:00:56 2017 = (r446863) > +++ head/sysutils/py3-iocage/Makefile Sat Jul 29 04:17:31 2017 = (r446864) > @@ -1,7 +1,7 @@ > # $FreeBSD$ >=20 > PORTNAME=3D iocage > -PORTVERSION=3D 0.9.8.1 > +PORTVERSION=3D 0.9.9 > CATEGORIES=3D sysutils python > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} >=20 > @@ -15,6 +15,7 @@ BUILD_DEPENDS=3D = ${PYTHON_PKGNAMEPREFIX}pytest-runner>=3D2 > RUN_DEPENDS=3D = ${PYTHON_PKGNAMEPREFIX}click>=3D6.7:devel/py3-click \ > ${PYTHON_PKGNAMEPREFIX}tqdm>=3D4.10.0:misc/py3-tqdm \ > = ${PYTHON_PKGNAMEPREFIX}coloredlogs>0:devel/py3-coloredlogs \ > + = ${PYTHON_PKGNAMEPREFIX}verboselogs>0:devel/py-verboselogs \ > ca_root_nss>0:security/ca_root_nss \ > = ${PYTHON_PKGNAMEPREFIX}texttable>=3D0.8.7:textproc/py3-texttable \ > = ${PYTHON_PKGNAMEPREFIX}pytest-runner>=3D2.0.0:devel/py3-pytest-runner Hi Marcelo, There is no py36-verboselogs package. You'll need to create a = py3-verboselogs port, because right now only py27-verboselogs gets = built. See the build failure at = http://beefy10.nyi.freebsd.org/data/110i386-default/446906/logs/py36-iocag= e-0.9.9.log # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org