pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/inspircd3 chat/inspircd3: Correct some config fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65aa1d713b44
branches:  trunk
changeset: 333272:65aa1d713b44
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 03 19:03:02 2019 +0000

description:
chat/inspircd3: Correct some config file paths I missed.

diffstat:

 chat/inspircd3/Makefile                                             |   3 +-
 chat/inspircd3/distinfo                                             |   4 ++-
 chat/inspircd3/patches/patch-docs_conf_services_anope.conf.example  |  15 ++++++++++
 chat/inspircd3/patches/patch-docs_conf_services_atheme.conf.example |  15 ++++++++++
 4 files changed, 35 insertions(+), 2 deletions(-)

diffs (67 lines):

diff -r a30fda1b7340 -r 65aa1d713b44 chat/inspircd3/Makefile
--- a/chat/inspircd3/Makefile   Fri May 03 17:17:25 2019 +0000
+++ b/chat/inspircd3/Makefile   Fri May 03 19:03:02 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/05/03 17:14:27 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/03 19:03:02 nia Exp $
 
 DISTNAME=      inspircd-3.0.0
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=inspircd/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r a30fda1b7340 -r 65aa1d713b44 chat/inspircd3/distinfo
--- a/chat/inspircd3/distinfo   Fri May 03 17:17:25 2019 +0000
+++ b/chat/inspircd3/distinfo   Fri May 03 19:03:02 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2019/05/03 17:14:27 nia Exp $
+$NetBSD: distinfo,v 1.2 2019/05/03 19:03:02 nia Exp $
 
 SHA1 (inspircd-3.0.0.tar.gz) = 8b2ba94966bea4918782aaef8923581d66ec8aec
 RMD160 (inspircd-3.0.0.tar.gz) = 660bbed10afa988102f1453f4613e409550c2717
@@ -6,5 +6,7 @@
 Size (inspircd-3.0.0.tar.gz) = 793937 bytes
 SHA1 (patch-docs_conf_inspircd.conf.example) = c6e9da54f81a2a5d34e933281d997b5ec687da52
 SHA1 (patch-docs_conf_modules.conf.example) = 4a4ef063ae1c908268a34f0407a00c1df70a6a18
+SHA1 (patch-docs_conf_services_anope.conf.example) = ab9078cf3bbe5e7393a8463c95b8db02bc5c019f
+SHA1 (patch-docs_conf_services_atheme.conf.example) = ad1dc932b17497ef49c6daf50984f566c402eb2b
 SHA1 (patch-make_template_main.mk) = 51f4de27d7d946c2dffc7060628eb0f6f4f19db7
 SHA1 (patch-src_socketengines_socketengine__kqueue.cpp) = fb1e02ec8dad42dab981980c6b56f3ed11495328
diff -r a30fda1b7340 -r 65aa1d713b44 chat/inspircd3/patches/patch-docs_conf_services_anope.conf.example
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/inspircd3/patches/patch-docs_conf_services_anope.conf.example        Fri May 03 19:03:02 2019 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-docs_conf_services_anope.conf.example,v 1.1 2019/05/03 19:03:02 nia Exp $
+
+Don't use ${PREFIX}/etc/inspircd/examples.
+
+--- docs/conf/services/anope.conf.example.orig 2019-05-03 13:07:32.000000000 +0000
++++ docs/conf/services/anope.conf.example
+@@ -2,7 +2,7 @@
+ # by Anope. See https://www.anope.org for more information on Anope.
+ 
+ # This file inherits from the generic config to avoid repetition.
+-<include file="examples/services/generic.conf.example">
++<include file="services/generic.conf">
+ 
+ # /GLOBAL <message>
+ # Sends a global notice.
diff -r a30fda1b7340 -r 65aa1d713b44 chat/inspircd3/patches/patch-docs_conf_services_atheme.conf.example
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/inspircd3/patches/patch-docs_conf_services_atheme.conf.example       Fri May 03 19:03:02 2019 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-docs_conf_services_atheme.conf.example,v 1.1 2019/05/03 19:03:02 nia Exp $
+
+Don't use ${PREFIX}/etc/inspircd/examples.
+
+--- docs/conf/services/atheme.conf.example.orig        2019-05-03 13:07:32.000000000 +0000
++++ docs/conf/services/atheme.conf.example
+@@ -3,7 +3,7 @@
+ # information on Atheme.
+ 
+ # This file inherits from the generic config to avoid repetition.
+-<include file="examples/services/generic.conf.example">
++<include file="services/generic.conf">
+ 
+ # Long hand aliases for services pseudoclients.
+ <alias text="ALIS"      replace="SQUERY $requirement :$2-" requires="ALIS"      uline="yes">



Home | Main Index | Thread Index | Old Index