View | Details | Raw Unified | Return to bug 195254
Collapse All | Expand All

(-)drupal7/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/www/drupal7/Makefile 372709 2014-11-18 09:37:31Z bapt $
2
# $FreeBSD: head/www/drupal7/Makefile 372709 2014-11-18 09:37:31Z bapt $
3
3
4
PORTNAME=	drupal7
4
PORTNAME=	drupal7
5
PORTVERSION=	7.32
5
PORTVERSION=	7.34
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://ftp.drupal.org/files/projects/
7
MASTER_SITES=	http://ftp.drupal.org/files/projects/
8
DISTNAME=	drupal-${PORTVERSION}
8
DISTNAME=	drupal-${PORTVERSION}
(-)drupal7/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (drupal/drupal-7.32.tar.gz) = f36d5ab0891997bf3c681b76151c6b015b0bb9041610e1c9af7d17e28dc15c39
1
SHA256 (drupal/drupal-7.34.tar.gz) = 34268d4f2917ad1417725885fe4dad78dd2fecb7b5a27c73627746d2cb1cb3b6
2
SIZE (drupal/drupal-7.32.tar.gz) = 3215563
2
SIZE (drupal/drupal-7.34.tar.gz) = 3229858
(-)drupal7/pkg-plist (+5 lines)
Lines 146-151 Link Here
146
%%DRUPAL_BASE%%/misc/tableselect.js
146
%%DRUPAL_BASE%%/misc/tableselect.js
147
%%DRUPAL_BASE%%/misc/textarea.js
147
%%DRUPAL_BASE%%/misc/textarea.js
148
%%DRUPAL_BASE%%/misc/throbber.gif
148
%%DRUPAL_BASE%%/misc/throbber.gif
149
%%DRUPAL_BASE%%/misc/throbber-active.gif
150
%%DRUPAL_BASE%%/misc/throbber-inactive.png
149
%%DRUPAL_BASE%%/misc/timezone.js
151
%%DRUPAL_BASE%%/misc/timezone.js
150
%%DRUPAL_BASE%%/misc/tree-bottom.png
152
%%DRUPAL_BASE%%/misc/tree-bottom.png
151
%%DRUPAL_BASE%%/misc/tree.png
153
%%DRUPAL_BASE%%/misc/tree.png
Lines 734-739 Link Here
734
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info
736
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info
735
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info
737
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info
736
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/template.php
738
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/template.php
739
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/templates/node--1.tpl.php
737
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/test_theme.info
740
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/test_theme.info
738
%%DRUPAL_BASE%%/modules/simpletest/tests/unicode.test
741
%%DRUPAL_BASE%%/modules/simpletest/tests/unicode.test
739
%%DRUPAL_BASE%%/modules/simpletest/tests/update.test
742
%%DRUPAL_BASE%%/modules/simpletest/tests/update.test
Lines 1070-1075 Link Here
1070
%%DRUPAL_BASE%%/update.php
1073
%%DRUPAL_BASE%%/update.php
1071
%%DRUPAL_BASE%%/web.config
1074
%%DRUPAL_BASE%%/web.config
1072
%%DRUPAL_BASE%%/xmlrpc.php
1075
%%DRUPAL_BASE%%/xmlrpc.php
1076
@dir %%DRUPAL_BASE%%/sites/all/libraries
1077
@dir %%DRUPAL_BASE%%/sites/default/files
1073
@unexec rm -f %%DRUPAL_BASE%%/files/.htaccess 2> /dev/null || true
1078
@unexec rm -f %%DRUPAL_BASE%%/files/.htaccess 2> /dev/null || true
1074
@owner root
1079
@owner root
1075
@group wheel
1080
@group wheel

Return to bug 195254