From owner-svn-ports-all@freebsd.org Sun Mar 1 09:43:37 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 995FC26B5BC; Sun, 1 Mar 2020 09:43:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Vdd50xh6z4V75; Sun, 1 Mar 2020 09:43:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [79.143.240.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 8AF7115340; Sun, 1 Mar 2020 09:43:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:b0b4:5382:36f0:740e]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id 53D10942E97; Sun, 1 Mar 2020 09:43:34 +0000 (UTC) Date: Sun, 1 Mar 2020 10:43:34 +0100 From: Mathieu Arnold To: Muhammad Moinur Rahman Cc: Mathieu Arnold , Muhammad Moinur Rahman , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r527478 - head/devel/pecl-raphf2 Message-ID: <20200301094334.2gno3qasuxnrgj3f@atuin.in.mat.cc> References: <202002292139.01TLdJNX055404@repo.freebsd.org> <20200229214430.y7xm36gkvivlttoh@atuin.in.mat.cc> <6AEE9669-3176-4A66-AB62-3E1C77FF38ED@bofh.im> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="zvfuru3qd77xuf64" Content-Disposition: inline In-Reply-To: <6AEE9669-3176-4A66-AB62-3E1C77FF38ED@bofh.im> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 01 Mar 2020 09:43:37 -0000 --zvfuru3qd77xuf64 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 01, 2020 at 04:30:45AM +0600, Muhammad Moinur Rahman wrote: > Next bulk build rebuilds with php74 flavor. Or is it not required? Mmmm, ok, let me as the question some other way. What is PORTREVISION used for? > @bofh >=20 > > On 1 Mar, 2020, at 03:44, Mathieu Arnold wrote: > >=20 > > On Sat, Feb 29, 2020 at 09:39:19PM +0000, Muhammad Moinur Rahman wrote: > >> Author: bofh > >> Date: Sat Feb 29 21:39:19 2020 > >> New Revision: 527478 > >> URL: https://svnweb.freebsd.org/changeset/ports/527478 > >>=20 > >> Log: > >> devel/pecl-raphf2: Should be enabled for PHP 7.4 > >>=20 > >> - Bump PORTREVISION > >=20 > > Why bump PORTREVISION? > >=20 > >> PR: 244097 > >> Submitted by: dweimer@dweimer.net > >> Reported by: dweimer@dweimer.net > >>=20 > >> Modified: > >> head/devel/pecl-raphf2/Makefile > >>=20 > >> Modified: head/devel/pecl-raphf2/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/pecl-raphf2/Makefile Sat Feb 29 21:36:52 2020 (r527477) > >> +++ head/devel/pecl-raphf2/Makefile Sat Feb 29 21:39:19 2020 (r527478) > >> @@ -3,6 +3,7 @@ > >>=20 > >> PORTNAME=3D raphf > >> PORTVERSION=3D 2.0.1 > >> +PORTREVISION=3D 1 > >> CATEGORIES=3D devel > >>=20 > >> MAINTAINER=3D bofh@FreeBSD.org > >> @@ -10,8 +11,6 @@ COMMENT=3D Resource and persistent handles factory > >>=20 > >> LICENSE=3D BSD2CLAUSE > >> LICENSE_FILE=3D ${WRKSRC}/LICENSE > >> - > >> -IGNORE_WITH_PHP=3D 74 > >>=20 > >> USES=3D gmake php:pecl > >>=20 > >>=20 > >=20 > > --=20 > > Mathieu Arnold >=20 >=20 --=20 Mathieu Arnold --zvfuru3qd77xuf64 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAl5bg8VfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkgIZQ/+JrnJFXLSVdx3c0ZNPsDnvwG3zIQD9sdIsI0mNkPyfdptBO46guUXQwv/ EAIyDW8rgIDuLo0Z9KzW6cZBjk+3S7CuvsAcYLKiUG3ifGjm/e+Fv7QwawMFTLlJ uunGne3/G37jHL6AomR+d0pyAtgiKID9OaUgJF9qFqa1y3Fk1EjlLttR2maSaRz4 of3x8kl2qX/lt5/C3HCntLKS1rcgS371PW4oP2tIPwuYbY/SCeU8NZsDfodbOBBk RLkAItqrzigvGJwJ6k9RcpYwUBC2DUg1jNyvBpnXU2QaPaRAqRZdVF0m6nfY/HMm +4SYpu/5liXC8y9zdHZItpdzTd6zXd1/c0wu7x7F1zICqtPBqD6U/SddJqt/Hd4P bpKESkMc4ycEgQ5660M6Kjr1uI8mHQmOmJGWl/d/wSa7+vlPDo10SXduO/F9eHqn nPu3wz0nDA519pnr+lAo5H702MrwKTh9V6t5TKm/IXeyASWDJK//SqUpeTlabPq2 Cx7mRl5/bMlrjspdzCDRu4O458lb395Q3o5AT2B89hUf9aWDutaXfej66yYYoI5S sFwVooX7jhmhemFOR4JqMCzHWOG4vQrzy37a6ZkvdW0hsrYIFkD8lukboNJaYNg6 yPm2qGhTMTglNt1/NXzteFcDLmQdrL7jj4Q0QkFqGqLtf/35r48= =ntkC -----END PGP SIGNATURE----- --zvfuru3qd77xuf64--