From owner-svn-ports-all@freebsd.org Thu Sep 28 13:27:14 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 6A87BE32472; Thu, 28 Sep 2017 13:27:14 +0000 (UTC) (envelope-from joneum@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 44CDE83880; Thu, 28 Sep 2017 13:27:14 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SDRDxk064027; Thu, 28 Sep 2017 13:27:13 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SDRChe064019; Thu, 28 Sep 2017 13:27:12 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201709281327.v8SDRChe064019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 28 Sep 2017 13:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r450850 - in branches/2017Q3: french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2017Q3: french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Commit-Revision: 450850 X-SVN-Commit-Repository: ports 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: Thu, 28 Sep 2017 13:27:14 -0000 Author: joneum Date: Thu Sep 28 13:27:12 2017 New Revision: 450850 URL: https://svnweb.freebsd.org/changeset/ports/450850 Log: MFH: r450786 - Update to 4.8.2 - Changelog: https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/ Approved by: mentors (implicit) Approved by: portmgr (swills) Modified: branches/2017Q3/french/wordpress/Makefile branches/2017Q3/french/wordpress/distinfo branches/2017Q3/german/wordpress/Makefile branches/2017Q3/german/wordpress/distinfo branches/2017Q3/japanese/wordpress/Makefile branches/2017Q3/japanese/wordpress/distinfo branches/2017Q3/www/wordpress/Makefile branches/2017Q3/www/wordpress/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/french/wordpress/Makefile ============================================================================== --- branches/2017Q3/french/wordpress/Makefile Thu Sep 28 13:04:46 2017 (r450849) +++ branches/2017Q3/french/wordpress/Makefile Thu Sep 28 13:27:12 2017 (r450850) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8.1 +PORTVERSION= 4.8.2 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www Modified: branches/2017Q3/french/wordpress/distinfo ============================================================================== --- branches/2017Q3/french/wordpress/distinfo Thu Sep 28 13:04:46 2017 (r450849) +++ branches/2017Q3/french/wordpress/distinfo Thu Sep 28 13:27:12 2017 (r450850) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501770946 -SHA256 (wordpress-4.8.1-fr_FR.tar.gz) = f12dce8d3e8c168c620c85f6f4064a4f0d50d9543bfb89e4d0973e992431de7f -SIZE (wordpress-4.8.1-fr_FR.tar.gz) = 8657939 +TIMESTAMP = 1506543915 +SHA256 (wordpress-4.8.2-fr_FR.tar.gz) = be217cb78b1b7a916c9652078e537b3ae331c70e2c1ef5e042d250fb43d91773 +SIZE (wordpress-4.8.2-fr_FR.tar.gz) = 8662105 Modified: branches/2017Q3/german/wordpress/Makefile ============================================================================== --- branches/2017Q3/german/wordpress/Makefile Thu Sep 28 13:04:46 2017 (r450849) +++ branches/2017Q3/german/wordpress/Makefile Thu Sep 28 13:27:12 2017 (r450850) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8 +PORTVERSION= 4.8.2 PORTREVISION= 1 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www Modified: branches/2017Q3/german/wordpress/distinfo ============================================================================== --- branches/2017Q3/german/wordpress/distinfo Thu Sep 28 13:04:46 2017 (r450849) +++ branches/2017Q3/german/wordpress/distinfo Thu Sep 28 13:27:12 2017 (r450850) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497012525 -SHA256 (wordpress-4.8-de_DE.tar.gz) = 1eb8bba629cdc9cb7d77564ab804f879d1fb4420d5ed8a90e1514f116c47886d -SIZE (wordpress-4.8-de_DE.tar.gz) = 8655391 +TIMESTAMP = 1506543958 +SHA256 (wordpress-4.8.2-de_DE.tar.gz) = 9c60c12b84d1d3fe5eb30d91b67e2ad814065e7d9b786600dae3b13a1afee3c3 +SIZE (wordpress-4.8.2-de_DE.tar.gz) = 8664471 Modified: branches/2017Q3/japanese/wordpress/Makefile ============================================================================== --- branches/2017Q3/japanese/wordpress/Makefile Thu Sep 28 13:04:46 2017 (r450849) +++ branches/2017Q3/japanese/wordpress/Makefile Thu Sep 28 13:27:12 2017 (r450850) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8 +PORTVERSION= 4.8.2 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ Modified: branches/2017Q3/japanese/wordpress/distinfo ============================================================================== --- branches/2017Q3/japanese/wordpress/distinfo Thu Sep 28 13:04:46 2017 (r450849) +++ branches/2017Q3/japanese/wordpress/distinfo Thu Sep 28 13:27:12 2017 (r450850) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497012566 -SHA256 (wordpress-4.8-ja.tar.gz) = 02006a232f27a1c71b9119dd5aca8aa1cb154132f2fe819b9b6915f85c963fda -SIZE (wordpress-4.8-ja.tar.gz) = 8654320 +TIMESTAMP = 1506544079 +SHA256 (wordpress-4.8.2-ja.tar.gz) = 60a566d08ca98121f8363432637b4ec2697c870682af1832af79513653ddb2c4 +SIZE (wordpress-4.8.2-ja.tar.gz) = 8667800 Modified: branches/2017Q3/www/wordpress/Makefile ============================================================================== --- branches/2017Q3/www/wordpress/Makefile Thu Sep 28 13:04:46 2017 (r450849) +++ branches/2017Q3/www/wordpress/Makefile Thu Sep 28 13:27:12 2017 (r450850) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8 +PORTVERSION= 4.8.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: branches/2017Q3/www/wordpress/distinfo ============================================================================== --- branches/2017Q3/www/wordpress/distinfo Thu Sep 28 13:04:46 2017 (r450849) +++ branches/2017Q3/www/wordpress/distinfo Thu Sep 28 13:27:12 2017 (r450850) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497012616 -SHA256 (wordpress-4.8.tar.gz) = 39210d593700dc26c58a53b38172be63ea3da67020d80bb2cf34b396b732dd4d -SIZE (wordpress-4.8.tar.gz) = 8169865 +TIMESTAMP = 1506544275 +SHA256 (wordpress-4.8.2.tar.gz) = c2c65d156e1f3f1d81bbb61a4bb7267b108a09130d46d33b9b9c6b2e93e16752 +SIZE (wordpress-4.8.2.tar.gz) = 8183815