Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2021 21:18:48 +1000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        svn-ports-all@freebsd.org, Yuri Victorovich <yuri@FreeBSD.org>,  svn-ports-head@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r567799 - head/misc/box2d
Message-ID:  <76b2669b-9395-4cd1-8a42-c72952285d99@Canary>
In-Reply-To: <202103072346.127Nk3QM006668@repo.freebsd.org>
References:  <202103072346.127Nk3QM006668@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--60460818_440badfc_1179c
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Moin=21

Yuri, please check for consumers too. You=E2=80=99ve broke libreoffice bu=
ild at least

--
Dima. (desktop, kde, x11, office, ports-secteam)=40=46reeBSD team
(fluffy=40=46reeBSD.org, https://t.me/dima=5Fpanov)

> On Monday, Mar 08, 2021 at 9:46 AM, Yuri Victorovich <yuri=40=46reeBSD.=
org (mailto:yuri=40=46reeBSD.org)> wrote:
> Author: yuri
> Date: Sun Mar 7 23:46:03 2021
> New Revision: 567799
> URL: https://svnweb.freebsd.org/changeset/ports/567799
>
> Log:
> misc/box2d: Update 2.3.1 -> 2.4.1
>
> Modified:
> head/misc/box2d/Makefile
> head/misc/box2d/distinfo
> head/misc/box2d/pkg-plist
>
> Modified: head/misc/box2d/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/misc/box2d/Makefile Sun Mar 7 23:30:33 2021 (r567798)
> +++ head/misc/box2d/Makefile Sun Mar 7 23:46:03 2021 (r567799)
> =40=40 -2,24 +2,29 =40=40
>
> PORTNAME=3D Box2D
> DISTVERSIONPRE=46IX=3D v
> -DISTVERSION=3D 2.3.1
> +DISTVERSION=3D 2.4.1
> CATEGORIES=3D misc
>
> MAINTAINER=3D yuri=40=46reeBSD.org
> COMMENT=3D 2D physics engine for games
>
> -LICENSE=3D ZLIB
> -LICENSE=5F=46ILE=3D =24=7BWRKSRC=7D/License.txt
> +LICENSE=3D MIT
> +LICENSE=5F=46ILE=3D =24=7BWRKSRC=7D/LICENSE
>
> -USES=3D cmake pkgconfig
> +USES=3D cmake compiler:c++11-lang pkgconfig
> +USE=5FLDCON=46IG=3D yes
> +
> USE=5FGITHUB=3D yes
> GH=5FACCOUNT=3D erincatto
> GH=5FPROJECT=3D box2d
> -USE=5FLDCON=46IG=3D yes
>
> -WRKSRC=5FSUBDIR=3D =24=7BPORTNAME=7D
> +CMAKE=5FON=3D BOX2D=5FINSTALL BUILD=5FSHARED=5FLIBS
> +CMAKE=5FO=46=46=3D BOX2D=5FBUILD=5FSTATIC BOX2D=5FBUILD=5FUNIT=5FTESTS=
 BOX2D=5FBUILD=5FTESTBED BOX2D=5FBUILD=5FEXAMPLES
>
> -CMAKE=5FON=3D BOX2D=5FINSTALL BOX2D=5FBUILD=5FSHARED
> -CMAKE=5FO=46=46=3D BOX2D=5FBUILD=5FSTATIC BOX2D=5FBUILD=5FEXAMPLES
> +do-test:
> + =40cd =24=7BBUILD=5FWRKSRC=7D && =5C
> + =24=7BSETENV=7D =24=7BCON=46IGURE=5FENV=7D =24=7BCMAKE=5FBIN=7D =24=7B=
CMAKE=5FARGS=7D -DBOX2D=5FBUILD=5FUNIT=5FTESTS:BOOL=3DON =24=7BCMAKE=5FSO=
URCE=5FPATH=7D && =5C
> + =24=7BSETENV=7D =24=7BMAKE=5FENV=7D =24=7BMAKE=5FCMD=7D =24=7BMAKE=5F=
ARGS=7D =24=7BALL=5FTARGET=7D && =5C
> + =24=7BBUILD=5FWRKSRC=7D/bin/unit=5Ftest
>
> .include <bsd.port.mk>
>
> Modified: head/misc/box2d/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/misc/box2d/distinfo Sun Mar 7 23:30:33 2021 (r567798)
> +++ head/misc/box2d/distinfo Sun Mar 7 23:46:03 2021 (r567799)
> =40=40 -1,3 +1,3 =40=40
> -TIMESTAMP =3D 1594710230
> -SHA256 (erincatto-box2d-v2.3.1=5FGH0.tar.gz) =3D 58ffc8475a8650aadc351=
345aef696937747b40501ab78d72c197c5ff5b3035c
> -SIZE (erincatto-box2d-v2.3.1=5FGH0.tar.gz) =3D 1553252
> +TIMESTAMP =3D 1615160100
> +SHA256 (erincatto-box2d-v2.4.1=5FGH0.tar.gz) =3D d6b4650ff897ee1ead27c=
f77a5933ea197cbeef6705638dd181adc2e816b23c2
> +SIZE (erincatto-box2d-v2.4.1=5FGH0.tar.gz) =3D 1224516
>
> Modified: head/misc/box2d/pkg-plist
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=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/misc/box2d/pkg-plist Sun Mar 7 23:30:33 2021 (r567798)
> +++ head/misc/box2d/pkg-plist Sun Mar 7 23:46:03 2021 (r567799)
> =40=40 -1,53 +1,46 =40=40
> -include/Box2D/Box2D.h
> -include/Box2D/Collision/Shapes/b2ChainShape.h
> -include/Box2D/Collision/Shapes/b2CircleShape.h
> -include/Box2D/Collision/Shapes/b2EdgeShape.h
> -include/Box2D/Collision/Shapes/b2PolygonShape.h
> -include/Box2D/Collision/Shapes/b2Shape.h
> -include/Box2D/Collision/b2BroadPhase.h
> -include/Box2D/Collision/b2Collision.h
> -include/Box2D/Collision/b2Distance.h
> -include/Box2D/Collision/b2DynamicTree.h
> -include/Box2D/Collision/b2TimeOfImpact.h
> -include/Box2D/Common/b2BlockAllocator.h
> -include/Box2D/Common/b2Draw.h
> -include/Box2D/Common/b2GrowableStack.h
> -include/Box2D/Common/b2Math.h
> -include/Box2D/Common/b2Settings.h
> -include/Box2D/Common/b2StackAllocator.h
> -include/Box2D/Common/b2Timer.h
> -include/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h
> -include/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h
> -include/Box2D/Dynamics/Contacts/b2CircleContact.h
> -include/Box2D/Dynamics/Contacts/b2Contact.h
> -include/Box2D/Dynamics/Contacts/b2ContactSolver.h
> -include/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h
> -include/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h
> -include/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h
> -include/Box2D/Dynamics/Contacts/b2PolygonContact.h
> -include/Box2D/Dynamics/Joints/b2DistanceJoint.h
> -include/Box2D/Dynamics/Joints/b2=46rictionJoint.h
> -include/Box2D/Dynamics/Joints/b2GearJoint.h
> -include/Box2D/Dynamics/Joints/b2Joint.h
> -include/Box2D/Dynamics/Joints/b2MotorJoint.h
> -include/Box2D/Dynamics/Joints/b2MouseJoint.h
> -include/Box2D/Dynamics/Joints/b2PrismaticJoint.h
> -include/Box2D/Dynamics/Joints/b2PulleyJoint.h
> -include/Box2D/Dynamics/Joints/b2RevoluteJoint.h
> -include/Box2D/Dynamics/Joints/b2RopeJoint.h
> -include/Box2D/Dynamics/Joints/b2WeldJoint.h
> -include/Box2D/Dynamics/Joints/b2WheelJoint.h
> -include/Box2D/Dynamics/b2Body.h
> -include/Box2D/Dynamics/b2ContactManager.h
> -include/Box2D/Dynamics/b2=46ixture.h
> -include/Box2D/Dynamics/b2Island.h
> -include/Box2D/Dynamics/b2TimeStep.h
> -include/Box2D/Dynamics/b2World.h
> -include/Box2D/Dynamics/b2WorldCallbacks.h
> -include/Box2D/Rope/b2Rope.h
> -lib/Box2D/Box2D-targets-%%CMAKE=5FBUILD=5FTYPE%%.cmake
> -lib/Box2D/Box2D-targets.cmake
> -lib/cmake/Box2D/Box2DConfig.cmake
> -lib/cmake/Box2D/UseBox2D.cmake
> -lib/libBox2D.so
> -lib/libBox2D.so.2.3.0
> +include/box2d/b2=5Fapi.h
> +include/box2d/b2=5Fblock=5Fallocator.h
> +include/box2d/b2=5Fbody.h
> +include/box2d/b2=5Fbroad=5Fphase.h
> +include/box2d/b2=5Fchain=5Fshape.h
> +include/box2d/b2=5Fcircle=5Fshape.h
> +include/box2d/b2=5Fcollision.h
> +include/box2d/b2=5Fcommon.h
> +include/box2d/b2=5Fcontact.h
> +include/box2d/b2=5Fcontact=5Fmanager.h
> +include/box2d/b2=5Fdistance.h
> +include/box2d/b2=5Fdistance=5Fjoint.h
> +include/box2d/b2=5Fdraw.h
> +include/box2d/b2=5Fdynamic=5Ftree.h
> +include/box2d/b2=5Fedge=5Fshape.h
> +include/box2d/b2=5Ffixture.h
> +include/box2d/b2=5Ffriction=5Fjoint.h
> +include/box2d/b2=5Fgear=5Fjoint.h
> +include/box2d/b2=5Fgrowable=5Fstack.h
> +include/box2d/b2=5Fjoint.h
> +include/box2d/b2=5Fmath.h
> +include/box2d/b2=5Fmotor=5Fjoint.h
> +include/box2d/b2=5Fmouse=5Fjoint.h
> +include/box2d/b2=5Fpolygon=5Fshape.h
> +include/box2d/b2=5Fprismatic=5Fjoint.h
> +include/box2d/b2=5Fpulley=5Fjoint.h
> +include/box2d/b2=5Frevolute=5Fjoint.h
> +include/box2d/b2=5Frope.h
> +include/box2d/b2=5Fsettings.h
> +include/box2d/b2=5Fshape.h
> +include/box2d/b2=5Fstack=5Fallocator.h
> +include/box2d/b2=5Ftime=5Fof=5Fimpact.h
> +include/box2d/b2=5Ftime=5Fstep.h
> +include/box2d/b2=5Ftimer.h
> +include/box2d/b2=5Ftypes.h
> +include/box2d/b2=5Fweld=5Fjoint.h
> +include/box2d/b2=5Fwheel=5Fjoint.h
> +include/box2d/b2=5Fworld.h
> +include/box2d/b2=5Fworld=5Fcallbacks.h
> +include/box2d/box2d.h
> +lib/cmake/box2d/box2dConfig-%%CMAKE=5FBUILD=5FTYPE%%.cmake
> +lib/cmake/box2d/box2dConfig.cmake
> +lib/cmake/box2d/box2dConfigVersion.cmake
> +lib/libbox2d.so
> +lib/libbox2d.so.2
> +lib/libbox2d.so.2.4.1

--60460818_440badfc_1179c
Content-Type: application/pgp-signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: Canary PGP V3

iQJVBAABCgA/OBxEaW1hIFBhbm92IChGcmVlQlNELk9SRyBDb21taXR0ZXIpIDxm
bHVmZnlARnJlZUJTRC5PUkc+BQJgRggYAAoJEPuLoJ3VOY8p7JEQAIBQ8hNfaQ4Y
c5pKz4aRR1anpgX0X3BZxryBiiTE0Q/npJ369oAqB7fSZtWTrQj8uk+Te4vaDnPv
IOdPaVKTbCSeiJ/m5ZWRkOX0dtOUmW95BDwMxBhgpu8vvOF4IQU0IoLQ/jWeSyYw
WhgEy9QIPGuEgG6WdsH+TAHj9aIcNJ7L9VQ1BRj83Y5275COOXE+qxDiJJfkJ3Xq
ulkfL08chZ8A409pdyzqtHJHEgFN4W34oktaDcIsrVaozRn9HqSEAxX8USjInvqe
TkSGRMMGVTKTfliJvhqUUAEXXbBavnj3fcw1y+3LM4nAW8vjtN6spZcuPXYQOr9s
oRhSm3L3utyKV0s9Ehd5Oh5EhGxPLPxduW8pNmduI/+7VSmB+tZR3Cs7mDSAoYMp
Rpaui6LI6YpkBxSa6SDzoKX3z2HIaJrHE9aufINp6pdfGis2qg8M8l16gqbMaGX+
Ut/HhSsWz0sMr4xlo2ewDg2/IArjp6LBSgMDYrdmFyM5ZjiFHsDaST52eHJm2x+j
Dr7x8AnflK4Lw3bB7BPHAabSGnOL6F9p/+g3E04LpZXFSLyCYqVYK1gGjBV3HHEq
OHhIaUoD83GdlE3+Wyyov76KZIGLDCSXGeVQOOk5Xta0BUtmNXDqwVD7x447NPKQ
FRbjPFU/43LTGUvIjJWHMfdGeTACWl1U
=cYMp
-----END PGP SIGNATURE-----

--60460818_440badfc_1179c--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?76b2669b-9395-4cd1-8a42-c72952285d99>