svn commit: r427375 - branches/2016Q4/www/drupal7
Torsten Zuehlsdorff
tz at FreeBSD.org
Tue Nov 29 11:01:56 UTC 2016
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 at bsdproject.de
www/drupal7: add CONFLICT_INSTALL for new port www/drupal8
PR: 214787
Submitted by: Jochen Neumeister <joneum at bsdproject.de>
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 at FreeBSD.org
+MAINTAINER= joneum at 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
More information about the svn-ports-all
mailing list