pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/drupal Fix an issue with binary packages pointed o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4535e90f6096
branches:  trunk
changeset: 513409:4535e90f6096
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat May 27 15:52:54 2006 +0000

description:
Fix an issue with binary packages pointed out by salo@
Bump PKGREVISION

diffstat:

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

diffs (38 lines):

diff -r 21591c6ed64c -r 4535e90f6096 www/drupal/Makefile
--- a/www/drupal/Makefile       Sat May 27 14:10:28 2006 +0000
+++ b/www/drupal/Makefile       Sat May 27 15:52:54 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/05/26 17:14:35 adrianp Exp $
+# $NetBSD: Makefile,v 1.10 2006/05/27 15:52:54 adrianp Exp $
 
 DISTNAME=      drupal-4.6.7
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://drupal.org/files/projects/
 
@@ -46,6 +47,8 @@
                ${PREFIX}/share/examples/drupal
        ${INSTALL_DATA} ${WRKSRC}/sites/default/settings.php \
                ${PREFIX}/share/examples/drupal
+       ${INSTALL_DATA} ${WRKSRC}/sites/default/settings.php \
+               ${DRUPAL}/sites/default/settings.php.example
        ${INSTALL_DATA} ${WRKSRC}/.htaccess ${DRUPAL}
        ${INSTALL_DATA} ${WRKSRC}/*.ico ${DRUPAL}
        ${INSTALL_DATA} ${WRKSRC}/*.php ${DRUPAL}
diff -r 21591c6ed64c -r 4535e90f6096 www/drupal/PLIST
--- a/www/drupal/PLIST  Sat May 27 14:10:28 2006 +0000
+++ b/www/drupal/PLIST  Sat May 27 15:52:54 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/05/26 17:14:35 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/05/27 15:52:54 adrianp Exp $
 share/doc/drupal/CHANGELOG.txt
 share/doc/drupal/INSTALL.txt
 share/doc/drupal/LICENSE.txt
@@ -85,6 +85,7 @@
 share/drupal/scripts/cron-curl.sh
 share/drupal/scripts/cron-lynx.sh
 share/drupal/scripts/prefix.sh
+share/drupal/sites/default/settings.php.example
 share/drupal/themes/bluemarine/logo.png
 share/drupal/themes/bluemarine/screenshot.png
 share/drupal/themes/bluemarine/style.css



Home | Main Index | Thread Index | Old Index