pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/prosody
Module Name: pkgsrc
Committed By: nia
Date: Mon Dec 2 07:57:33 UTC 2024
Modified Files:
pkgsrc/chat/prosody: distinfo
pkgsrc/chat/prosody/patches: patch-makefile
Log Message:
prosody: Honour PKGMANDIR
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/prosody/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/prosody/patches/patch-makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/prosody/distinfo
diff -u pkgsrc/chat/prosody/distinfo:1.26 pkgsrc/chat/prosody/distinfo:1.27
--- pkgsrc/chat/prosody/distinfo:1.26 Sun Feb 4 13:49:12 2024
+++ pkgsrc/chat/prosody/distinfo Mon Dec 2 07:57:33 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2024/02/04 13:49:12 tm Exp $
+$NetBSD: distinfo,v 1.27 2024/12/02 07:57:33 nia Exp $
BLAKE2s (prosody-0.12.4.tar.gz) = 84721f5de9ff02efe611d37c20ec98222730fd0e81fe32792962cc072a9686ac
SHA512 (prosody-0.12.4.tar.gz) = e035ec9af3831c596ababbc0320f352b7253d3ee968c9937998ffc255839173c9278912a0897fa9f0a0665bc43603f8570b5e15dfd1cba4571599e86a98d8cf4
Size (prosody-0.12.4.tar.gz) = 616043 bytes
-SHA1 (patch-makefile) = 8971d0a898ca7bf38f0d79322e2d0c381334c37c
+SHA1 (patch-makefile) = 846c12b98ba275f2d091f8d6aaa1c18617a9fd20
SHA1 (patch-prosody.cfg.lua.dist) = a1e4636abe4f2caa82d13ed8564b5b785dc8595a
SHA1 (patch-util-src_pposix.c) = 519fd2da1931c1b35a0b028ea9303b3c0f5b6a6a
Index: pkgsrc/chat/prosody/patches/patch-makefile
diff -u pkgsrc/chat/prosody/patches/patch-makefile:1.2 pkgsrc/chat/prosody/patches/patch-makefile:1.3
--- pkgsrc/chat/prosody/patches/patch-makefile:1.2 Sun May 8 21:24:12 2022
+++ pkgsrc/chat/prosody/patches/patch-makefile Mon Dec 2 07:57:33 2024
@@ -1,4 +1,4 @@
-$NetBSD: patch-makefile,v 1.2 2022/05/08 21:24:12 khorben Exp $
+$NetBSD: patch-makefile,v 1.3 2024/12/02 07:57:33 nia Exp $
Fix installation directories and scripts
@@ -9,7 +9,7 @@ Fix installation directories and scripts
SOURCE = $(DESTDIR)$(LIBDIR)/prosody
DATA = $(DESTDIR)$(DATADIR)
-MAN = $(DESTDIR)$(PREFIX)/share/man
-+MAN = $(DESTDIR)$(PREFIX)/man
++MAN = $(DESTDIR)$(PREFIX)/$(PKGMANDIR)
INSTALLEDSOURCE = $(LIBDIR)/prosody
INSTALLEDCONFIG = $(SYSCONFDIR)
Home |
Main Index |
Thread Index |
Old Index