diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-11-22 09:26:41 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-11-22 09:26:41 +0000 |
commit | 7e059e77772e4d04b8ce301617b9c3c3650a8123 (patch) | |
tree | e1e3ba232675fcf6e2f29852f766cb2c2dc936a0 | |
parent | 5544d230a08fb331606f4ebe00a41ff20f1c0208 (diff) | |
download | ports-7e059e77772e4d04b8ce301617b9c3c3650a8123.tar.gz ports-7e059e77772e4d04b8ce301617b9c3c3650a8123.zip |
Notes
-rw-r--r-- | www/drupal7/Makefile | 4 | ||||
-rw-r--r-- | www/drupal7/distinfo | 4 | ||||
-rw-r--r-- | www/drupal7/pkg-plist | 5 |
3 files changed, 10 insertions, 3 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index fbc2b712fe36..197fcbb7164f 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -PORTVERSION= 7.32 +PORTVERSION= 7.34 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} @@ -67,7 +67,9 @@ do-install: ${CP} ${WRKSRC}/update.php ${STAGEDIR}${DRUPAL_DIR} ${CP} ${WRKSRC}/web.config ${STAGEDIR}${DRUPAL_DIR} ${CP} ${WRKSRC}/xmlrpc.php ${STAGEDIR}${DRUPAL_DIR} +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +.endif .include <bsd.port.mk> diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo index e8cd2b12eaf0..836cad1b75ac 100644 --- a/www/drupal7/distinfo +++ b/www/drupal7/distinfo @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-7.32.tar.gz) = f36d5ab0891997bf3c681b76151c6b015b0bb9041610e1c9af7d17e28dc15c39 -SIZE (drupal/drupal-7.32.tar.gz) = 3215563 +SHA256 (drupal/drupal-7.34.tar.gz) = 34268d4f2917ad1417725885fe4dad78dd2fecb7b5a27c73627746d2cb1cb3b6 +SIZE (drupal/drupal-7.34.tar.gz) = 3229858 diff --git a/www/drupal7/pkg-plist b/www/drupal7/pkg-plist index 1dfe74a833b2..e9b20c0da504 100644 --- a/www/drupal7/pkg-plist +++ b/www/drupal7/pkg-plist @@ -146,6 +146,8 @@ %%DRUPAL_BASE%%/misc/tableselect.js %%DRUPAL_BASE%%/misc/textarea.js %%DRUPAL_BASE%%/misc/throbber.gif +%%DRUPAL_BASE%%/misc/throbber-active.gif +%%DRUPAL_BASE%%/misc/throbber-inactive.png %%DRUPAL_BASE%%/misc/timezone.js %%DRUPAL_BASE%%/misc/tree-bottom.png %%DRUPAL_BASE%%/misc/tree.png @@ -734,6 +736,7 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info %%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info %%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/template.php +%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/templates/node--1.tpl.php %%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/test_theme.info %%DRUPAL_BASE%%/modules/simpletest/tests/unicode.test %%DRUPAL_BASE%%/modules/simpletest/tests/update.test @@ -1070,6 +1073,8 @@ %%DRUPAL_BASE%%/update.php %%DRUPAL_BASE%%/web.config %%DRUPAL_BASE%%/xmlrpc.php +@dir %%DRUPAL_BASE%%/sites/all/libraries +@dir %%DRUPAL_BASE%%/sites/default/files @unexec rm -f %%DRUPAL_BASE%%/files/.htaccess 2> /dev/null || true @owner root @group wheel |