Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 06:23:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 444a0768a172 - main - net-im/prosody: Fix PLIST after mandir migration
Message-ID:  <202409050623.4856NSZu015605@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=444a0768a172bcfb960ced19d55b59d4289d69cb

commit 444a0768a172bcfb960ced19d55b59d4289d69cb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:30:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:18:35 +0000

    net-im/prosody: Fix PLIST after mandir migration
    
    ====> Running Q/A tests (stage-qa)
    Warning: Installing man files in /usr/local/man is no longer supported. Consider installing these files in /usr/local/share/man instead.
    51537 drwxr-xr-x  3 root  wheel  64 Aug 19 19:46:14 2024 /wrkdirs/usr/ports/net-im/prosody/work/stage/usr/local/man
    ====> Checking for pkg-plist issues (check-plist)
    ===> Parsing plist
    ===> Checking for items in STAGEDIR missing from pkg-plist
    Error: Orphaned: @dir man/man1
    ===> Checking for items in pkg-plist which are not in STAGEDIR
    ===> Error: Plist issues found.
    *** Error code 1
    
    Approved by:    portmgr (blanket)
---
 net-im/prosody/files/patch-tools_migration_Makefile | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/net-im/prosody/files/patch-tools_migration_Makefile b/net-im/prosody/files/patch-tools_migration_Makefile
index fc942d690b4f..2d4c55fea3b2 100644
--- a/net-im/prosody/files/patch-tools_migration_Makefile
+++ b/net-im/prosody/files/patch-tools_migration_Makefile
@@ -1,14 +1,5 @@
 --- tools/migration/Makefile.orig	2022-03-08 12:34:39 UTC
 +++ tools/migration/Makefile
-@@ -5,7 +5,7 @@ BIN = $(DESTDIR)$(PREFIX)/bin
- CONFIG = $(DESTDIR)$(SYSCONFDIR)
- SOURCE = $(DESTDIR)$(LIBDIR)/prosody
- DATA = $(DESTDIR)$(DATADIR)
--MAN = $(DESTDIR)$(PREFIX)/share/man
-+MAN = $(DESTDIR)$(PREFIX)/man
- 
- INSTALLEDSOURCE = $(LIBDIR)/prosody
- INSTALLEDCONFIG = $(SYSCONFDIR)
 @@ -18,14 +18,14 @@ install: prosody-migrator.install migrator.cfg.lua.ins
  	install -d $(BIN) $(CONFIG) $(SOURCE)
  	install -d $(MAN)/man1



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