summaryrefslogtreecommitdiff
path: root/www/gallery
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-05-17 10:32:06 +0000
committerfhajny <fhajny>2016-05-17 10:32:06 +0000
commit519e34bafcc8eba73c0de68fc9d76b05483fa2dd (patch)
treebb4a8c9947c804084004863ea06af206d79d402b /www/gallery
parent48b2ed488974cec05c61f8ce75956e5420f288ab (diff)
downloadpkgsrc-519e34bafcc8eba73c0de68fc9d76b05483fa2dd.tar.gz
Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP
for all pkgsrc dir/file ownership rules. Fixes unprivileged user/group names from leaking into binary packages, manifest as non-fatal chown/chgrp failure messages at pkg_add time. Bump respective packages' PKGREVISION.
Diffstat (limited to 'www/gallery')
-rw-r--r--www/gallery/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile
index 6893bd61728..aa0fe5f9e39 100644
--- a/www/gallery/Makefile
+++ b/www/gallery/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:49 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/05/17 10:32:09 fhajny Exp $
#
DISTNAME= gallery-1.5.10
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= www graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gallery/}
@@ -30,9 +30,9 @@ EGDIR= ${PREFIX}/share/examples/gallery
G1DIR= ${PREFIX}/share/gallery
CONF_FILES_PERMS= ${EGDIR}/config.php ${G1DIR}/config.php \
- ${ROOT_USER} ${ROOT_GROUP} 0666
+ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0666
CONF_FILES_PERMS+= ${EGDIR}/.htaccess ${G1DIR}/.htaccess \
- ${ROOT_USER} ${ROOT_GROUP} 0666
+ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0666
MESSAGE_SUBST+= G1DIR=${G1DIR}
FILES_SUBST+= G1DIR=${G1DIR}