From owner-svn-ports-branches@freebsd.org Tue Nov 29 11:01:56 2016 Return-Path: Delivered-To: svn-ports-branches@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 5D005C595D3; Tue, 29 Nov 2016 11:01:56 +0000 (UTC) (envelope-from tz@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 171B716E6; Tue, 29 Nov 2016 11:01:56 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uATB1tPK008388; Tue, 29 Nov 2016 11:01:55 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uATB1t4f008385; Tue, 29 Nov 2016 11:01:55 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611291101.uATB1t4f008385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 29 Nov 2016 11:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427375 - branches/2016Q4/www/drupal7 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2016 11:01:56 -0000 Author: tz Date: Tue Nov 29 11:01:54 2016 New Revision: 427375 URL: https://svnweb.freebsd.org/changeset/ports/427375 Log: MFH: r424812 r427009 r427100 - Update to 7.51 - Pass maintainership to submitter PR: 213805 Submitted by: joneum@bsdproject.de www/drupal7: add CONFLICT_INSTALL for new port www/drupal8 PR: 214787 Submitted by: Jochen Neumeister Approved by: mentors (implicit) www/drupal7: Update from 7.51 to 7.52 Changelog: https://www.drupal.org/blog/drupal-823-and-752-released Also remove CONFLICTS_INSTALL because drupal7 and drupal8 install their files into different directories. PR: 214813 Submitted by: Jochen Neumeister (maintainer) Approved by: mentors (implicit) Security: CVE-2016-9449 Security: CVE-2016-9450 Security: CVE-2016-9451 Security: CVE-2016-9452 Security: https://vuxml.freebsd.org/freebsd/8db24888-b2f5-11e6-8153-00248c0c745d.html Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/www/drupal7/Makefile branches/2016Q4/www/drupal7/distinfo branches/2016Q4/www/drupal7/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/www/drupal7/Makefile ============================================================================== --- branches/2016Q4/www/drupal7/Makefile Tue Nov 29 11:00:35 2016 (r427374) +++ branches/2016Q4/www/drupal7/Makefile Tue Nov 29 11:01:54 2016 (r427375) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= drupal7 -PORTVERSION= 7.50 +PORTVERSION= 7.52 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} DIST_SUBDIR= drupal -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Database driven web content management system (CMS) LICENSE= GPLv2+ Modified: branches/2016Q4/www/drupal7/distinfo ============================================================================== --- branches/2016Q4/www/drupal7/distinfo Tue Nov 29 11:00:35 2016 (r427374) +++ branches/2016Q4/www/drupal7/distinfo Tue Nov 29 11:01:54 2016 (r427375) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471063072 -SHA256 (drupal/drupal-7.50.tar.gz) = 82041716e1790269d09ec4a1c4cca8899d0221509471d53ac793a320143e0cf0 -SIZE (drupal/drupal-7.50.tar.gz) = 3286826 +TIMESTAMP = 1480058743 +SHA256 (drupal/drupal-7.52.tar.gz) = ea09ec7c3555856591b7ac739dafbe7dbfba47d1ffe2a9a1f17fda490a91b8e8 +SIZE (drupal/drupal-7.52.tar.gz) = 3289714 Modified: branches/2016Q4/www/drupal7/pkg-plist ============================================================================== --- branches/2016Q4/www/drupal7/pkg-plist Tue Nov 29 11:00:35 2016 (r427374) +++ branches/2016Q4/www/drupal7/pkg-plist Tue Nov 29 11:01:54 2016 (r427375) @@ -1100,6 +1100,7 @@ %%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