From owner-svn-ports-head@freebsd.org Thu Feb 28 10:17:21 2019 Return-Path: Delivered-To: svn-ports-head@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 E511E15017D4; Thu, 28 Feb 2019 10:17:20 +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 838A98B2CF; Thu, 28 Feb 2019 10:17:20 +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 685AB3751; Thu, 28 Feb 2019 10:17:20 +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 x1SAHKO3048423; Thu, 28 Feb 2019 10:17:20 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1SAHIKn048410; Thu, 28 Feb 2019 10:17:18 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201902281017.x1SAHIKn048410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 28 Feb 2019 10:17:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494140 - in head: chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head: chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Commit-Revision: 494140 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 838A98B2CF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2019 10:17:21 -0000 Author: joneum Date: Thu Feb 28 10:17:17 2019 New Revision: 494140 URL: https://svnweb.freebsd.org/changeset/ports/494140 Log: Update wordpress to 5.1 https://wordpress.org/support/wordpress-version/version-5-1/ https://wordpress.org/news/2019/02/betty/ Sponsored by: Netzkommune GmbH Modified: head/chinese/wordpress-zh_TW/Makefile head/chinese/wordpress-zh_TW/distinfo 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/chinese/wordpress-zh_TW/Makefile ============================================================================== --- head/chinese/wordpress-zh_TW/Makefile Thu Feb 28 09:32:51 2019 (r494139) +++ head/chinese/wordpress-zh_TW/Makefile Thu Feb 28 10:17:17 2019 (r494140) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.9 +PORTVERSION= 5.1 DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ Modified: head/chinese/wordpress-zh_TW/distinfo ============================================================================== --- head/chinese/wordpress-zh_TW/distinfo Thu Feb 28 09:32:51 2019 (r494139) +++ head/chinese/wordpress-zh_TW/distinfo Thu Feb 28 10:17:17 2019 (r494140) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531066720 -SHA256 (wordpress-4.9-zh_TW.tar.gz) = 2120c31ac372bbf4f3fc2ac689f91ac313d8e5e875fb2b84336a2656ae2f41c6 -SIZE (wordpress-4.9-zh_TW.tar.gz) = 10120738 +TIMESTAMP = 1551343298 +SHA256 (wordpress-5.1-zh_TW.tar.gz) = 03a50878539eed610ea975bd3d894644ae70c16e75198f7c4eebf5d6c38f9004 +SIZE (wordpress-5.1-zh_TW.tar.gz) = 11254955 Modified: head/french/wordpress/Makefile ============================================================================== --- head/french/wordpress/Makefile Thu Feb 28 09:32:51 2019 (r494139) +++ head/french/wordpress/Makefile Thu Feb 28 10:17:17 2019 (r494140) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.0.3 +DISTVERSION= 5.1 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www Modified: head/french/wordpress/distinfo ============================================================================== --- head/french/wordpress/distinfo Thu Feb 28 09:32:51 2019 (r494139) +++ head/french/wordpress/distinfo Thu Feb 28 10:17:17 2019 (r494140) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547125883 -SHA256 (wordpress-5.0.3-fr_FR.tar.gz) = 057ab8a2356150cd96c7e07a1d56b769760f773168cdda281f0d5d967f7233ab -SIZE (wordpress-5.0.3-fr_FR.tar.gz) = 11123020 +TIMESTAMP = 1551343345 +SHA256 (wordpress-5.1-fr_FR.tar.gz) = 32c26ddf3a8bcc3ad928e7fbbc6dd25ce6f4382ce0839adf3b88cfdd87f123c5 +SIZE (wordpress-5.1-fr_FR.tar.gz) = 11259391 Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Thu Feb 28 09:32:51 2019 (r494139) +++ head/german/wordpress/Makefile Thu Feb 28 10:17:17 2019 (r494140) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.0.3 +DISTVERSION= 5.1 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Thu Feb 28 09:32:51 2019 (r494139) +++ head/german/wordpress/distinfo Thu Feb 28 10:17:17 2019 (r494140) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547125905 -SHA256 (wordpress-5.0.3-de_DE.tar.gz) = 6c1f38a142773b1d770833711cc31472b7762402699b01e9b878bfd0b0d804c9 -SIZE (wordpress-5.0.3-de_DE.tar.gz) = 11121681 +TIMESTAMP = 1551343375 +SHA256 (wordpress-5.1-de_DE.tar.gz) = 3f4c0dfc7057ec2c08bbeffddef6e8f3caebb5361a081a7b1c1152c24dd78e53 +SIZE (wordpress-5.1-de_DE.tar.gz) = 11262932 Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Thu Feb 28 09:32:51 2019 (r494139) +++ head/japanese/wordpress/Makefile Thu Feb 28 10:17:17 2019 (r494140) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.0.3 +DISTVERSION= 5.1 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ Modified: head/japanese/wordpress/distinfo ============================================================================== --- head/japanese/wordpress/distinfo Thu Feb 28 09:32:51 2019 (r494139) +++ head/japanese/wordpress/distinfo Thu Feb 28 10:17:17 2019 (r494140) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547125930 -SHA256 (wordpress-5.0.3-ja.tar.gz) = bf2c1c38ede7d05c92245aa7cc1f79bd35d06421606c339eb9e5e727a4046b13 -SIZE (wordpress-5.0.3-ja.tar.gz) = 11129577 +TIMESTAMP = 1551343405 +SHA256 (wordpress-5.1-ja.tar.gz) = 55f488b436d8715ff3ba4a7a7448b943bd6ba6756f42d94e38b59d80a8e8ebcf +SIZE (wordpress-5.1-ja.tar.gz) = 11268745 Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Thu Feb 28 09:32:51 2019 (r494139) +++ head/www/wordpress/Makefile Thu Feb 28 10:17:17 2019 (r494140) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.0.3 +DISTVERSION= 5.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Thu Feb 28 09:32:51 2019 (r494139) +++ head/www/wordpress/distinfo Thu Feb 28 10:17:17 2019 (r494140) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547125860 -SHA256 (wordpress-5.0.3.tar.gz) = 9aa4d1bc9acc39279f15e914415be87af01a886287b1b92b3a80426a4edbd78a -SIZE (wordpress-5.0.3.tar.gz) = 10515429 +TIMESTAMP = 1551343447 +SHA256 (wordpress-5.1.tar.gz) = debd29c267021e34f59c31b210dd82e9c476fa9f1abdc62b5fdd1d50078fed4a +SIZE (wordpress-5.1.tar.gz) = 10653910