From owner-svn-ports-all@freebsd.org Wed Mar 29 21:43:42 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 9CBBAD241FB; Wed, 29 Mar 2017 21:43:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 70E97D44; Wed, 29 Mar 2017 21:43:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.75] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id v2TLhKnW092191 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 29 Mar 2017 21:43:26 GMT (envelope-from swills@FreeBSD.org) Subject: Re: svn commit: r437223 - in head/devel: . py3-meson To: Grzegorz Blach , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703291843.v2TIhJ3B020753@repo.freebsd.org> <1490818251.3173.1.camel@blach.pl> From: Steve Wills Message-ID: <24f852d7-bb96-826d-a7ae-374ec93d2acf@FreeBSD.org> Date: Wed, 29 Mar 2017 17:43:20 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490818251.3173.1.camel@blach.pl> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Wed, 29 Mar 2017 21:43:26 +0000 (UTC) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean 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: Wed, 29 Mar 2017 21:43:42 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ Content-Type: multipart/mixed; boundary="JBh4972hNwoTT4phMNNx6KtluJfsjsBfD"; protected-headers="v1" From: Steve Wills To: Grzegorz Blach , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <24f852d7-bb96-826d-a7ae-374ec93d2acf@FreeBSD.org> Subject: Re: svn commit: r437223 - in head/devel: . py3-meson References: <201703291843.v2TIhJ3B020753@repo.freebsd.org> <1490818251.3173.1.camel@blach.pl> In-Reply-To: <1490818251.3173.1.camel@blach.pl> --JBh4972hNwoTT4phMNNx6KtluJfsjsBfD Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Ah, didn't see that, sorry. Looks like that has a dep on ninja, which makes sense. I found I had to add the dep on python3 so that it would run (changing the shebang's didn't seem corrct since it will work with any version of python3). And py3-meson is slightly newer version. Guess I should delete devel/py3-meson? Steve On 03/29/2017 16:10, Grzegorz Blach wrote: > Is there any real difference between devel/py3-meson and devel/meson? >=20 >=20 > On Wed, 2017-03-29 at 18:43 +0000, Steve Wills wrote: >> Author: swills >> Date: Wed Mar 29 18:43:19 2017 >> New Revision: 437223 >> URL: https://svnweb.freebsd.org/changeset/ports/437223 >> >> Log: >> devel/py3-meson: create port >> =20 >> Meson is a cross-platform build system designed to be both as fast >> and as user >> friendly as possible. It supports many languages and compilers, >> including GCC, >> Clang and Visual Studio. Its build definitions are written in a >> simple >> non-turing complete DSL. >> =20 >> WWW: http://mesonbuild.com/ >> >> Added: >> head/devel/py3-meson/ >> head/devel/py3-meson/Makefile (contents, props changed) >> head/devel/py3-meson/distinfo (contents, props changed) >> head/devel/py3-meson/pkg-descr (contents, props changed) >> Modified: >> head/devel/Makefile >> >> Modified: head/devel/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/devel/Makefile Wed Mar 29 18:30:43 2017 (r4372 >> 22) >> +++ head/devel/Makefile Wed Mar 29 18:43:19 2017 (r4372 >> 23) >> @@ -4924,6 +4924,7 @@ >> SUBDIR +=3D py3-libzfs >> SUBDIR +=3D py3-lxml >> SUBDIR +=3D py3-mccabe >> + SUBDIR +=3D py3-meson >> SUBDIR +=3D py3-nose >> SUBDIR +=3D py3-ply >> SUBDIR +=3D py3-prompt_toolkit >> >> Added: head/devel/py3-meson/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 >> --- /dev/null 00:00:00 1970 (empty, because file is >> newly added) >> +++ head/devel/py3-meson/Makefile Wed Mar 29 18:43:19 2017=09 >> (r437223) >> @@ -0,0 +1,18 @@ >> +# $FreeBSD$ >> + >> +PORTNAME=3D meson >> +PORTVERSION=3D 0.39.1 >> +CATEGORIES=3D devel python >> +MASTER_SITES=3D CHEESESHOP >> +PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} >> +PKGNAMESUFFIX?=3D >> + >> +MAINTAINER=3D swills@FreeBSD.org >> +COMMENT=3D High performance build system >> + >> +USES=3D python:3.5+ >> +USE_PYTHON=3D autoplist distutils >> + >> +RUN_DEPENDS=3D python3:lang/python3 >> + >> +.include >> >> Added: head/devel/py3-meson/distinfo >> =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 >> --- /dev/null 00:00:00 1970 (empty, because file is >> newly added) >> +++ head/devel/py3-meson/distinfo Wed Mar 29 18:43:19 2017=09 >> (r437223) >> @@ -0,0 +1,3 @@ >> +TIMESTAMP =3D 1490675281 >> +SHA256 (meson-0.39.1.tar.gz) =3D >> 67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650 >> +SIZE (meson-0.39.1.tar.gz) =3D 558928 >> >> Added: head/devel/py3-meson/pkg-descr >> =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 >> --- /dev/null 00:00:00 1970 (empty, because file is >> newly added) >> +++ head/devel/py3-meson/pkg-descr Wed Mar 29 18:43:19 2017=09 >> (r437223) >> @@ -0,0 +1,6 @@ >> +Meson is a cross-platform build system designed to be both as fast >> and as user >> +friendly as possible. It supports many languages and compilers, >> including GCC, >> +Clang and Visual Studio. Its build definitions are written in a >> simple >> +non-turing complete DSL. >> + >> +WWW: http://mesonbuild.com/ >> --JBh4972hNwoTT4phMNNx6KtluJfsjsBfD-- --JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGnBAEBCgCRFiEEmPpBSlwqDvnP0K0N9c9isyB7G6EFAljcKnhfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk4 RkE0MTRBNUMyQTBFRjlDRkQwQUQwREY1Q0Y2MkIzMjA3QjFCQTETHHN3aWxsc0Bm cmVlYnNkLm9yZwAKCRD1z2KzIHsbodDtCACnDYfhgPWLTt8N5mojYYL3ZSG2pvV4 6mtDyCEHkFZLax71KxIUUHUljC41pVLw1RIZ1he0p6ETBC41nAFXzXF49dCUv+gK ZCjpyjdhLsfynxISF+AQk65W2ankz233nvPDkx+tV88NdznJiKAMpO747cU9p33v x4mDPgcXPDB+6Fc3iSFRagZqwoiXqZ3WAQHlyT4zp9JRfljoYDLgn/tpKp8fF48G UT4trn7pr8bFD+i57ieLd9c5+oizrwT0LnuG47J8AH0ekmUm8uw3fkE8TL/ZLOiw U1FK+NM0+bKOJNvMD8WKLq7dy8V2BUBJy98n4qReWA9rUX63if8JuK55 =lBkh -----END PGP SIGNATURE----- --JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ--