From owner-svn-ports-head@freebsd.org Mon Sep 21 08:41:25 2020 Return-Path: Delivered-To: svn-ports-head@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 A65AE3EA616; Mon, 21 Sep 2020 08:41:25 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bvyb924dmz3gg5; Mon, 21 Sep 2020 08:41:25 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 466E394061; Mon, 21 Sep 2020 10:41:14 +0200 (CEST) Date: Mon, 21 Sep 2020 10:41:13 +0200 From: Piotr Kubaj To: Mikhail Teterin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r549419 - in head/multimedia/x265: . files Message-ID: <20200921084113.GA74278@KGPE-D16> References: <202009210447.08L4lXXA096416@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <202009210447.08L4lXXA096416@repo.freebsd.org> X-Rspamd-Queue-Id: 4Bvyb924dmz3gg5 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2020 08:41:25 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Doesn't that mean PORTREVISION bump is necessary? On 20-09-21 04:47:33, Mikhail Teterin wrote: > Author: mi > Date: Mon Sep 21 04:47:33 2020 > New Revision: 549419 > URL: https://svnweb.freebsd.org/changeset/ports/549419 >=20 > Log: > While we were testing the new code, upstream have removed the 3.4 > release from download area. Change our port to download using > Bitbucket's method. > =20 > Although the upstream branch Release_3.4 is very similar to what > used to be available as 3.4, there are a few improvements -- in > particular, one of our patches is no longer necessary, which is > nice. > =20 > PR: 247035 > Reported by: John Kennedy, Tomoaki AOKI > Sponsored by: United Marsupials >=20 > Deleted: > head/multimedia/x265/files/patch-source_abrEncApp.cpp > Modified: > head/multimedia/x265/Makefile > head/multimedia/x265/distinfo >=20 > Modified: head/multimedia/x265/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/multimedia/x265/Makefile Mon Sep 21 04:22:54 2020 (r549418) > +++ head/multimedia/x265/Makefile Mon Sep 21 04:47:33 2020 (r549419) > @@ -4,8 +4,7 @@ > PORTNAME=3D x265 > PORTVERSION=3D 3.4 > CATEGORIES=3D multimedia > -MASTER_SITES=3D https://bitbucket.org/multicoreware/x265/downloads/ > -DISTNAME=3D ${PORTNAME}_${PORTVERSION} > +MASTER_SITES=3D https://bitbucket.org/multicoreware/x265_git/get/${BB_TA= G}.tar.gz?meow=3D/ > =20 > MAINTAINER=3D mi@aldan.algebra.com > COMMENT=3D H.265/High Efficiency Video Coding (HEVC) format > @@ -15,6 +14,8 @@ LICENSE_FILE=3D ${WRKSRC:H}/COPYING > =20 > USES=3D cmake compiler:c++14-lang pathfix dos2unix > =20 > +BB_TAG=3D 25b2c07035ff # Top of the Release_3.4 branch at this time > + > OPTIONS_DEFINE=3D DEBUG OPTIMIZED_FLAGS VMAF > OPTIONS_DEFAULT=3D OPTIMIZED_FLAGS HI8P HI10P HI12P > OPTIONS_DEFINE_aarch64=3D ASM > @@ -50,9 +51,9 @@ VMAF_DESC=3D Per frame and aggregate VMAF score > USE_LDCONFIG=3D yes > CMAKE_ARGS=3D -DENABLE_TESTS=3Don -DENABLE_HDR10_PLUS:BOOL=3Dtrue > LDFLAGS_i386=3D -Wl,-znotext > -EXTRACT_AFTER_ARGS+=3D --exclude compat > +EXTRACT_AFTER_ARGS+=3D --exclude compat --strip-components=3D1 > PATCH_WRKSRC=3D ${WRKSRC:H} > -WRKSRC=3D ${WRKDIR}/${PORTNAME}_${PORTVERSION}/source > +WRKSRC=3D ${WRKDIR}/source > =20 > .include > =20 >=20 > Modified: head/multimedia/x265/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 > --- head/multimedia/x265/distinfo Mon Sep 21 04:22:54 2020 (r549418) > +++ head/multimedia/x265/distinfo Mon Sep 21 04:47:33 2020 (r549419) > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1591425294 > -SHA256 (x265_3.4.tar.gz) =3D c2047f23a6b729e5c70280d23223cb61b57bfe4ad4e= 8f1471eeee2a61d148672 > -SIZE (x265_3.4.tar.gz) =3D 1469365 > +TIMESTAMP =3D 1600662771 > +SHA256 (x265-3.4.tar.gz) =3D 01f17d94689ef79807fa2b4bd7f5f58bb18416e72a1= 35c7f56c30162a980cfb8 > +SIZE (x265-3.4.tar.gz) =3D 1532396 --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl9oZykACgkQelmbhSCD nJ10AxAAhBklxEL4i2qQxoOG6ZgohuU1lXZozi9df/hBjA2vDy4Jn22pbZ587myw I7PNo3PDVajnQBClNR+40QxsDu6l8N+DOH5uqufaDalvLhw+1Z6J4LWv0MJPnCtT zDA5EADMR7ZP9yJudqy0IqjzyM7s9csFLDOmvt0l8HEEUua+giQqhLev0eh0iI4H atv4wFmNI37tnSBPXlnudH079GPIa26G6lY7pdKfqjYEqdDFYUq96W0zDb5Qcg4W /tlLmjt9Sui0KczyimnA0m0Jc/UA9mAXkUWfosxEjU/wbbXNQGyKdLGom5OyCTIu iE9GDZdAjsDtNvIf88aWNjTQFK/aJxWkR8Psy0niNLvvPnHDfv+iLvn0o1uQXMeq +ylPv78aotEeY4rMEcMW7Ej6IJIwUBhtyOoLqXNyeM4mHWwzP2yEGUFM0X/3Rquu Y2sPq8j6pLX6mdk7LQgaI0SNd3st5U7YGnfZ2XAGZLRPibMq9onXkkwePTF5g+0n McHPPz1Cdy3CSg1OANmqoNAkh5TT6W5syi7CjlNc3nMza/SKJz5RQApDjXPK3wn3 YWDxFV4CEL66kCI7MJkMP+Axx4IeOlEudjTIKK3ZDf2RoBWqMK6GLR1sbQpZibkc IhsGngKJ2ndPgLdZXAGwyOyx6ZgmUg0F01bke3CUXDNoqAC0Ke8= =ze73 -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9--