pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/horde3 - Bump to nb1
details: https://anonhg.NetBSD.org/pkgsrc/rev/a5ff89196a89
branches: trunk
changeset: 491549:a5ff89196a89
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Fri Mar 25 13:12:08 2005 +0000
description:
- Bump to nb1
- Fix missing entry in PLIST
- Fix permissions on installed directory
diffstat:
www/horde3/Makefile | 6 ++++--
www/horde3/PLIST | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r 3b13d859124b -r a5ff89196a89 www/horde3/Makefile
--- a/www/horde3/Makefile Fri Mar 25 12:59:51 2005 +0000
+++ b/www/horde3/Makefile Fri Mar 25 13:12:08 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2005/03/04 22:35:22 adrianp Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/25 13:12:08 adrianp Exp $
DISTNAME= horde-3.0.3
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/
@@ -58,7 +59,6 @@
SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/hooks.php.dist \
${HORDEDIR}/config/hooks.php \
${APACHE_USER} ${ROOT_GROUP} 0000
-SPECIAL_PERMS+= ${HORDEDIR}/config ${APACHE_USER} ${ROOT_GROUP} 0750
SUBST_CLASSES= files
SUBST_STAGE.files= post-build
@@ -102,5 +102,7 @@
${INSTALL_DATA} ${WRKSRC}/*.php ${HORDEDIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HORDEDIR}
${CHMOD} -R a-w ${HORDEDIR}
+ ${CHOWN} ${APACHE_USER}:${SHAREGRP} ${HORDEDIR}/config
+ ${CHMOD} 0750 ${HORDEDIR}/config
.include "../../mk/bsd.pkg.mk"
diff -r 3b13d859124b -r a5ff89196a89 www/horde3/PLIST
--- a/www/horde3/PLIST Fri Mar 25 12:59:51 2005 +0000
+++ b/www/horde3/PLIST Fri Mar 25 13:12:08 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2005/03/04 22:35:22 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/03/25 13:12:08 adrianp Exp $
share/doc/horde/CHANGES
share/doc/horde/CODING_STANDARDS
share/doc/horde/CONTRIBUTING
@@ -31,6 +31,7 @@
share/horde/admin/setup/scripts.php
share/horde/admin/sqlshell.php
share/horde/admin/templates.php
+share/horde/admin/user.php
share/horde/config/conf.php.dist
share/horde/config/conf.xml.dist
share/horde/config/hooks.php.dist
Home |
Main Index |
Thread Index |
Old Index