pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/anope
Module Name: pkgsrc
Committed By: rillig
Date: Sun Mar 29 06:56:49 UTC 2020
Modified Files:
pkgsrc/chat/anope: Makefile distinfo
pkgsrc/chat/anope/patches: patch-data_example.conf
Log Message:
chat/anope: fix hard-coded /usr/pkg in patch
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/anope/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/anope/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/anope/patches/patch-data_example.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/anope/Makefile
diff -u pkgsrc/chat/anope/Makefile:1.30 pkgsrc/chat/anope/Makefile:1.31
--- pkgsrc/chat/anope/Makefile:1.30 Sun Mar 8 16:48:54 2020
+++ pkgsrc/chat/anope/Makefile Sun Mar 29 06:56:48 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2020/03/08 16:48:54 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2020/03/29 06:56:48 rillig Exp $
DISTNAME= anope-2.0.7-source
PKGNAME= ${DISTNAME:S/-source//1}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=anope/}
GITHUB_PROJECT= anope
@@ -50,9 +50,7 @@ SUBST_CLASSES+= conf
SUBST_STAGE.conf= pre-configure
SUBST_MESSAGE.conf= Set variables in configuration file.
SUBST_FILES.conf+= data/example.conf
-SUBST_VARS.conf= PREFIX
-SUBST_VARS.conf+= PKG_SYSCONFDIR
-SUBST_VARS.conf+= PKGLOCALEDIR
+SUBST_VARS.conf= PREFIX PKG_SYSCONFDIR
RCD_SCRIPTS= anope
Index: pkgsrc/chat/anope/distinfo
diff -u pkgsrc/chat/anope/distinfo:1.12 pkgsrc/chat/anope/distinfo:1.13
--- pkgsrc/chat/anope/distinfo:1.12 Fri Jan 10 15:27:25 2020
+++ pkgsrc/chat/anope/distinfo Sun Mar 29 06:56:48 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2020/01/10 15:27:25 nia Exp $
+$NetBSD: distinfo,v 1.13 2020/03/29 06:56:48 rillig Exp $
SHA1 (anope-2.0.7-source.tar.gz) = 298c21edbff18a1d3cc711bf84b55ac06ae10d6b
RMD160 (anope-2.0.7-source.tar.gz) = fdbc31d1bcd902eddc35efbae871af2b0dddc88b
@@ -6,4 +6,4 @@ SHA512 (anope-2.0.7-source.tar.gz) = 22a
Size (anope-2.0.7-source.tar.gz) = 1817484 bytes
SHA1 (patch-CMakeLists.txt) = 698034091457fb58de32a43fd701c7ce716f898e
SHA1 (patch-data_CMakeLists.txt) = e0d762da4345ded9a080ea6cf216db510c4c1665
-SHA1 (patch-data_example.conf) = 5d239fdf2362561b860ffbd3b6dfe7a5dd177632
+SHA1 (patch-data_example.conf) = 6866b154f464ed6072b267f589ee67056bea73ac
Index: pkgsrc/chat/anope/patches/patch-data_example.conf
diff -u pkgsrc/chat/anope/patches/patch-data_example.conf:1.2 pkgsrc/chat/anope/patches/patch-data_example.conf:1.3
--- pkgsrc/chat/anope/patches/patch-data_example.conf:1.2 Sun Dec 8 03:55:05 2019
+++ pkgsrc/chat/anope/patches/patch-data_example.conf Sun Mar 29 06:56:48 2020
@@ -1,4 +1,4 @@
-$NetBSD: patch-data_example.conf,v 1.2 2019/12/08 03:55:05 nia Exp $
+$NetBSD: patch-data_example.conf,v 1.3 2020/03/29 06:56:48 rillig Exp $
Fix config file filenames for pkgsrc's CONF_FILES system.
@@ -9,14 +9,14 @@ Fix config file filenames for pkgsrc's C
* services root directory.
*/
- pid = "data/services.pid"
-+ pid = "/usr/pkg/anope/anope.pid"
++ pid = "@PREFIX@/anope/anope.pid"
/*
* The filename containing the Message of the Day. The path is relative to the
* services root directory.
*/
- motd = "conf/services.motd"
-+ motd = "/usr/pkg/etc/anope/services.motd"
++ motd = "@PKG_SYSCONFDIR@/anope/services.motd"
}
/*
Home |
Main Index |
Thread Index |
Old Index