pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/inspircd3
Module Name: pkgsrc
Committed By: nia
Date: Fri May 3 19:03:03 UTC 2019
Modified Files:
pkgsrc/chat/inspircd3: Makefile distinfo
Added Files:
pkgsrc/chat/inspircd3/patches:
patch-docs_conf_services_anope.conf.example
patch-docs_conf_services_atheme.conf.example
Log Message:
chat/inspircd3: Correct some config file paths I missed.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/inspircd3/Makefile \
pkgsrc/chat/inspircd3/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/chat/inspircd3/patches/patch-docs_conf_services_anope.conf.example \
pkgsrc/chat/inspircd3/patches/patch-docs_conf_services_atheme.conf.example
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/inspircd3/Makefile
diff -u pkgsrc/chat/inspircd3/Makefile:1.1 pkgsrc/chat/inspircd3/Makefile:1.2
--- pkgsrc/chat/inspircd3/Makefile:1.1 Fri May 3 17:14:27 2019
+++ pkgsrc/chat/inspircd3/Makefile Fri May 3 19:03:02 2019
@@ -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}
Index: pkgsrc/chat/inspircd3/distinfo
diff -u pkgsrc/chat/inspircd3/distinfo:1.1 pkgsrc/chat/inspircd3/distinfo:1.2
--- pkgsrc/chat/inspircd3/distinfo:1.1 Fri May 3 17:14:27 2019
+++ pkgsrc/chat/inspircd3/distinfo Fri May 3 19:03:02 2019
@@ -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 @@ SHA512 (inspircd-3.0.0.tar.gz) = 3510a92
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
Added files:
Index: pkgsrc/chat/inspircd3/patches/patch-docs_conf_services_anope.conf.example
diff -u /dev/null pkgsrc/chat/inspircd3/patches/patch-docs_conf_services_anope.conf.example:1.1
--- /dev/null Fri May 3 19:03:03 2019
+++ pkgsrc/chat/inspircd3/patches/patch-docs_conf_services_anope.conf.example Fri May 3 19:03:02 2019
@@ -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.
Index: pkgsrc/chat/inspircd3/patches/patch-docs_conf_services_atheme.conf.example
diff -u /dev/null pkgsrc/chat/inspircd3/patches/patch-docs_conf_services_atheme.conf.example:1.1
--- /dev/null Fri May 3 19:03:03 2019
+++ pkgsrc/chat/inspircd3/patches/patch-docs_conf_services_atheme.conf.example Fri May 3 19:03:02 2019
@@ -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