From owner-svn-ports-head@freebsd.org Sat May 11 10:45:58 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 032EA159806F; Sat, 11 May 2019 10:45:58 +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 987A48481D; Sat, 11 May 2019 10:45:57 +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 742E51A818; Sat, 11 May 2019 10:45:57 +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 x4BAjvDo059416; Sat, 11 May 2019 10:45:57 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BAjtUL059402; Sat, 11 May 2019 10:45:55 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905111045.x4BAjtUL059402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 11 May 2019 10:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501247 - in head: chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress russian/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 russian/wordpress www/wordpress X-SVN-Commit-Revision: 501247 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 987A48481D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Sat, 11 May 2019 10:45:58 -0000 Author: joneum Date: Sat May 11 10:45:54 2019 New Revision: 501247 URL: https://svnweb.freebsd.org/changeset/ports/501247 Log: WordPress: Update to 5.2 - https://wordpress.org/news/2019/05/jaco/ - https://wordpress.org/support/wordpress-version/version-5-2/ 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/russian/wordpress/Makefile head/russian/wordpress/distinfo head/www/wordpress/Makefile head/www/wordpress/distinfo Modified: head/chinese/wordpress-zh_TW/Makefile ============================================================================== --- head/chinese/wordpress-zh_TW/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/chinese/wordpress-zh_TW/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 5.1.1 +PORTVERSION= 5.2 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 Sat May 11 10:45:36 2019 (r501246) +++ head/chinese/wordpress-zh_TW/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553161127 -SHA256 (wordpress-5.1.1-zh_TW.tar.gz) = e37d9c4e63869e17a18e010b93afcc79687ed693a677aa6c15ca5f113d36ee3f -SIZE (wordpress-5.1.1-zh_TW.tar.gz) = 11258009 +TIMESTAMP = 1557566163 +SHA256 (wordpress-5.2-zh_TW.tar.gz) = ba04874aa9767775fd84695fc606173c5eb1ac928831d3b14caae9c6f1784d66 +SIZE (wordpress-5.2-zh_TW.tar.gz) = 11839159 Modified: head/french/wordpress/Makefile ============================================================================== --- head/french/wordpress/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/french/wordpress/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.1.1 +DISTVERSION= 5.2 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www Modified: head/french/wordpress/distinfo ============================================================================== --- head/french/wordpress/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/french/wordpress/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553161177 -SHA256 (wordpress-5.1.1-fr_FR.tar.gz) = bcd624f392a06b50bc4d471ad791852342ddeced3d8449f6b8321bdef10833c5 -SIZE (wordpress-5.1.1-fr_FR.tar.gz) = 11263303 +TIMESTAMP = 1557566217 +SHA256 (wordpress-5.2-fr_FR.tar.gz) = 776276a3abbcb32cb8d3fac688aaff7c19d0675df3c3a3801eb39cb41c0699dc +SIZE (wordpress-5.2-fr_FR.tar.gz) = 11840334 Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/german/wordpress/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.1.1 +DISTVERSION= 5.2 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/german/wordpress/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553161211 -SHA256 (wordpress-5.1.1-de_DE.tar.gz) = c5d4d059f55e4d25818f0f522acdc2d6468a873c0a3108575d7102db69069b2b -SIZE (wordpress-5.1.1-de_DE.tar.gz) = 11265705 +TIMESTAMP = 1557566250 +SHA256 (wordpress-5.2-de_DE.tar.gz) = ecdf55a10db01aed4670e1299e76cf62e2cb7b2d15672cf50e0b13d613720a54 +SIZE (wordpress-5.2-de_DE.tar.gz) = 11846931 Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/japanese/wordpress/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.1.1 +DISTVERSION= 5.2 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ Modified: head/japanese/wordpress/distinfo ============================================================================== --- head/japanese/wordpress/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/japanese/wordpress/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553161249 -SHA256 (wordpress-5.1.1-ja.tar.gz) = 085034ea959f7fb4170fb515fc5a36623572cf87697f9479c03efbeed41082f6 -SIZE (wordpress-5.1.1-ja.tar.gz) = 11269285 +TIMESTAMP = 1557566281 +SHA256 (wordpress-5.2-ja.tar.gz) = 595966625f4033bfe5566d9dd6de3373401dafe686c706f6c9e741f65809c5f3 +SIZE (wordpress-5.2-ja.tar.gz) = 11849782 Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/russian/wordpress/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.1.1 +DISTVERSION= 5.2 DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ Modified: head/russian/wordpress/distinfo ============================================================================== --- head/russian/wordpress/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/russian/wordpress/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554541394 -SHA256 (wordpress-5.1.1-ru_RU.tar.gz) = 51738109a0a288d6c4d15bba6d184fe8795670661f61b3eef22e50a31c7f0ae4 -SIZE (wordpress-5.1.1-ru_RU.tar.gz) = 11320857 +TIMESTAMP = 1557566312 +SHA256 (wordpress-5.2-ru_RU.tar.gz) = 7216cf1863dda829a2851745c412da3bbe04a270d5ed9dc395de72d8f9d6c682 +SIZE (wordpress-5.2-ru_RU.tar.gz) = 11906512 Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/www/wordpress/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.1.1 +DISTVERSION= 5.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/www/wordpress/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553161288 -SHA256 (wordpress-5.1.1.tar.gz) = edec479a8ffbd4db3af4fe4c3bf42291ecba1e2849bac3d52d2ff8ec0fd8d18b -SIZE (wordpress-5.1.1.tar.gz) = 10654780 +TIMESTAMP = 1557566343 +SHA256 (wordpress-5.2.tar.gz) = 613089a40721e66937c296c960de93b1425c17c5b3a56b78c194ae64c4d386ad +SIZE (wordpress-5.2.tar.gz) = 11195223