From owner-svn-ports-all@freebsd.org Thu Dec 20 15:47:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E6C7134B115; Thu, 20 Dec 2018 15:47:08 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 455C685DC3; Thu, 20 Dec 2018 15:47:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3888E27B50; Thu, 20 Dec 2018 15:47:08 +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 wBKFl8Gp092580; Thu, 20 Dec 2018 15:47:08 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBKFl6f5092572; Thu, 20 Dec 2018 15:47:06 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812201547.wBKFl6f5092572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 20 Dec 2018 15:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487885 - in head: french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head: french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Commit-Revision: 487885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 455C685DC3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.943,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 20 Dec 2018 15:47:08 -0000 Author: joneum Date: Thu Dec 20 15:47:06 2018 New Revision: 487885 URL: https://svnweb.freebsd.org/changeset/ports/487885 Log: wordpress: Update to 5.0.2 Changelog: https://wordpress.org/news/2018/12/wordpress-5-0-2-maintenance-release/ MFH: 2018Q4 Sponsored by: Netzkommune GmbH Modified: head/french/wordpress/Makefile head/french/wordpress/distinfo head/german/wordpress/Makefile head/german/wordpress/distinfo head/japanese/wordpress/Makefile head/japanese/wordpress/distinfo head/www/wordpress/Makefile head/www/wordpress/distinfo Modified: head/french/wordpress/Makefile ============================================================================== --- head/french/wordpress/Makefile Thu Dec 20 14:50:07 2018 (r487884) +++ head/french/wordpress/Makefile Thu Dec 20 15:47:06 2018 (r487885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.0.1 +DISTVERSION= 5.0.2 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www Modified: head/french/wordpress/distinfo ============================================================================== --- head/french/wordpress/distinfo Thu Dec 20 14:50:07 2018 (r487884) +++ head/french/wordpress/distinfo Thu Dec 20 15:47:06 2018 (r487885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544886499 -SHA256 (wordpress-5.0.1-fr_FR.tar.gz) = 6ec3d922afcea8b453889a21d2c4ce3ec4b15083dd8dc79ecc2d9a864fa8a54d -SIZE (wordpress-5.0.1-fr_FR.tar.gz) = 11113480 +TIMESTAMP = 1545320294 +SHA256 (wordpress-5.0.2-fr_FR.tar.gz) = 6b4769a061927ed8cf4088c17f09b82fe054091023575e0c9ca4f5475cd65876 +SIZE (wordpress-5.0.2-fr_FR.tar.gz) = 11122229 Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Thu Dec 20 14:50:07 2018 (r487884) +++ head/german/wordpress/Makefile Thu Dec 20 15:47:06 2018 (r487885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.0.1 +DISTVERSION= 5.0.2 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Thu Dec 20 14:50:07 2018 (r487884) +++ head/german/wordpress/distinfo Thu Dec 20 15:47:06 2018 (r487885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544886532 -SHA256 (wordpress-5.0.1-de_DE.tar.gz) = abb16497fe9062defd4f2a7e4b96c064ee95f782b65dad0e5f75c2cfe4e4601f -SIZE (wordpress-5.0.1-de_DE.tar.gz) = 11112669 +TIMESTAMP = 1545320341 +SHA256 (wordpress-5.0.2-de_DE.tar.gz) = 2ab39cc9a19e51007731dbd0d539827d37745e917e32dc64e08499fd5791f0ff +SIZE (wordpress-5.0.2-de_DE.tar.gz) = 11118891 Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Thu Dec 20 14:50:07 2018 (r487884) +++ head/japanese/wordpress/Makefile Thu Dec 20 15:47:06 2018 (r487885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.0.1 +DISTVERSION= 5.0.2 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ Modified: head/japanese/wordpress/distinfo ============================================================================== --- head/japanese/wordpress/distinfo Thu Dec 20 14:50:07 2018 (r487884) +++ head/japanese/wordpress/distinfo Thu Dec 20 15:47:06 2018 (r487885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544887716 -SHA256 (wordpress-5.0.1-ja.tar.gz) = 8d9df57eb3e3781529857812e78eb4e329fc7fe55d201aa008e5e5937f7243d1 -SIZE (wordpress-5.0.1-ja.tar.gz) = 11119386 +TIMESTAMP = 1545320369 +SHA256 (wordpress-5.0.2-ja.tar.gz) = 274b9c99c6a161d0a06082a26e01d01d7b86bbd4f78541127964b506310f24fa +SIZE (wordpress-5.0.2-ja.tar.gz) = 11125446 Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Thu Dec 20 14:50:07 2018 (r487884) +++ head/www/wordpress/Makefile Thu Dec 20 15:47:06 2018 (r487885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.0.1 +DISTVERSION= 5.0.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Thu Dec 20 14:50:07 2018 (r487884) +++ head/www/wordpress/distinfo Thu Dec 20 15:47:06 2018 (r487885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544887858 -SHA256 (wordpress-5.0.1.tar.gz) = 3a64a5c61a946dc19a0354c34f02e835042e4538d65b9c448e075f4ad5275024 -SIZE (wordpress-5.0.1.tar.gz) = 10506712 +TIMESTAMP = 1545320413 +SHA256 (wordpress-5.0.2.tar.gz) = d83456dca8a3125df271a38d656808526bfbf16bcce32a61afb09b49ae353ddd +SIZE (wordpress-5.0.2.tar.gz) = 10512407