Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 11:05:10 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 25a99271c78d - main - games/iqpuzzle: Move man pages to share/man
Message-ID:  <202403091105.429B5AUs081980@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25a99271c78d12020c47240b74a5e640527c11ac

commit 25a99271c78d12020c47240b74a5e640527c11ac
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 09:11:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 11:04:51 +0000

    games/iqpuzzle: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 games/iqpuzzle/Makefile                 |  1 +
 games/iqpuzzle/files/patch-iqpuzzle.pro | 11 -----------
 games/iqpuzzle/pkg-plist                |  6 +++---
 3 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/games/iqpuzzle/Makefile b/games/iqpuzzle/Makefile
index 1d20f3cbf87d..758b227018aa 100644
--- a/games/iqpuzzle/Makefile
+++ b/games/iqpuzzle/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	iqpuzzle
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.9
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/games/iqpuzzle/files/patch-iqpuzzle.pro b/games/iqpuzzle/files/patch-iqpuzzle.pro
deleted file mode 100644
index eb763476dc89..000000000000
--- a/games/iqpuzzle/files/patch-iqpuzzle.pro
+++ /dev/null
@@ -1,11 +0,0 @@
---- iqpuzzle.pro.orig	2019-11-02 16:27:16 UTC
-+++ iqpuzzle.pro
-@@ -108,7 +108,7 @@ unix: !macx {
-     icons.path     = $$PREFIX/share/icons
-     icons.files   += res/images/hicolor
- 
--    man.path       = $$PREFIX/share
-+    man.path       = $$PREFIX
-     man.files     += man
- 
-     meta.path      = $$PREFIX/share/metainfo
diff --git a/games/iqpuzzle/pkg-plist b/games/iqpuzzle/pkg-plist
index 7523a114ef59..3627c9baa17c 100644
--- a/games/iqpuzzle/pkg-plist
+++ b/games/iqpuzzle/pkg-plist
@@ -1,7 +1,4 @@
 bin/iqpuzzle
-man/de/man6/iqpuzzle.6.gz
-man/it/man6/iqpuzzle.6.gz
-man/man6/iqpuzzle.6.gz
 share/applications/com.github.elth0r0.iqpuzzle.desktop
 share/icons/hicolor/128x128/apps/iqpuzzle.png
 share/icons/hicolor/16x16/apps/iqpuzzle.png
@@ -658,4 +655,7 @@ share/icons/hicolor/scalable/apps/iqpuzzle.svg
 %%DATADIR%%/boards/rectangles/rectangle_039.png
 %%DATADIR%%/boards/rectangles/rectangle_040.conf
 %%DATADIR%%/boards/rectangles/rectangle_040.png
+share/man/de/man6/iqpuzzle.6.gz
+share/man/it/man6/iqpuzzle.6.gz
+share/man/man6/iqpuzzle.6.gz
 share/metainfo/com.github.elth0r0.iqpuzzle.metainfo.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091105.429B5AUs081980>