Index: head/www/drupal6/Makefile =================================================================== --- head/www/drupal6/Makefile (revision 373038) +++ head/www/drupal6/Makefile (revision 373039) @@ -1,68 +1,70 @@ # Created by: Nick Hilliard # $FreeBSD$ PORTNAME= drupal6 -PORTVERSION= 6.33 +PORTVERSION= 6.34 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} DIST_SUBDIR= drupal MAINTAINER= ports@FreeBSD.org COMMENT= Database driven web content management system (CMS) USES= drupal:6 USE_PHP= gd pcre session xml mbstring WANT_PHP_WEB= yes OPTIONS_DEFINE= MYSQLI MYSQL PGSQL DOCS OPTIONS_DEFAULT=MYSQLI MYSQLI_DESC= MySQL Improved Extension database NO_BUILD= yes DOCS= CHANGELOG.txt INSTALL.txt LICENSE.txt MAINTAINERS.txt \ UPGRADE.txt INSTALL.mysql.txt INSTALL.pgsql.txt \ COPYRIGHT.txt SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message .include .if ${PORT_OPTIONS:MMYSQL} USE_PHP+= mysql .endif .if ${PORT_OPTIONS:MMYSQLI} USE_PHP+= mysqli .endif .if ${PORT_OPTIONS:MPGSQL} RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB USE_PHP+= pgsql .endif do-install: ${MKDIR} ${STAGEDIR}${DRUPAL_DIR} ${CP} ${WRKSRC}/.htaccess ${STAGEDIR}${DRUPAL_DIR} ${CP} ${WRKSRC}/cron.php ${STAGEDIR}${DRUPAL_DIR} ${CP} -R ${WRKSRC}/includes ${STAGEDIR}${DRUPAL_DIR} ${CP} ${WRKSRC}/index.php ${STAGEDIR}${DRUPAL_DIR} ${CP} ${WRKSRC}/install.php ${STAGEDIR}${DRUPAL_DIR} ${CP} -R ${WRKSRC}/misc ${STAGEDIR}${DRUPAL_DIR} ${CP} -R ${WRKSRC}/modules ${STAGEDIR}${DRUPAL_DIR} ${CP} -R ${WRKSRC}/profiles ${STAGEDIR}${DRUPAL_DIR} ${CP} ${WRKSRC}/robots.txt ${STAGEDIR}${DRUPAL_DIR} ${CP} -R ${WRKSRC}/scripts ${STAGEDIR}${DRUPAL_DIR} ${MKDIR} ${STAGEDIR}${DRUPAL_DIR}/sites/all ${CP} ${WRKSRC}/sites/all/README.txt ${STAGEDIR}${DRUPAL_DIR}/sites/all/ ${MKDIR} ${STAGEDIR}${DRUPAL_DIR}/sites/default ${CP} ${WRKSRC}/sites/default/default.settings.php ${STAGEDIR}${DRUPAL_DIR}/sites/default/default.settings.php.sample ${CP} -R ${WRKSRC}/themes ${STAGEDIR}${DRUPAL_DIR} ${CP} ${WRKSRC}/update.php ${STAGEDIR}${DRUPAL_DIR} ${CP} ${WRKSRC}/xmlrpc.php ${STAGEDIR}${DRUPAL_DIR} ${MKDIR} ${STAGEDIR}${DRUPAL_DIR}/sites/all/modules ${STAGEDIR}${DRUPAL_DIR}/sites/all/themes ${TOUCH} ${STAGEDIR}${DRUPAL_DIR}/sites/all/modules/.keepme ${STAGEDIR}${DRUPAL_DIR}/sites/all/themes/.keepme +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +.endif .include Index: head/www/drupal6/distinfo =================================================================== --- head/www/drupal6/distinfo (revision 373038) +++ head/www/drupal6/distinfo (revision 373039) @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-6.33.tar.gz) = 952f9bd6b22058fe8f9c90c0ac96bd695a673306331269a79c7e19e38fd047eb -SIZE (drupal/drupal-6.33.tar.gz) = 1103496 +SHA256 (drupal/drupal-6.34.tar.gz) = fea34acdc9a1fbe086151df086efc26dd2d5168b8a8ca79d50543d5b83729994 +SIZE (drupal/drupal-6.34.tar.gz) = 1110352 Index: head/www/drupal6/pkg-plist =================================================================== --- head/www/drupal6/pkg-plist (revision 373038) +++ head/www/drupal6/pkg-plist (revision 373039) @@ -1,534 +1,534 @@ @owner www @group www %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.txt %%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS.txt %%PORTDOCS%%%%DOCSDIR%%/INSTALL.mysql.txt %%PORTDOCS%%%%DOCSDIR%%/UPGRADE.txt %%PORTDOCS%%%%DOCSDIR%%/INSTALL.pgsql.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt %%DRUPAL_BASE%%/.htaccess %%DRUPAL_BASE%%/cron.php %%DRUPAL_BASE%%/includes/actions.inc %%DRUPAL_BASE%%/includes/batch.inc %%DRUPAL_BASE%%/includes/bootstrap.inc %%DRUPAL_BASE%%/includes/cache-install.inc %%DRUPAL_BASE%%/includes/cache.inc %%DRUPAL_BASE%%/includes/common.inc %%DRUPAL_BASE%%/includes/database.inc %%DRUPAL_BASE%%/includes/database.mysql-common.inc %%DRUPAL_BASE%%/includes/database.mysql.inc %%DRUPAL_BASE%%/includes/database.mysqli.inc %%DRUPAL_BASE%%/includes/database.pgsql.inc %%DRUPAL_BASE%%/includes/file.inc %%DRUPAL_BASE%%/includes/form.inc %%DRUPAL_BASE%%/includes/image.gd.inc %%DRUPAL_BASE%%/includes/image.inc %%DRUPAL_BASE%%/includes/install.inc %%DRUPAL_BASE%%/includes/install.mysql.inc %%DRUPAL_BASE%%/includes/install.mysqli.inc %%DRUPAL_BASE%%/includes/install.pgsql.inc %%DRUPAL_BASE%%/includes/language.inc %%DRUPAL_BASE%%/includes/locale.inc %%DRUPAL_BASE%%/includes/lock.inc %%DRUPAL_BASE%%/includes/lock-install.inc %%DRUPAL_BASE%%/includes/mail.inc %%DRUPAL_BASE%%/includes/menu.inc %%DRUPAL_BASE%%/includes/module.inc %%DRUPAL_BASE%%/includes/pager.inc %%DRUPAL_BASE%%/includes/path.inc %%DRUPAL_BASE%%/includes/session.inc %%DRUPAL_BASE%%/includes/tablesort.inc %%DRUPAL_BASE%%/includes/theme.inc %%DRUPAL_BASE%%/includes/theme.maintenance.inc %%DRUPAL_BASE%%/includes/unicode.inc %%DRUPAL_BASE%%/includes/unicode.entities.inc %%DRUPAL_BASE%%/includes/xmlrpc.inc %%DRUPAL_BASE%%/includes/xmlrpcs.inc %%DRUPAL_BASE%%/index.php %%DRUPAL_BASE%%/install.php %%DRUPAL_BASE%%/misc/ahah.js %%DRUPAL_BASE%%/misc/arrow-asc.png %%DRUPAL_BASE%%/misc/arrow-desc.png %%DRUPAL_BASE%%/misc/autocomplete.js %%DRUPAL_BASE%%/misc/batch.js %%DRUPAL_BASE%%/misc/blog.png %%DRUPAL_BASE%%/misc/collapse.js %%DRUPAL_BASE%%/misc/draggable.png %%DRUPAL_BASE%%/misc/drupal.js %%DRUPAL_BASE%%/misc/druplicon.png %%DRUPAL_BASE%%/misc/farbtastic/farbtastic.css %%DRUPAL_BASE%%/misc/farbtastic/farbtastic.js %%DRUPAL_BASE%%/misc/farbtastic/marker.png %%DRUPAL_BASE%%/misc/farbtastic/mask.png %%DRUPAL_BASE%%/misc/farbtastic/wheel.png %%DRUPAL_BASE%%/misc/favicon.ico %%DRUPAL_BASE%%/misc/feed.png %%DRUPAL_BASE%%/misc/form.js %%DRUPAL_BASE%%/misc/forum-closed.png %%DRUPAL_BASE%%/misc/forum-default.png %%DRUPAL_BASE%%/misc/forum-hot-new.png %%DRUPAL_BASE%%/misc/forum-hot.png %%DRUPAL_BASE%%/misc/forum-new.png %%DRUPAL_BASE%%/misc/forum-sticky.png %%DRUPAL_BASE%%/misc/grippie.png %%DRUPAL_BASE%%/misc/jquery.form.js %%DRUPAL_BASE%%/misc/jquery.js %%DRUPAL_BASE%%/misc/menu-collapsed-rtl.png %%DRUPAL_BASE%%/misc/menu-collapsed.png %%DRUPAL_BASE%%/misc/menu-expanded.png %%DRUPAL_BASE%%/misc/menu-leaf.png %%DRUPAL_BASE%%/misc/powered-black-135x42.png %%DRUPAL_BASE%%/misc/powered-black-80x15.png %%DRUPAL_BASE%%/misc/powered-black-88x31.png %%DRUPAL_BASE%%/misc/powered-blue-135x42.png %%DRUPAL_BASE%%/misc/powered-blue-80x15.png %%DRUPAL_BASE%%/misc/powered-blue-88x31.png %%DRUPAL_BASE%%/misc/powered-gray-135x42.png %%DRUPAL_BASE%%/misc/powered-gray-80x15.png %%DRUPAL_BASE%%/misc/powered-gray-88x31.png %%DRUPAL_BASE%%/misc/print-rtl.css %%DRUPAL_BASE%%/misc/print.css %%DRUPAL_BASE%%/misc/progress.gif %%DRUPAL_BASE%%/misc/progress.js %%DRUPAL_BASE%%/misc/tabledrag.js %%DRUPAL_BASE%%/misc/tableheader.js %%DRUPAL_BASE%%/misc/tableselect.js %%DRUPAL_BASE%%/misc/teaser.js %%DRUPAL_BASE%%/misc/textarea.js %%DRUPAL_BASE%%/misc/throbber.gif %%DRUPAL_BASE%%/misc/tree-bottom.png %%DRUPAL_BASE%%/misc/tree.png %%DRUPAL_BASE%%/misc/watchdog-error.png %%DRUPAL_BASE%%/misc/watchdog-ok.png %%DRUPAL_BASE%%/misc/watchdog-warning.png %%DRUPAL_BASE%%/misc/xml.png %%DRUPAL_BASE%%/modules/README.txt %%DRUPAL_BASE%%/modules/aggregator/aggregator-feed-source.tpl.php %%DRUPAL_BASE%%/modules/aggregator/aggregator-item.tpl.php %%DRUPAL_BASE%%/modules/aggregator/aggregator-rtl.css %%DRUPAL_BASE%%/modules/aggregator/aggregator-summary-item.tpl.php %%DRUPAL_BASE%%/modules/aggregator/aggregator-summary-items.tpl.php %%DRUPAL_BASE%%/modules/aggregator/aggregator-wrapper.tpl.php %%DRUPAL_BASE%%/modules/aggregator/aggregator.admin.inc %%DRUPAL_BASE%%/modules/aggregator/aggregator.css %%DRUPAL_BASE%%/modules/aggregator/aggregator.info %%DRUPAL_BASE%%/modules/aggregator/aggregator.install %%DRUPAL_BASE%%/modules/aggregator/aggregator.module %%DRUPAL_BASE%%/modules/aggregator/aggregator.pages.inc %%DRUPAL_BASE%%/modules/block/block-admin-display-form.tpl.php %%DRUPAL_BASE%%/modules/block/block.admin.inc %%DRUPAL_BASE%%/modules/block/block.css %%DRUPAL_BASE%%/modules/block/block.info %%DRUPAL_BASE%%/modules/block/block.install %%DRUPAL_BASE%%/modules/block/block.js %%DRUPAL_BASE%%/modules/block/block.module %%DRUPAL_BASE%%/modules/blog/blog.info %%DRUPAL_BASE%%/modules/blog/blog.module %%DRUPAL_BASE%%/modules/blog/blog.pages.inc %%DRUPAL_BASE%%/modules/blogapi/blogapi.info %%DRUPAL_BASE%%/modules/blogapi/blogapi.install %%DRUPAL_BASE%%/modules/blogapi/blogapi.module %%DRUPAL_BASE%%/modules/book/book-all-books-block.tpl.php %%DRUPAL_BASE%%/modules/book/book-export-html.tpl.php %%DRUPAL_BASE%%/modules/book/book-navigation.tpl.php %%DRUPAL_BASE%%/modules/book/book-node-export-html.tpl.php %%DRUPAL_BASE%%/modules/book/book-rtl.css %%DRUPAL_BASE%%/modules/book/book.admin.inc %%DRUPAL_BASE%%/modules/book/book.css %%DRUPAL_BASE%%/modules/book/book.info %%DRUPAL_BASE%%/modules/book/book.install %%DRUPAL_BASE%%/modules/book/book.module %%DRUPAL_BASE%%/modules/book/book.pages.inc %%DRUPAL_BASE%%/modules/color/color-rtl.css %%DRUPAL_BASE%%/modules/color/color.css %%DRUPAL_BASE%%/modules/color/color.info %%DRUPAL_BASE%%/modules/color/color.install %%DRUPAL_BASE%%/modules/color/color.js %%DRUPAL_BASE%%/modules/color/color.module %%DRUPAL_BASE%%/modules/color/images/hook-rtl.png %%DRUPAL_BASE%%/modules/color/images/hook.png %%DRUPAL_BASE%%/modules/color/images/lock.png %%DRUPAL_BASE%%/modules/comment/comment-folded.tpl.php %%DRUPAL_BASE%%/modules/comment/comment-rtl.css %%DRUPAL_BASE%%/modules/comment/comment-wrapper.tpl.php %%DRUPAL_BASE%%/modules/comment/comment.admin.inc %%DRUPAL_BASE%%/modules/comment/comment.css %%DRUPAL_BASE%%/modules/comment/comment.info %%DRUPAL_BASE%%/modules/comment/comment.install %%DRUPAL_BASE%%/modules/comment/comment.js %%DRUPAL_BASE%%/modules/comment/comment.module %%DRUPAL_BASE%%/modules/comment/comment.pages.inc %%DRUPAL_BASE%%/modules/comment/comment.tpl.php %%DRUPAL_BASE%%/modules/contact/contact.admin.inc %%DRUPAL_BASE%%/modules/contact/contact.info %%DRUPAL_BASE%%/modules/contact/contact.install %%DRUPAL_BASE%%/modules/contact/contact.module %%DRUPAL_BASE%%/modules/contact/contact.pages.inc %%DRUPAL_BASE%%/modules/dblog/dblog-rtl.css %%DRUPAL_BASE%%/modules/dblog/dblog.admin.inc %%DRUPAL_BASE%%/modules/dblog/dblog.css %%DRUPAL_BASE%%/modules/dblog/dblog.info %%DRUPAL_BASE%%/modules/dblog/dblog.install %%DRUPAL_BASE%%/modules/dblog/dblog.module %%DRUPAL_BASE%%/modules/filter/filter.admin.inc %%DRUPAL_BASE%%/modules/filter/filter.info %%DRUPAL_BASE%%/modules/filter/filter.install %%DRUPAL_BASE%%/modules/filter/filter.module %%DRUPAL_BASE%%/modules/filter/filter.pages.inc %%DRUPAL_BASE%%/modules/forum/forum-icon.tpl.php %%DRUPAL_BASE%%/modules/forum/forum-list.tpl.php %%DRUPAL_BASE%%/modules/forum/forum-rtl.css %%DRUPAL_BASE%%/modules/forum/forum-submitted.tpl.php %%DRUPAL_BASE%%/modules/forum/forum-topic-list.tpl.php %%DRUPAL_BASE%%/modules/forum/forum-topic-navigation.tpl.php %%DRUPAL_BASE%%/modules/forum/forum.admin.inc %%DRUPAL_BASE%%/modules/forum/forum.css %%DRUPAL_BASE%%/modules/forum/forum.info %%DRUPAL_BASE%%/modules/forum/forum.install %%DRUPAL_BASE%%/modules/forum/forum.module %%DRUPAL_BASE%%/modules/forum/forum.pages.inc %%DRUPAL_BASE%%/modules/forum/forums.tpl.php %%DRUPAL_BASE%%/modules/help/help-rtl.css %%DRUPAL_BASE%%/modules/help/help.admin.inc %%DRUPAL_BASE%%/modules/help/help.css %%DRUPAL_BASE%%/modules/help/help.info %%DRUPAL_BASE%%/modules/help/help.module %%DRUPAL_BASE%%/modules/locale/locale.css %%DRUPAL_BASE%%/modules/locale/locale.info %%DRUPAL_BASE%%/modules/locale/locale.install %%DRUPAL_BASE%%/modules/locale/locale.module %%DRUPAL_BASE%%/modules/menu/menu.admin.inc %%DRUPAL_BASE%%/modules/menu/menu.info %%DRUPAL_BASE%%/modules/menu/menu.install %%DRUPAL_BASE%%/modules/menu/menu.module %%DRUPAL_BASE%%/modules/node/content_types.inc %%DRUPAL_BASE%%/modules/node/node-rtl.css %%DRUPAL_BASE%%/modules/node/node.admin.inc %%DRUPAL_BASE%%/modules/node/node.css %%DRUPAL_BASE%%/modules/node/node.info %%DRUPAL_BASE%%/modules/node/node.install %%DRUPAL_BASE%%/modules/node/node.module %%DRUPAL_BASE%%/modules/node/node.pages.inc %%DRUPAL_BASE%%/modules/node/node.tpl.php %%DRUPAL_BASE%%/modules/openid/login-bg.png %%DRUPAL_BASE%%/modules/openid/openid.css %%DRUPAL_BASE%%/modules/openid/openid.inc %%DRUPAL_BASE%%/modules/openid/openid.info %%DRUPAL_BASE%%/modules/openid/openid.install %%DRUPAL_BASE%%/modules/openid/openid.js %%DRUPAL_BASE%%/modules/openid/openid.module %%DRUPAL_BASE%%/modules/openid/openid.pages.inc %%DRUPAL_BASE%%/modules/openid/xrds.inc %%DRUPAL_BASE%%/modules/path/path.admin.inc %%DRUPAL_BASE%%/modules/path/path.info %%DRUPAL_BASE%%/modules/path/path.module %%DRUPAL_BASE%%/modules/php/php.info %%DRUPAL_BASE%%/modules/php/php.install %%DRUPAL_BASE%%/modules/php/php.module %%DRUPAL_BASE%%/modules/ping/ping.info %%DRUPAL_BASE%%/modules/ping/ping.module %%DRUPAL_BASE%%/modules/poll/poll-bar-block.tpl.php %%DRUPAL_BASE%%/modules/poll/poll-bar.tpl.php %%DRUPAL_BASE%%/modules/poll/poll-results-block.tpl.php %%DRUPAL_BASE%%/modules/poll/poll-results.tpl.php %%DRUPAL_BASE%%/modules/poll/poll-rtl.css %%DRUPAL_BASE%%/modules/poll/poll-vote.tpl.php %%DRUPAL_BASE%%/modules/poll/poll.css %%DRUPAL_BASE%%/modules/poll/poll.info %%DRUPAL_BASE%%/modules/poll/poll.install %%DRUPAL_BASE%%/modules/poll/poll.module %%DRUPAL_BASE%%/modules/poll/poll.pages.inc %%DRUPAL_BASE%%/modules/profile/profile-block.tpl.php %%DRUPAL_BASE%%/modules/profile/profile-listing.tpl.php %%DRUPAL_BASE%%/modules/profile/profile-wrapper.tpl.php %%DRUPAL_BASE%%/modules/profile/profile.admin.inc %%DRUPAL_BASE%%/modules/profile/profile.css %%DRUPAL_BASE%%/modules/profile/profile.info %%DRUPAL_BASE%%/modules/profile/profile.install %%DRUPAL_BASE%%/modules/profile/profile.js %%DRUPAL_BASE%%/modules/profile/profile.module %%DRUPAL_BASE%%/modules/profile/profile.pages.inc %%DRUPAL_BASE%%/modules/search/search-block-form.tpl.php %%DRUPAL_BASE%%/modules/search/search-result.tpl.php %%DRUPAL_BASE%%/modules/search/search-results.tpl.php %%DRUPAL_BASE%%/modules/search/search-rtl.css %%DRUPAL_BASE%%/modules/search/search-theme-form.tpl.php %%DRUPAL_BASE%%/modules/search/search.admin.inc %%DRUPAL_BASE%%/modules/search/search.css %%DRUPAL_BASE%%/modules/search/search.info %%DRUPAL_BASE%%/modules/search/search.install %%DRUPAL_BASE%%/modules/search/search.module %%DRUPAL_BASE%%/modules/search/search.pages.inc %%DRUPAL_BASE%%/modules/statistics/statistics.admin.inc %%DRUPAL_BASE%%/modules/statistics/statistics.info %%DRUPAL_BASE%%/modules/statistics/statistics.install %%DRUPAL_BASE%%/modules/statistics/statistics.module %%DRUPAL_BASE%%/modules/statistics/statistics.pages.inc %%DRUPAL_BASE%%/modules/syslog/syslog.info %%DRUPAL_BASE%%/modules/syslog/syslog.install %%DRUPAL_BASE%%/modules/syslog/syslog.module %%DRUPAL_BASE%%/modules/system/admin-rtl.css %%DRUPAL_BASE%%/modules/system/admin.css %%DRUPAL_BASE%%/modules/system/block.tpl.php %%DRUPAL_BASE%%/modules/system/box.tpl.php %%DRUPAL_BASE%%/modules/system/defaults-rtl.css %%DRUPAL_BASE%%/modules/system/defaults.css %%DRUPAL_BASE%%/modules/system/maintenance-page.tpl.php %%DRUPAL_BASE%%/modules/system/maintenance.css %%DRUPAL_BASE%%/modules/system/page.tpl.php %%DRUPAL_BASE%%/modules/system/system-menus-rtl.css %%DRUPAL_BASE%%/modules/system/system-menus.css %%DRUPAL_BASE%%/modules/system/system-rtl.css %%DRUPAL_BASE%%/modules/system/system.admin.inc %%DRUPAL_BASE%%/modules/system/system.css %%DRUPAL_BASE%%/modules/system/system.info %%DRUPAL_BASE%%/modules/system/system.install %%DRUPAL_BASE%%/modules/system/system.js %%DRUPAL_BASE%%/modules/system/system.module %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.admin.inc %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.css %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.info %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.install %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.js %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.module %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.pages.inc %%DRUPAL_BASE%%/modules/throttle/throttle.admin.inc %%DRUPAL_BASE%%/modules/throttle/throttle.info %%DRUPAL_BASE%%/modules/throttle/throttle.module %%DRUPAL_BASE%%/modules/tracker/tracker.css %%DRUPAL_BASE%%/modules/tracker/tracker.info %%DRUPAL_BASE%%/modules/tracker/tracker.module %%DRUPAL_BASE%%/modules/tracker/tracker.pages.inc %%DRUPAL_BASE%%/modules/translation/translation.info %%DRUPAL_BASE%%/modules/translation/translation.module %%DRUPAL_BASE%%/modules/translation/translation.pages.inc %%DRUPAL_BASE%%/modules/trigger/trigger.admin.inc %%DRUPAL_BASE%%/modules/trigger/trigger.info %%DRUPAL_BASE%%/modules/trigger/trigger.install %%DRUPAL_BASE%%/modules/trigger/trigger.module %%DRUPAL_BASE%%/modules/update/update-rtl.css %%DRUPAL_BASE%%/modules/update/update.compare.inc %%DRUPAL_BASE%%/modules/update/update.css %%DRUPAL_BASE%%/modules/update/update.fetch.inc %%DRUPAL_BASE%%/modules/update/update.info %%DRUPAL_BASE%%/modules/update/update.install %%DRUPAL_BASE%%/modules/update/update.module %%DRUPAL_BASE%%/modules/update/update.report.inc %%DRUPAL_BASE%%/modules/update/update.settings.inc %%DRUPAL_BASE%%/modules/upload/upload.admin.inc %%DRUPAL_BASE%%/modules/upload/upload.info %%DRUPAL_BASE%%/modules/upload/upload.install %%DRUPAL_BASE%%/modules/upload/upload.module %%DRUPAL_BASE%%/modules/user/user-picture.tpl.php %%DRUPAL_BASE%%/modules/user/user-profile-category.tpl.php %%DRUPAL_BASE%%/modules/user/user-profile-item.tpl.php %%DRUPAL_BASE%%/modules/user/user-profile.tpl.php %%DRUPAL_BASE%%/modules/user/user-rtl.css %%DRUPAL_BASE%%/modules/user/user.admin.inc %%DRUPAL_BASE%%/modules/user/user.css %%DRUPAL_BASE%%/modules/user/user.info %%DRUPAL_BASE%%/modules/user/user.install %%DRUPAL_BASE%%/modules/user/user.js %%DRUPAL_BASE%%/modules/user/user.module %%DRUPAL_BASE%%/modules/user/user.pages.inc %%DRUPAL_BASE%%/profiles/default/default.profile %%DRUPAL_BASE%%/robots.txt %%DRUPAL_BASE%%/scripts/code-clean.sh %%DRUPAL_BASE%%/scripts/code-style.pl %%DRUPAL_BASE%%/scripts/cron-curl.sh %%DRUPAL_BASE%%/scripts/cron-lynx.sh %%DRUPAL_BASE%%/scripts/drupal.sh %%DRUPAL_BASE%%/sites/all/README.txt %%DRUPAL_BASE%%/sites/all/modules/.keepme %%DRUPAL_BASE%%/sites/all/themes/.keepme @sample %%DRUPAL_BASE%%/sites/default/default.settings.php.sample %%DRUPAL_BASE%%/themes/README.txt %%DRUPAL_BASE%%/themes/bluemarine/block.tpl.php %%DRUPAL_BASE%%/themes/bluemarine/bluemarine.info %%DRUPAL_BASE%%/themes/bluemarine/box.tpl.php %%DRUPAL_BASE%%/themes/bluemarine/comment.tpl.php %%DRUPAL_BASE%%/themes/bluemarine/logo.png %%DRUPAL_BASE%%/themes/bluemarine/node.tpl.php %%DRUPAL_BASE%%/themes/bluemarine/page.tpl.php %%DRUPAL_BASE%%/themes/bluemarine/screenshot.png %%DRUPAL_BASE%%/themes/bluemarine/style-rtl.css %%DRUPAL_BASE%%/themes/bluemarine/style.css %%DRUPAL_BASE%%/themes/chameleon/background.png %%DRUPAL_BASE%%/themes/chameleon/chameleon.info %%DRUPAL_BASE%%/themes/chameleon/chameleon.theme %%DRUPAL_BASE%%/themes/chameleon/common-rtl.css %%DRUPAL_BASE%%/themes/chameleon/common.css %%DRUPAL_BASE%%/themes/chameleon/logo.png %%DRUPAL_BASE%%/themes/chameleon/marvin/bullet.png %%DRUPAL_BASE%%/themes/chameleon/marvin/druplicon-watermark-rtl.png %%DRUPAL_BASE%%/themes/chameleon/marvin/druplicon-watermark.png %%DRUPAL_BASE%%/themes/chameleon/marvin/logo.png %%DRUPAL_BASE%%/themes/chameleon/marvin/marvin.info %%DRUPAL_BASE%%/themes/chameleon/marvin/screenshot.png %%DRUPAL_BASE%%/themes/chameleon/marvin/style-rtl.css %%DRUPAL_BASE%%/themes/chameleon/marvin/style.css %%DRUPAL_BASE%%/themes/chameleon/screenshot.png %%DRUPAL_BASE%%/themes/chameleon/style-rtl.css %%DRUPAL_BASE%%/themes/chameleon/style.css %%DRUPAL_BASE%%/themes/engines/phptemplate/phptemplate.engine %%DRUPAL_BASE%%/themes/garland/block.tpl.php %%DRUPAL_BASE%%/themes/garland/color/base.png %%DRUPAL_BASE%%/themes/garland/color/color.inc %%DRUPAL_BASE%%/themes/garland/color/preview.css %%DRUPAL_BASE%%/themes/garland/color/preview.png %%DRUPAL_BASE%%/themes/garland/comment.tpl.php %%DRUPAL_BASE%%/themes/garland/fix-ie-rtl.css %%DRUPAL_BASE%%/themes/garland/fix-ie.css %%DRUPAL_BASE%%/themes/garland/garland.info %%DRUPAL_BASE%%/themes/garland/images/bg-bar-white.png %%DRUPAL_BASE%%/themes/garland/images/bg-bar.png %%DRUPAL_BASE%%/themes/garland/images/bg-content-left.png %%DRUPAL_BASE%%/themes/garland/images/bg-content-right.png %%DRUPAL_BASE%%/themes/garland/images/bg-content.png %%DRUPAL_BASE%%/themes/garland/images/bg-navigation-item-hover.png %%DRUPAL_BASE%%/themes/garland/images/bg-navigation-item.png %%DRUPAL_BASE%%/themes/garland/images/bg-navigation.png %%DRUPAL_BASE%%/themes/garland/images/bg-tab.png %%DRUPAL_BASE%%/themes/garland/images/body.png %%DRUPAL_BASE%%/themes/garland/images/gradient-inner.png %%DRUPAL_BASE%%/themes/garland/images/menu-collapsed-rtl.gif %%DRUPAL_BASE%%/themes/garland/images/menu-collapsed.gif %%DRUPAL_BASE%%/themes/garland/images/menu-expanded.gif %%DRUPAL_BASE%%/themes/garland/images/menu-leaf.gif %%DRUPAL_BASE%%/themes/garland/images/task-list.png %%DRUPAL_BASE%%/themes/garland/logo.png %%DRUPAL_BASE%%/themes/garland/maintenance-page.tpl.php %%DRUPAL_BASE%%/themes/garland/minnelli/color/base.png %%DRUPAL_BASE%%/themes/garland/minnelli/color/color.inc %%DRUPAL_BASE%%/themes/garland/minnelli/color/preview.png %%DRUPAL_BASE%%/themes/garland/minnelli/logo.png %%DRUPAL_BASE%%/themes/garland/minnelli/minnelli.css %%DRUPAL_BASE%%/themes/garland/minnelli/minnelli.info %%DRUPAL_BASE%%/themes/garland/minnelli/screenshot.png %%DRUPAL_BASE%%/themes/garland/node.tpl.php %%DRUPAL_BASE%%/themes/garland/page.tpl.php %%DRUPAL_BASE%%/themes/garland/print.css %%DRUPAL_BASE%%/themes/garland/screenshot.png %%DRUPAL_BASE%%/themes/garland/style-rtl.css %%DRUPAL_BASE%%/themes/garland/style.css %%DRUPAL_BASE%%/themes/garland/template.php %%DRUPAL_BASE%%/themes/pushbutton/arrow-next-hover-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-next-hover.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-next-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-next-visited-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-next-visited.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-next.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-prev-hover-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-prev-hover.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-prev-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-prev-visited-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-prev-visited.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-prev.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-up-hover.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-up-visited.png %%DRUPAL_BASE%%/themes/pushbutton/arrow-up.png %%DRUPAL_BASE%%/themes/pushbutton/background.png %%DRUPAL_BASE%%/themes/pushbutton/block.tpl.php %%DRUPAL_BASE%%/themes/pushbutton/box.tpl.php %%DRUPAL_BASE%%/themes/pushbutton/comment.tpl.php %%DRUPAL_BASE%%/themes/pushbutton/forum-container-rtl.jpg %%DRUPAL_BASE%%/themes/pushbutton/forum-container.jpg %%DRUPAL_BASE%%/themes/pushbutton/forum-link-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/forum-link.png %%DRUPAL_BASE%%/themes/pushbutton/header-a.jpg %%DRUPAL_BASE%%/themes/pushbutton/header-b-rtl.jpg %%DRUPAL_BASE%%/themes/pushbutton/header-b.jpg %%DRUPAL_BASE%%/themes/pushbutton/header-c.png %%DRUPAL_BASE%%/themes/pushbutton/icon-block-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/icon-block.png %%DRUPAL_BASE%%/themes/pushbutton/icon-comment-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/icon-comment.png %%DRUPAL_BASE%%/themes/pushbutton/logo-active-rtl.jpg %%DRUPAL_BASE%%/themes/pushbutton/logo-active.jpg %%DRUPAL_BASE%%/themes/pushbutton/logo-background-rtl.jpg %%DRUPAL_BASE%%/themes/pushbutton/logo-background.jpg %%DRUPAL_BASE%%/themes/pushbutton/logo-hover-rtl.jpg %%DRUPAL_BASE%%/themes/pushbutton/logo-hover.jpg %%DRUPAL_BASE%%/themes/pushbutton/logo.png %%DRUPAL_BASE%%/themes/pushbutton/node.tpl.php %%DRUPAL_BASE%%/themes/pushbutton/page.tpl.php %%DRUPAL_BASE%%/themes/pushbutton/pushbutton.info %%DRUPAL_BASE%%/themes/pushbutton/screenshot.png %%DRUPAL_BASE%%/themes/pushbutton/style-rtl.css %%DRUPAL_BASE%%/themes/pushbutton/style.css %%DRUPAL_BASE%%/themes/pushbutton/tabs-off-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/tabs-off.png %%DRUPAL_BASE%%/themes/pushbutton/tabs-on-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/tabs-on.png %%DRUPAL_BASE%%/themes/pushbutton/tabs-option-hover-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/tabs-option-hover.png %%DRUPAL_BASE%%/themes/pushbutton/tabs-option-off-rtl.png %%DRUPAL_BASE%%/themes/pushbutton/tabs-option-off.png %%DRUPAL_BASE%%/themes/pushbutton/tabs-option-on.png %%DRUPAL_BASE%%/update.php %%DRUPAL_BASE%%/xmlrpc.php @unexec rm -f %%DRUPAL_BASE%%/files/.htaccess 2> /dev/null || true -@dirrm %%DRUPAL_BASE%%/includes -@dirrm %%DRUPAL_BASE%%/misc/farbtastic -@dirrm %%DRUPAL_BASE%%/misc -@dirrm %%DRUPAL_BASE%%/modules/aggregator -@dirrm %%DRUPAL_BASE%%/modules/block -@dirrm %%DRUPAL_BASE%%/modules/blog -@dirrm %%DRUPAL_BASE%%/modules/blogapi -@dirrm %%DRUPAL_BASE%%/modules/book -@dirrm %%DRUPAL_BASE%%/modules/color/images -@dirrm %%DRUPAL_BASE%%/modules/color -@dirrm %%DRUPAL_BASE%%/modules/comment -@dirrm %%DRUPAL_BASE%%/modules/contact -@dirrm %%DRUPAL_BASE%%/modules/dblog -@dirrm %%DRUPAL_BASE%%/modules/filter -@dirrm %%DRUPAL_BASE%%/modules/forum -@dirrm %%DRUPAL_BASE%%/modules/help -@dirrm %%DRUPAL_BASE%%/modules/locale -@dirrm %%DRUPAL_BASE%%/modules/menu -@dirrm %%DRUPAL_BASE%%/modules/node -@dirrm %%DRUPAL_BASE%%/modules/openid -@dirrm %%DRUPAL_BASE%%/modules/path -@dirrm %%DRUPAL_BASE%%/modules/php -@dirrm %%DRUPAL_BASE%%/modules/ping -@dirrm %%DRUPAL_BASE%%/modules/poll -@dirrm %%DRUPAL_BASE%%/modules/profile -@dirrm %%DRUPAL_BASE%%/modules/search -@dirrm %%DRUPAL_BASE%%/modules/statistics -@dirrm %%DRUPAL_BASE%%/modules/syslog -@dirrm %%DRUPAL_BASE%%/modules/system -@dirrm %%DRUPAL_BASE%%/modules/taxonomy -@dirrm %%DRUPAL_BASE%%/modules/throttle -@dirrm %%DRUPAL_BASE%%/modules/tracker -@dirrm %%DRUPAL_BASE%%/modules/translation -@dirrm %%DRUPAL_BASE%%/modules/trigger -@dirrm %%DRUPAL_BASE%%/modules/update -@dirrm %%DRUPAL_BASE%%/modules/upload -@dirrm %%DRUPAL_BASE%%/modules/user -@dirrm %%DRUPAL_BASE%%/profiles/default -@dirrm %%DRUPAL_BASE%%/profiles -@dirrm %%DRUPAL_BASE%%/scripts -@dirrm %%DRUPAL_BASE%%/themes/bluemarine -@dirrm %%DRUPAL_BASE%%/themes/chameleon/marvin -@dirrm %%DRUPAL_BASE%%/themes/chameleon -@dirrm %%DRUPAL_BASE%%/themes/engines/phptemplate -@dirrm %%DRUPAL_BASE%%/themes/engines -@dirrm %%DRUPAL_BASE%%/themes/garland/color -@dirrm %%DRUPAL_BASE%%/themes/garland/images -@dirrm %%DRUPAL_BASE%%/themes/garland/minnelli/color -@dirrm %%DRUPAL_BASE%%/themes/garland/minnelli -@dirrm %%DRUPAL_BASE%%/themes/garland -@dirrm %%DRUPAL_BASE%%/themes/pushbutton -@dirrm %%DRUPAL_BASE%%/themes -@dirrmtry %%DRUPAL_BASE%%/sites/all/modules -@dirrmtry %%DRUPAL_BASE%%/sites/all/themes -@dirrmtry %%DRUPAL_BASE%%/sites/all -@dirrmtry %%DRUPAL_BASE%%/sites/default -@dirrmtry %%DRUPAL_BASE%%/sites -@dirrmtry %%DRUPAL_BASE%%/modules -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry %%DRUPAL_BASE%% +@dir %%DRUPAL_BASE%%/includes +@dir %%DRUPAL_BASE%%/misc/farbtastic +@dir %%DRUPAL_BASE%%/misc +@dir %%DRUPAL_BASE%%/modules/aggregator +@dir %%DRUPAL_BASE%%/modules/block +@dir %%DRUPAL_BASE%%/modules/blog +@dir %%DRUPAL_BASE%%/modules/blogapi +@dir %%DRUPAL_BASE%%/modules/book +@dir %%DRUPAL_BASE%%/modules/color/images +@dir %%DRUPAL_BASE%%/modules/color +@dir %%DRUPAL_BASE%%/modules/comment +@dir %%DRUPAL_BASE%%/modules/contact +@dir %%DRUPAL_BASE%%/modules/dblog +@dir %%DRUPAL_BASE%%/modules/filter +@dir %%DRUPAL_BASE%%/modules/forum +@dir %%DRUPAL_BASE%%/modules/help +@dir %%DRUPAL_BASE%%/modules/locale +@dir %%DRUPAL_BASE%%/modules/menu +@dir %%DRUPAL_BASE%%/modules/node +@dir %%DRUPAL_BASE%%/modules/openid +@dir %%DRUPAL_BASE%%/modules/path +@dir %%DRUPAL_BASE%%/modules/php +@dir %%DRUPAL_BASE%%/modules/ping +@dir %%DRUPAL_BASE%%/modules/poll +@dir %%DRUPAL_BASE%%/modules/profile +@dir %%DRUPAL_BASE%%/modules/search +@dir %%DRUPAL_BASE%%/modules/statistics +@dir %%DRUPAL_BASE%%/modules/syslog +@dir %%DRUPAL_BASE%%/modules/system +@dir %%DRUPAL_BASE%%/modules/taxonomy +@dir %%DRUPAL_BASE%%/modules/throttle +@dir %%DRUPAL_BASE%%/modules/tracker +@dir %%DRUPAL_BASE%%/modules/translation +@dir %%DRUPAL_BASE%%/modules/trigger +@dir %%DRUPAL_BASE%%/modules/update +@dir %%DRUPAL_BASE%%/modules/upload +@dir %%DRUPAL_BASE%%/modules/user +@dir %%DRUPAL_BASE%%/profiles/default +@dir %%DRUPAL_BASE%%/profiles +@dir %%DRUPAL_BASE%%/scripts +@dir %%DRUPAL_BASE%%/themes/bluemarine +@dir %%DRUPAL_BASE%%/themes/chameleon/marvin +@dir %%DRUPAL_BASE%%/themes/chameleon +@dir %%DRUPAL_BASE%%/themes/engines/phptemplate +@dir %%DRUPAL_BASE%%/themes/engines +@dir %%DRUPAL_BASE%%/themes/garland/color +@dir %%DRUPAL_BASE%%/themes/garland/images +@dir %%DRUPAL_BASE%%/themes/garland/minnelli/color +@dir %%DRUPAL_BASE%%/themes/garland/minnelli +@dir %%DRUPAL_BASE%%/themes/garland +@dir %%DRUPAL_BASE%%/themes/pushbutton +@dir %%DRUPAL_BASE%%/themes +@dir %%DRUPAL_BASE%%/sites/all/modules +@dir %%DRUPAL_BASE%%/sites/all/themes +@dir %%DRUPAL_BASE%%/sites/all +@dir %%DRUPAL_BASE%%/sites/default +@dir %%DRUPAL_BASE%%/sites +@dir %%DRUPAL_BASE%%/modules +%%PORTDOCS%%@dir %%DOCSDIR%% +@dir %%DRUPAL_BASE%% @owner root @group wheel