pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/drupal7



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 20 18:20:02 UTC 2017

Modified Files:
        pkgsrc/www/drupal7: Makefile PLIST distinfo options.mk

Log Message:
drupal 7.54
Maintenance release of the Drupal 7 series. Includes a variety of improvements and bug fixes (no major, non-backwards-compatible new functionality).


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/drupal7/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/drupal7/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/drupal7/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/drupal7/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drupal7/Makefile
diff -u pkgsrc/www/drupal7/Makefile:1.44 pkgsrc/www/drupal7/Makefile:1.45
--- pkgsrc/www/drupal7/Makefile:1.44    Wed Apr  5 12:33:48 2017
+++ pkgsrc/www/drupal7/Makefile Sat May 20 18:20:02 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2017/04/05 12:33:48 fhajny Exp $
+# $NetBSD: Makefile,v 1.45 2017/05/20 18:20:02 adam Exp $
 
-DISTNAME=      drupal-7.52
-PKGREVISION=   2
+DISTNAME=      drupal-7.54
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/

Index: pkgsrc/www/drupal7/PLIST
diff -u pkgsrc/www/drupal7/PLIST:1.15 pkgsrc/www/drupal7/PLIST:1.16
--- pkgsrc/www/drupal7/PLIST:1.15       Fri Oct 21 14:31:30 2016
+++ pkgsrc/www/drupal7/PLIST    Sat May 20 18:20:02 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2016/10/21 14:31:30 wen Exp $
+@comment $NetBSD: PLIST,v 1.16 2017/05/20 18:20:02 adam Exp $
 share/doc/drupal/CHANGELOG.txt
 share/doc/drupal/COPYRIGHT.txt
 share/doc/drupal/INSTALL.mysql.txt
@@ -754,11 +754,14 @@ share/drupal/modules/simpletest/tests/th
 share/drupal/modules/simpletest/tests/theme_test.info
 share/drupal/modules/simpletest/tests/theme_test.module
 share/drupal/modules/simpletest/tests/theme_test.template_test.tpl.php
+share/drupal/modules/simpletest/tests/themes/engines/nyan_cat/nyan_cat.engine
 share/drupal/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info
 share/drupal/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info
 share/drupal/modules/simpletest/tests/themes/test_theme/template.php
 share/drupal/modules/simpletest/tests/themes/test_theme/templates/node--1.tpl.php
 share/drupal/modules/simpletest/tests/themes/test_theme/test_theme.info
+share/drupal/modules/simpletest/tests/themes/test_theme_nyan_cat/templates/theme_test_template_test.nyan-cat.html
+share/drupal/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info
 share/drupal/modules/simpletest/tests/unicode.test
 share/drupal/modules/simpletest/tests/update.test
 share/drupal/modules/simpletest/tests/update_script_test.info

Index: pkgsrc/www/drupal7/distinfo
diff -u pkgsrc/www/drupal7/distinfo:1.32 pkgsrc/www/drupal7/distinfo:1.33
--- pkgsrc/www/drupal7/distinfo:1.32    Thu Nov 17 14:18:39 2016
+++ pkgsrc/www/drupal7/distinfo Sat May 20 18:20:02 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2016/11/17 14:18:39 taca Exp $
+$NetBSD: distinfo,v 1.33 2017/05/20 18:20:02 adam Exp $
 
-SHA1 (drupal-7.52.tar.gz) = fceb7a2891e870eae1a027d7f06028aa24dc58b2
-RMD160 (drupal-7.52.tar.gz) = c58b7c789e5853842d260065e2fb27cf4809dcf9
-SHA512 (drupal-7.52.tar.gz) = 4fd2721b87d7e160ccf202894c5ec11e836796be6dce3fbfe187eea826175822677c26079a3dae4567e0615e8f376a88c07a8979b619bb4ac1096c8ea5c8f802
-Size (drupal-7.52.tar.gz) = 3289714 bytes
+SHA1 (drupal-7.54.tar.gz) = de0f96057df23979e390f132096347eeebdd58ad
+RMD160 (drupal-7.54.tar.gz) = 2bab533e61ad7be49a59b21b5f0e1506d24cafa2
+SHA512 (drupal-7.54.tar.gz) = 0b2834cd2ec7778de1515b99ac7f6348c5a3632a670b882fcce1e3b9d4cc904f9da761c103a3fe70311c69563c8ba5178d76ac8e2938d0831d7ef4113abaaf2a
+Size (drupal-7.54.tar.gz) = 3275864 bytes

Index: pkgsrc/www/drupal7/options.mk
diff -u pkgsrc/www/drupal7/options.mk:1.4 pkgsrc/www/drupal7/options.mk:1.5
--- pkgsrc/www/drupal7/options.mk:1.4   Wed Apr  5 12:33:48 2017
+++ pkgsrc/www/drupal7/options.mk       Sat May 20 18:20:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2017/04/05 12:33:48 fhajny Exp $
+# $NetBSD: options.mk,v 1.5 2017/05/20 18:20:02 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.drupal
 
@@ -39,7 +39,7 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-mbstring>=5.
 ###
 .if !empty(PKG_OPTIONS:Mapache)
 DEPENDS+=      ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2.7:../../www/ap-php
-.      include "../../mk/apache.mk"
+.  include "../../mk/apache.mk"
 WWW_USER?=     ${APACHE_USER}
 WWW_GROUP?=    ${APACHE_GROUP}
 .else



Home | Main Index | Thread Index | Old Index