pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/drupal Add missing .htaccess file. Thanks to taca@...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/366298400116
branches:  trunk
changeset: 513361:366298400116
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri May 26 17:14:35 2006 +0000

description:
Add missing .htaccess file. Thanks to taca@ for spotting this.
Fix pkglint warnings

diffstat:

 www/drupal/Makefile |  9 +++++----
 www/drupal/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (50 lines):

diff -r a11c490580db -r 366298400116 www/drupal/Makefile
--- a/www/drupal/Makefile       Fri May 26 16:57:51 2006 +0000
+++ b/www/drupal/Makefile       Fri May 26 17:14:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/05/26 16:56:19 adrianp Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/26 17:14:35 adrianp Exp $
 
 DISTNAME=      drupal-4.6.7
 CATEGORIES=    www
@@ -31,7 +31,7 @@
 .include "options.mk"
 
 post-extract:
-       @${CP} ${FILESDIR}/drupal.conf ${WRKSRC}
+       ${CP} ${FILESDIR}/drupal.conf ${WRKSRC}
 
 do-install:
        ${INSTALL_DATA_DIR} ${DRUPAL}
@@ -46,6 +46,7 @@
                ${PREFIX}/share/examples/drupal
        ${INSTALL_DATA} ${WRKSRC}/sites/default/settings.php \
                ${PREFIX}/share/examples/drupal
+       ${INSTALL_DATA} ${WRKSRC}/.htaccess ${DRUPAL}
        ${INSTALL_DATA} ${WRKSRC}/*.ico ${DRUPAL}
        ${INSTALL_DATA} ${WRKSRC}/*.php ${DRUPAL}
 
@@ -53,7 +54,7 @@
                cd ${WRKSRC}/${i} && ${PAX} -rw . ${DRUPAL}/${i}
 .      endfor
 
-       @${CHOWN} ${APACHE_USER}:${APACHE_GROUP} ${DRUPAL}/files
-       @${CHMOD} 0770 ${DRUPAL}/files
+       ${CHOWN} ${APACHE_USER}:${APACHE_GROUP} ${DRUPAL}/files
+       ${CHMOD} 0770 ${DRUPAL}/files
 
 .include "../../mk/bsd.pkg.mk"
diff -r a11c490580db -r 366298400116 www/drupal/PLIST
--- a/www/drupal/PLIST  Fri May 26 16:57:51 2006 +0000
+++ b/www/drupal/PLIST  Fri May 26 17:14:35 2006 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/05 00:02:43 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/05/26 17:14:35 adrianp Exp $
 share/doc/drupal/CHANGELOG.txt
 share/doc/drupal/INSTALL.txt
 share/doc/drupal/LICENSE.txt
 share/doc/drupal/MAINTAINERS.txt
+share/drupal/.htaccess
 share/drupal/cron.php
 share/drupal/database/database.mysql
 share/drupal/database/database.pgsql



Home | Main Index | Thread Index | Old Index