summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-11-23 00:21:50 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-11-23 00:21:50 +0000
commit03e5ea42a4e63ef356af445b0827f7b0f4464d44 (patch)
tree92ebb98f2c4d0d26c6886cfd53727d8209f1b641 /net-www/phpBB
parentmetadata (diff)
downloadgentoo-2-03e5ea42a4e63ef356af445b0827f7b0f4464d44.tar.gz
gentoo-2-03e5ea42a4e63ef356af445b0827f7b0f4464d44.tar.bz2
gentoo-2-03e5ea42a4e63ef356af445b0827f7b0f4464d44.zip
fixing 34096
Diffstat (limited to 'net-www/phpBB')
-rw-r--r--net-www/phpBB/Manifest2
-rw-r--r--net-www/phpBB/phpBB-2.0.6-r1.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/net-www/phpBB/Manifest b/net-www/phpBB/Manifest
index 6e46006788ad..7e8ef0ee8f3e 100644
--- a/net-www/phpBB/Manifest
+++ b/net-www/phpBB/Manifest
@@ -1,4 +1,4 @@
-MD5 4a3a42d5c6db73a56f9bdc10165b33f7 phpBB-2.0.6-r1.ebuild 1324
+MD5 c57737d533a511c0dfba563c2666c539 phpBB-2.0.6-r1.ebuild 1355
MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280
MD5 32f76e7335c14cc9dda33b3feabb8273 ChangeLog 929
MD5 d8c04c96ab7db9b65effac516a92b8ae files/digest-phpBB-2.0.6-r1 63
diff --git a/net-www/phpBB/phpBB-2.0.6-r1.ebuild b/net-www/phpBB/phpBB-2.0.6-r1.ebuild
index 4b22acf82bf7..bf1c517b8988 100644
--- a/net-www/phpBB/phpBB-2.0.6-r1.ebuild
+++ b/net-www/phpBB/phpBB-2.0.6-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Maintainer: Tim Raedisch <tim.raedisch@udo.edu>
-# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.6-r1.ebuild,v 1.3 2003/11/23 00:17:25 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.6-r1.ebuild,v 1.4 2003/11/23 00:21:44 mholzer Exp $
S=${WORKDIR}/${PN}2
DESCRIPTION="phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package."
@@ -13,6 +13,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+DEPEND=">=sys-devel/patch-2.5.9"
RDEPEND="virtual/php"
inherit webapp-apache
@@ -43,7 +44,5 @@ src_install() {
dodoc ${S}/docs/*
cd "${D}/${HTTPD_ROOT}"
- chown -R "${HTTPD_USER}.${HTTPD_GROUP}" "${D}/${HTTPD_ROOT}/phpbb"
+ chown -R "${HTTPD_USER}:${HTTPD_GROUP}" "${D}/${HTTPD_ROOT}/phpbb"
}
-
-