From owner-svn-ports-all@freebsd.org Tue Feb 7 20:33:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 086B5CD5947; Tue, 7 Feb 2017 20:33:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBD54E82; Tue, 7 Feb 2017 20:33:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v17KXrlb062868; Tue, 7 Feb 2017 20:33:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v17KXrok062865; Tue, 7 Feb 2017 20:33:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702072033.v17KXrok062865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 Feb 2017 20:33:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433618 - head/www/drupal7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2017 20:33:55 -0000 Author: sunpoet Date: Tue Feb 7 20:33:53 2017 New Revision: 433618 URL: https://svnweb.freebsd.org/changeset/ports/433618 Log: Update to 7.54 - Add LICENSE_FILE - While I'm here, fix and sort PLIST Changes: https://www.drupal.org/project/drupal/releases/7.54 PR: 216724 Submitted by: Jochen Neumeister (maintainer) Modified: head/www/drupal7/Makefile head/www/drupal7/distinfo head/www/drupal7/pkg-plist Modified: head/www/drupal7/Makefile ============================================================================== --- head/www/drupal7/Makefile Tue Feb 7 20:33:48 2017 (r433617) +++ head/www/drupal7/Makefile Tue Feb 7 20:33:53 2017 (r433618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -PORTVERSION= 7.53 +PORTVERSION= 7.54 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} @@ -12,6 +12,7 @@ MAINTAINER= joneum@bsdproject.de COMMENT= Database driven web content management system (CMS) LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= drupal:7 php:web shebangfix USE_PHP= dom filter gd hash json mbstring pcre pdo session simplexml xml Modified: head/www/drupal7/distinfo ============================================================================== --- head/www/drupal7/distinfo Tue Feb 7 20:33:48 2017 (r433617) +++ head/www/drupal7/distinfo Tue Feb 7 20:33:53 2017 (r433618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482247341 -SHA256 (drupal/drupal-7.53.tar.gz) = 36baaac12194658e606d33483443fb4b50ac00f0d25e9c519c6d6a85673cafac -SIZE (drupal/drupal-7.53.tar.gz) = 3273245 +TIMESTAMP = 1486035168 +SHA256 (drupal/drupal-7.54.tar.gz) = d74192aca31b56a95bd2b51f205e45293513466eaf902d056e6317dbcffe715b +SIZE (drupal/drupal-7.54.tar.gz) = 3275864 Modified: head/www/drupal7/pkg-plist ============================================================================== --- head/www/drupal7/pkg-plist Tue Feb 7 20:33:48 2017 (r433617) +++ head/www/drupal7/pkg-plist Tue Feb 7 20:33:53 2017 (r433618) @@ -1,5 +1,3 @@ -@owner www -@group www %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.txt %%PORTDOCS%%%%DOCSDIR%%/INSTALL.mysql.txt @@ -10,6 +8,8 @@ %%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS.txt %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/UPGRADE.txt +@owner www +@group www %%DRUPAL_BASE%%/.htaccess %%DRUPAL_BASE%%/authorize.php %%DRUPAL_BASE%%/cron.php @@ -639,12 +639,12 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/batch_test.callbacks.inc %%DRUPAL_BASE%%/modules/simpletest/tests/batch_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/batch_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/bootstrap.test %%DRUPAL_BASE%%/modules/simpletest/tests/boot.test %%DRUPAL_BASE%%/modules/simpletest/tests/boot_test_1.info %%DRUPAL_BASE%%/modules/simpletest/tests/boot_test_1.module %%DRUPAL_BASE%%/modules/simpletest/tests/boot_test_2.info %%DRUPAL_BASE%%/modules/simpletest/tests/boot_test_2.module +%%DRUPAL_BASE%%/modules/simpletest/tests/bootstrap.test %%DRUPAL_BASE%%/modules/simpletest/tests/cache.test %%DRUPAL_BASE%%/modules/simpletest/tests/common.test %%DRUPAL_BASE%%/modules/simpletest/tests/common_test.css @@ -756,11 +756,14 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/theme_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/theme_test.module %%DRUPAL_BASE%%/modules/simpletest/tests/theme_test.template_test.tpl.php +%%DRUPAL_BASE%%/modules/simpletest/tests/themes/engines/nyan_cat/nyan_cat.engine %%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/themes/test_theme_nyan_cat/templates/theme_test_template_test.nyan-cat.html +%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info %%DRUPAL_BASE%%/modules/simpletest/tests/unicode.test %%DRUPAL_BASE%%/modules/simpletest/tests/update.test %%DRUPAL_BASE%%/modules/simpletest/tests/update_script_test.info @@ -921,6 +924,7 @@ %%DRUPAL_BASE%%/modules/update/tests/drupal.1.xml %%DRUPAL_BASE%%/modules/update/tests/drupal.2-sec.xml %%DRUPAL_BASE%%/modules/update/tests/drupal.dev.xml +%%DRUPAL_BASE%%/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info %%DRUPAL_BASE%%/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info %%DRUPAL_BASE%%/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info %%DRUPAL_BASE%%/modules/update/tests/update_test.info @@ -958,11 +962,11 @@ %%DRUPAL_BASE%%/modules/user/user.permissions.js %%DRUPAL_BASE%%/modules/user/user.test %%DRUPAL_BASE%%/modules/user/user.tokens.inc +%%DRUPAL_BASE%%/profiles/README.txt %%DRUPAL_BASE%%/profiles/minimal/minimal.info %%DRUPAL_BASE%%/profiles/minimal/minimal.install %%DRUPAL_BASE%%/profiles/minimal/minimal.profile %%DRUPAL_BASE%%/profiles/minimal/translations/README.txt -%%DRUPAL_BASE%%/profiles/README.txt %%DRUPAL_BASE%%/profiles/standard/standard.info %%DRUPAL_BASE%%/profiles/standard/standard.install %%DRUPAL_BASE%%/profiles/standard/standard.profile @@ -1100,7 +1104,6 @@ %%DRUPAL_BASE%%/update.php %%DRUPAL_BASE%%/web.config %%DRUPAL_BASE%%/xmlrpc.php -%%WWWDIR%%/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info @dir %%DRUPAL_BASE%%/sites/all/libraries @dir %%DRUPAL_BASE%%/sites/default/files @unexec rm -f %%DRUPAL_BASE%%/files/.htaccess 2> /dev/null || true