pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/drupal Update to 4.7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19542a71face
branches:  trunk
changeset: 520393:19542a71face
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Oct 20 22:19:54 2006 +0000

description:
Update to 4.7.4
Make pkglint happy
* Fix problems reported using the bug tracking system
* Fixes for three security issues:
        http://drupal.org/files/sa-2006-024/advisory.txt
        http://drupal.org/files/sa-2006-025/advisory.txt
        http://drupal.org/files/sa-2006-026/advisory.txt

diffstat:

 www/drupal/Makefile |  9 +++++++--
 www/drupal/distinfo |  8 ++++----
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 8980ba9a95c9 -r 19542a71face www/drupal/Makefile
--- a/www/drupal/Makefile       Fri Oct 20 22:10:33 2006 +0000
+++ b/www/drupal/Makefile       Fri Oct 20 22:19:54 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2006/08/05 12:44:02 adrianp Exp $
+# $NetBSD: Makefile,v 1.16 2006/10/20 22:19:54 adrianp Exp $
 
-DISTNAME=      drupal-4.7.3
+DISTNAME=      drupal-4.7.4
 CATEGORIES=    www
 MASTER_SITES=  http://drupal.org/files/projects/
 
@@ -14,6 +14,7 @@
 NO_BUILD=      YES
 DRUPAL=                ${PREFIX}/share/drupal
 PAX_DIRS=      database includes misc modules scripts themes
+BUILD_DEFS+=   APACHE_USER APACHE_GROUP
 
 CONF_FILES=    ${PREFIX}/share/examples/drupal/drupal.conf \
                ${PKG_SYSCONFDIR}/drupal.conf
@@ -60,4 +61,8 @@
        ${CHOWN} ${APACHE_USER}:${APACHE_GROUP} ${DRUPAL}/files
        ${CHMOD} 0770 ${DRUPAL}/files
 
+post-install:
+       ${FIND} ${DRUPAL}/themes -name \*.jpg | ${XARGS} ${CHMOD} 0644
+       ${FIND} ${DRUPAL}/themes -name \*.png | ${XARGS} ${CHMOD} 0644
+
 .include "../../mk/bsd.pkg.mk"
diff -r 8980ba9a95c9 -r 19542a71face www/drupal/distinfo
--- a/www/drupal/distinfo       Fri Oct 20 22:10:33 2006 +0000
+++ b/www/drupal/distinfo       Fri Oct 20 22:19:54 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2006/08/05 12:44:02 adrianp Exp $
+$NetBSD: distinfo,v 1.12 2006/10/20 22:19:54 adrianp Exp $
 
-SHA1 (drupal-4.7.3.tar.gz) = 6055aa45086133b81c4234d9059b7a1dbca7e0d6
-RMD160 (drupal-4.7.3.tar.gz) = b302287bbae08fe0c3829cc83a6bc4419822dad0
-Size (drupal-4.7.3.tar.gz) = 484988 bytes
+SHA1 (drupal-4.7.4.tar.gz) = 9fc022c817c5801f5373eb664cb90c2f0ec6aed2
+RMD160 (drupal-4.7.4.tar.gz) = c2875e17922aa23e56f25750cab2d717b6db998c
+Size (drupal-4.7.4.tar.gz) = 490920 bytes



Home | Main Index | Thread Index | Old Index