pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rt4



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep 23 22:54:14 UTC 2020

Modified Files:
        pkgsrc/devel/rt4: Makefile

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/rt4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/rt4/Makefile
diff -u pkgsrc/devel/rt4/Makefile:1.36 pkgsrc/devel/rt4/Makefile:1.37
--- pkgsrc/devel/rt4/Makefile:1.36      Fri Sep  4 11:09:02 2020
+++ pkgsrc/devel/rt4/Makefile   Wed Sep 23 22:54:14 2020
@@ -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 @@ RT_CONFIG_FILES=    RT_Config.pm RT_SiteCon
 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