[ogre] Do not use strict mode by default in ogre for backward compatibility (#15789)

* [ogre] Do not use strict mode by default in ogre for backward compatibility

* Update port_versions metadata for ogre 1.12.9-5
This commit is contained in:
Silvio Traversaro 2021-01-22 21:09:58 +01:00 committed by GitHub
parent a528e6ac1f
commit 42bb41fa2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "ogre",
"version-string": "1.12.9",
"port-version": 4,
"port-version": 5,
"description": "3D Object-Oriented Graphics Rendering Engine",
"homepage": "https://github.com/OGRECave/ogre",
"dependencies": [
@ -13,7 +13,6 @@
"assimp",
"freeimage",
"overlay",
"strict",
"zziplib"
],
"features": {

View File

@ -4142,7 +4142,7 @@
},
"ogre": {
"baseline": "1.12.9",
"port-version": 4
"port-version": 5
},
"ogre-next": {
"baseline": "2019-10-20-1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "322b9a5290ce1656aa66b684b07d1e327b18eeeb",
"version-string": "1.12.9",
"port-version": 5
},
{
"git-tree": "7bd4cd10abb70cc91306e834cb8f7831bc33c8a0",
"version-string": "1.12.9",