Date: Sat, 24 Feb 2024 08:16:29 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: 5abca99cd88e - main - games/unknown-horizons: Moved man to share/man Message-ID: <202402240816.41O8GT59075781@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=5abca99cd88ee2d12ef4d606519eb81cb399c293 commit 5abca99cd88ee2d12ef4d606519eb81cb399c293 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 08:05:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 08:05:31 +0000 games/unknown-horizons: Moved man to share/man Approved by: portmgr (blanket) --- games/unknown-horizons/Makefile | 1 + games/unknown-horizons/files/patch-setup.py | 11 +---------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/games/unknown-horizons/Makefile b/games/unknown-horizons/Makefile index aa0c919ea804..0a619108a16f 100644 --- a/games/unknown-horizons/Makefile +++ b/games/unknown-horizons/Makefile @@ -1,5 +1,6 @@ PORTNAME= unknown-horizons PORTVERSION= 2019.1 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= fiziologus@gmail.com diff --git a/games/unknown-horizons/files/patch-setup.py b/games/unknown-horizons/files/patch-setup.py index 8dab622311fa..bfa96ec57928 100644 --- a/games/unknown-horizons/files/patch-setup.py +++ b/games/unknown-horizons/files/patch-setup.py @@ -1,6 +1,6 @@ --- setup.py.orig 2019-01-12 15:15:42 UTC +++ setup.py -@@ -39,7 +39,7 @@ from horizons.ext import polib +@@ -39,7 +39,7 @@ os.chdir(os.path.realpath(os.path.dirname(__file__))) # Ensure we are in the correct directory os.chdir(os.path.realpath(os.path.dirname(__file__))) @@ -9,15 +9,6 @@ executable_path = 'games' else: executable_path = 'bin' -@@ -54,7 +54,7 @@ data = [ - (executable_path, ('unknown-horizons', )), - ('share/pixmaps', ('content/packages/unknown-horizons.xpm', )), - ('share/unknown-horizons', ('content/settings-template.xml', )), -- ('share/man/man6', ('content/packages/unknown-horizons.6', )), -+ ('man/man6', ('content/packages/unknown-horizons.6', )), - ] - - for root, dirs, files in [x for x in os.walk('content') if len(x[2])]: @@ -136,13 +136,6 @@ class _build_i18n(distutils.cmd.Command): targetpath = os.path.join("share/locale", lang, "LC_MESSAGES") mo_files.append((targetpath, [mo_file]))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240816.41O8GT59075781>