pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkgsrc: Fix manpage paths
details: https://anonhg.NetBSD.org/pkgsrc/rev/b4d03ba1b0d2
branches: trunk
changeset: 306476:b4d03ba1b0d2
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Tue Apr 17 11:27:11 2018 +0000
description:
Fix manpage paths
diffstat:
www/lighttpd/Makefile | 4 ++--
www/lighttpd/distinfo | 5 +++--
www/lighttpd/patches/patch-doc_lighttpd.8 | 17 +++++++++++++++++
3 files changed, 22 insertions(+), 4 deletions(-)
diffs (53 lines):
diff -r 20c9f9a0a5a5 -r b4d03ba1b0d2 www/lighttpd/Makefile
--- a/www/lighttpd/Makefile Tue Apr 17 10:59:19 2018 +0000
+++ b/www/lighttpd/Makefile Tue Apr 17 11:27:11 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2018/04/17 10:22:00 triaxx Exp $
+# $NetBSD: Makefile,v 1.72 2018/04/17 11:27:11 triaxx Exp $
DISTNAME= lighttpd-1.4.49
PKGREVISION= 1
@@ -58,7 +58,7 @@
SUBST_CLASSES+= path
SUBST_MESSAGE.path= Fixing config file paths
SUBST_STAGE.path= pre-configure
-SUBST_FILES.path= doc/config/lighttpd.conf
+SUBST_FILES.path= doc/config/lighttpd.conf doc/lighttpd.8
SUBST_VARS.path= LIGHTTPD_LOGDIR LIGHTTPD_STATEDIR LIGHTTPD_USER \
LIGHTTPD_CACHEDIR LIGHTTPD_HOMEDIR \
LIGHTTPD_GROUP PKG_SYSCONFDIR VARBASE
diff -r 20c9f9a0a5a5 -r b4d03ba1b0d2 www/lighttpd/distinfo
--- a/www/lighttpd/distinfo Tue Apr 17 10:59:19 2018 +0000
+++ b/www/lighttpd/distinfo Tue Apr 17 11:27:11 2018 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.45 2018/04/17 10:22:00 triaxx Exp $
+$NetBSD: distinfo,v 1.46 2018/04/17 11:27:11 triaxx Exp $
SHA1 (lighttpd-1.4.49.tar.xz) = 9e13d061cbae2f377a1a5bb24e13ccd9cba0bba6
RMD160 (lighttpd-1.4.49.tar.xz) = f7e3ff273455e1ad51f1fdc9514066f9ec3e716c
SHA512 (lighttpd-1.4.49.tar.xz) = de766da68b4cacfb6c322210eafe819b6423334272e9fae4688c2282a66a2e55aaf580c5fdbf02676ed6f7b32d13f2f28cefd22518f77127055ec336ec5d6784
Size (lighttpd-1.4.49.tar.xz) = 710964 bytes
-SHA1 (patch-doc_config_lighttpd.conf) = aa1ee77f3fdce7ffd6968c4b09e6977f671495d3
+SHA1 (patch-doc_config_lighttpd.conf) = 0440258583c5a9fd364f7c94f78fd7715739ab17
+SHA1 (patch-doc_lighttpd.8) = 654e22e68d6b206b9d28a8c09a1e82138fae94a3
diff -r 20c9f9a0a5a5 -r b4d03ba1b0d2 www/lighttpd/patches/patch-doc_lighttpd.8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/lighttpd/patches/patch-doc_lighttpd.8 Tue Apr 17 11:27:11 2018 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-doc_lighttpd.8,v 1.1 2018/04/17 11:27:11 triaxx Exp $
+
+--- doc/lighttpd.8.orig 2018-03-12 00:52:20.000000000 +0000
++++ doc/lighttpd.8
+@@ -56,10 +56,10 @@ Show a brief help message and exit.
+ .
+ .SH FILES
+ .TP 8
+-/etc/lighttpd/lighttpd.conf
++@PKG_SYSCONFDIR@/lighttpd.conf
+ The standard location for the configuration file.
+ .TP 8
+-/var/run/lighttpd.pid
++@LIGHTTPD_STATEDIR@/lighttpd.pid
+ The standard location for the PID of the running \fBlighttpd\fP process.
+ .
+ .SH SEE ALSO
Home |
Main Index |
Thread Index |
Old Index