Date: Mon, 24 Jul 2023 13:03:51 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f57528f39fa1 - main - graphics/ogre3d19: Fix port Message-ID: <202307241303.36OD3pjc014472@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f57528f39fa100766638b52576473b106db107f9 commit f57528f39fa100766638b52576473b106db107f9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-24 13:02:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-24 13:02:36 +0000 graphics/ogre3d19: Fix port On my last commit I accidentally deleted two major lines. Fix it. Approved by: portmgr (blanket) --- graphics/ogre3d19/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/ogre3d19/Makefile b/graphics/ogre3d19/Makefile index 1b80e0b74315..c1d7b45450b6 100644 --- a/graphics/ogre3d19/Makefile +++ b/graphics/ogre3d19/Makefile @@ -1,3 +1,5 @@ +PORTNAME= ogre3d +PORTVERSION= 1.9.0 PORTREVISION= 21 CATEGORIES= graphics devel MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307241303.36OD3pjc014472>