pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rt4 (devel/rt4) Change Permission 640 for www:ww...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15a27c20e90f
branches:  trunk
changeset: 439652:15a27c20e90f
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Sep 23 22:54:14 2020 +0000

description:
(devel/rt4) Change Permission 640 for www:www to 444.

devel/p5-RT-Extension-ArticleTemplates wants to read the file:
${PREFIX}/etc/rt4/RT_COnfig.pm

diffstat:

 devel/rt4/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 13cee86d4213 -r 15a27c20e90f devel/rt4/Makefile
--- a/devel/rt4/Makefile        Wed Sep 23 22:18:28 2020 +0000
+++ b/devel/rt4/Makefile        Wed Sep 23 22:54:14 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2020/09/04 11:09:02 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2020/09/23 22:54:14 mef Exp $
 
 DISTNAME=      rt-4.2.16
 PKGNAME=       ${DISTNAME:S/rt/rt4/}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel
 MASTER_SITES=  https://download.bestpractical.com/pub/rt/release/
 
@@ -196,7 +196,7 @@
 CONF_FILES_PERMS+=     ${RT_EXAMPLE_DIR}/${_file_} \
                        ${PKG_SYSCONFDIR}/${_file_} \
                        ${APACHE_USER} ${APACHE_GROUP} \
-                       640
+                       444
 .endfor
 
 OWN_DIRS+=             ${RT_VAR_DIR} ${RT_LOCAL_DIR} ${RT_LOCAL_DIR}/etc



Home | Main Index | Thread Index | Old Index