git: 1f95d403bbe3 - main - games/palomino: Deprecate, set expiration to T + 2 months
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Jul 2025 16:51:38 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f95d403bbe3349d46224d7c62eac1cbf2f12fd4
commit 1f95d403bbe3349d46224d7c62eac1cbf2f12fd4
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2025-07-10 16:44:45 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2025-07-10 16:51:30 +0000
games/palomino: Deprecate, set expiration to T + 2 months
- Abandoned, last release in 2013
- Upstream gone
- Renders incorrectly
- Not playable
Deprecate graphics/osg34 along with it, as this legacy port is not
needed for anything else.
---
games/palomino/Makefile | 3 +++
graphics/osg34/Makefile | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/games/palomino/Makefile b/games/palomino/Makefile
index 7d2609bae5a7..bfb7415f4539 100644
--- a/games/palomino/Makefile
+++ b/games/palomino/Makefile
@@ -16,6 +16,9 @@ WWW= https://www.palomino3d.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE_GNU_GPL_2.txt
+DEPRECATED= Obsolete and abandoneed, last release in 2013, not playable
+EXPIRATION_DATE=2025-09-10
+
LIB_DEPENDS= libosg.so:graphics/osg34
USES= alias compiler:c++11-lang cmake:insource,noninja gl lua:51 tar:xz
diff --git a/graphics/osg34/Makefile b/graphics/osg34/Makefile
index 4732c45355a7..b08265df70dd 100644
--- a/graphics/osg34/Makefile
+++ b/graphics/osg34/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 64
CATEGORIES= graphics
PKGNAMESUFFIX= 34
-MAINTAINER= amdmi3@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= C++ OpenGL scene graph library for real-time rendering
WWW= https://www.openscenegraph.org/
@@ -14,6 +14,9 @@ LICENSE_NAME= OpenSceneGraph Public License
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+DEPRECATED= Obsolete version released in 2015
+EXPIRATION_DATE=2025-09-10
+
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff