pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/prosody prosody: fix the build with an alternativ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cd029821c6f
branches:  trunk
changeset: 412603:9cd029821c6f
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Mon Mar 09 19:00:12 2020 +0000

description:
prosody: fix the build with an alternative LOCALBASE

diffstat:

 chat/prosody/distinfo                  |  4 ++--
 chat/prosody/patches/patch-GNUmakefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 0b80794cf55d -r 9cd029821c6f chat/prosody/distinfo
--- a/chat/prosody/distinfo     Mon Mar 09 18:39:37 2020 +0000
+++ b/chat/prosody/distinfo     Mon Mar 09 19:00:12 2020 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.16 2020/01/23 18:26:15 gdt Exp $
+$NetBSD: distinfo,v 1.17 2020/03/09 19:00:12 khorben Exp $
 
 SHA1 (prosody-0.11.4.tar.gz) = 59e9e684230c26daf53526e18b0e6e2efb0d63c5
 RMD160 (prosody-0.11.4.tar.gz) = c177c6f58054bd595e11b9d83b2889c8d67ba611
 SHA512 (prosody-0.11.4.tar.gz) = 0c3aa3373c53f803b88a87dad4ca18b215de7a485d29b0bc4b186d97f7c48262840199a74f62aba6b7b4f1766fdfb37327ed4ff24e877c3a6dfca58764a035c3
 Size (prosody-0.11.4.tar.gz) = 423518 bytes
-SHA1 (patch-GNUmakefile) = e0fce25e95a4e765eba588e903de59526433ae54
+SHA1 (patch-GNUmakefile) = 6f2bf449923db2ebd970535b4b0975d3dd277f28
 SHA1 (patch-prosody.cfg.lua.dist) = e8cc3a467b21bfe606a87beb412cebac71a627a9
 SHA1 (patch-util-src_GNUmakefile) = d64699fb842be5fb963085dcb1edff67cd130161
 SHA1 (patch-util-src_hashes.c) = e955d3ab2d170dce179bee8eed559ba57f825497
diff -r 0b80794cf55d -r 9cd029821c6f chat/prosody/patches/patch-GNUmakefile
--- a/chat/prosody/patches/patch-GNUmakefile    Mon Mar 09 18:39:37 2020 +0000
+++ b/chat/prosody/patches/patch-GNUmakefile    Mon Mar 09 19:00:12 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-GNUmakefile,v 1.1 2020/01/23 18:26:15 gdt Exp $
+$NetBSD: patch-GNUmakefile,v 1.2 2020/03/09 19:00:12 khorben Exp $
 
 Fix installation directories and scripts
 
@@ -8,7 +8,7 @@
  
  BIN = $(DESTDIR)$(PREFIX)/bin
  CONFIG = $(DESTDIR)$(SYSCONFDIR)
-+EGDIR = $(DESTDIR)/usr/pkg/share/examples/prosody
++EGDIR = $(DESTDIR)@EGDIR@
  MODULES = $(DESTDIR)$(LIBDIR)/prosody/modules
  SOURCE = $(DESTDIR)$(LIBDIR)/prosody
  DATA = $(DESTDIR)$(DATADIR)



Home | Main Index | Thread Index | Old Index