summaryrefslogtreecommitdiff
path: root/www/php-tiki6/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-12-24 01:59:45 +0000
committerryoon <ryoon@pkgsrc.org>2012-12-24 01:59:45 +0000
commita5b985f893e893e03b693a067059290539e19d3d (patch)
tree0ec788f92ea6b7144419ce35a8a6cc8938cbc7c2 /www/php-tiki6/Makefile
parent6d62d1036759ad54b35ef4337def40b10e48a710 (diff)
downloadpkgsrc-a5b985f893e893e03b693a067059290539e19d3d.tar.gz
Update to 6.8
* Create user/group Changelog: * [bp/r43638][SEC] unserialize: More complete check for objects in serialized data when it's not the first item * And more bugfixes
Diffstat (limited to 'www/php-tiki6/Makefile')
-rw-r--r--www/php-tiki6/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/www/php-tiki6/Makefile b/www/php-tiki6/Makefile
index 5a5f7b07d2d..fcd82d0f724 100644
--- a/www/php-tiki6/Makefile
+++ b/www/php-tiki6/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2012/10/28 06:30:58 asau Exp $
+# $NetBSD: Makefile,v 1.10 2012/12/24 01:59:45 ryoon Exp $
#
-DISTNAME= tiki-6.7
+DISTNAME= tiki-6.8
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/tiki-/tiki6-/}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tikiwiki/}
@@ -28,6 +28,16 @@ BUILD_DEFS+= APACHE_GROUP APACHE_USER
TIKIDIR= share/tiki6
INSTALLATION_DIRS= ${TIKIDIR}
+.include "../../mk/bsd.prefs.mk"
+
+APACHE_USER?= www
+APACHE_GROUP?= www
+PKG_GROUPS= ${APACHE_GROUP}
+PKG_USERS= ${APACHE_USER}:${APACHE_GROUP}
+
+PKG_USERS_VARS= APACHE_USER
+PKG_GROUPS_VARS= APACHE_GROUP
+
FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
TIKIDIR=${TIKIDIR}