From owner-svn-ports-head@freebsd.org Mon Jun 29 22:24:50 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 099773573AC; Mon, 29 Jun 2020 22:24:50 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49whr16Rs9z4Wy6; Mon, 29 Jun 2020 22:24:49 +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 C0499E985; Mon, 29 Jun 2020 22:24:49 +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 05TMOnM3065454; Mon, 29 Jun 2020 22:24:49 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05TMOk1c065438; Mon, 29 Jun 2020 22:24:46 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202006292224.05TMOk1c065438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 29 Jun 2020 22:24:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540837 - in head: chinese/wordpress-zh_CN 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_CN chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress russian/wordpress www/wordpress X-SVN-Commit-Revision: 540837 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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: Mon, 29 Jun 2020 22:24:50 -0000 Author: joneum Date: Mon Jun 29 22:24:46 2020 New Revision: 540837 URL: https://svnweb.freebsd.org/changeset/ports/540837 Log: Update to 5.4.2 Changelog: https://wordpress.org/news/2020/04/wordpress-5-4-1/ Reported by: delphij MFH: 2020Q2 Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D25262 Modified: head/chinese/wordpress-zh_CN/Makefile head/chinese/wordpress-zh_CN/distinfo 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_CN/Makefile ============================================================================== --- head/chinese/wordpress-zh_CN/Makefile Mon Jun 29 22:06:57 2020 (r540836) +++ head/chinese/wordpress-zh_CN/Makefile Mon Jun 29 22:24:46 2020 (r540837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 DISTVERSIONSUFFIX= -zh_CN CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/license.txt WRKSRC= ${WRKDIR}/${PORTNAME} USES= php:web -USE_PHP= curl gd json mysqli pcre tokenizer xml zip +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} NO_ARCH= yes NO_BUILD= yes Modified: head/chinese/wordpress-zh_CN/distinfo ============================================================================== --- head/chinese/wordpress-zh_CN/distinfo Mon Jun 29 22:06:57 2020 (r540836) +++ head/chinese/wordpress-zh_CN/distinfo Mon Jun 29 22:24:46 2020 (r540837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117094 -SHA256 (wordpress-5.3.3-zh_CN.tar.gz) = 86e6702fb301af4a52794801e0bdda75fa7c3b3adc6e171b1ac7572e77084b51 -SIZE (wordpress-5.3.3-zh_CN.tar.gz) = 12437187 +TIMESTAMP = 1593435726 +SHA256 (wordpress-5.4.2-zh_CN.tar.gz) = 944864ca132d4287bf80eca1d7deec99220f0e84989758551e92ff6251ecd282 +SIZE (wordpress-5.4.2-zh_CN.tar.gz) = 12924846 Modified: head/chinese/wordpress-zh_TW/Makefile ============================================================================== --- head/chinese/wordpress-zh_TW/Makefile Mon Jun 29 22:06:57 2020 (r540836) +++ head/chinese/wordpress-zh_TW/Makefile Mon Jun 29 22:24:46 2020 (r540837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 5.3.3 +PORTVERSION= 5.4.2 DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/license.txt WRKSRC= ${WRKDIR}/${PORTNAME} USES= php:web -USE_PHP= curl gd json mysqli pcre tokenizer xml zip ftp +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} NO_ARCH= yes NO_BUILD= yes Modified: head/chinese/wordpress-zh_TW/distinfo ============================================================================== --- head/chinese/wordpress-zh_TW/distinfo Mon Jun 29 22:06:57 2020 (r540836) +++ head/chinese/wordpress-zh_TW/distinfo Mon Jun 29 22:24:46 2020 (r540837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117250 -SHA256 (wordpress-5.3.3-zh_TW.tar.gz) = 6dd586cd70dcffe456e9301983dbf75f26777682840595ffb76b70691c155fbd -SIZE (wordpress-5.3.3-zh_TW.tar.gz) = 13072384 +TIMESTAMP = 1593435660 +SHA256 (wordpress-5.4.2-zh_TW.tar.gz) = c8bfd58b4d153996e4edc04d6c76f0372e613cbda1ed11349ca7d449a0bf01a7 +SIZE (wordpress-5.4.2-zh_TW.tar.gz) = 12956355 Modified: head/french/wordpress/Makefile ============================================================================== --- head/french/wordpress/Makefile Mon Jun 29 22:06:57 2020 (r540836) +++ head/french/wordpress/Makefile Mon Jun 29 22:24:46 2020 (r540837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www @@ -18,7 +18,8 @@ CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[ NO_ARCH= yes NO_BUILD= yes USES= php:web cpe -USE_PHP= curl gd hash json mysqli pcre tokenizer xml zip zlib ftp +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} .if ${DISTVERSION:N*.*.*} Modified: head/french/wordpress/distinfo ============================================================================== --- head/french/wordpress/distinfo Mon Jun 29 22:06:57 2020 (r540836) +++ head/french/wordpress/distinfo Mon Jun 29 22:24:46 2020 (r540837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117457 -SHA256 (wordpress-5.3.3-fr_FR.tar.gz) = 66d95439b509b8e6c5741cde7d2271d7762035a39d28cd32626ba2e04c8675e0 -SIZE (wordpress-5.3.3-fr_FR.tar.gz) = 12467541 +TIMESTAMP = 1593435819 +SHA256 (wordpress-5.4.2-fr_FR.tar.gz) = 086b5b8fb2e9313d1fe52a06d0b772f99bf4a0f70ff62c8ed9a95686409f3543 +SIZE (wordpress-5.4.2-fr_FR.tar.gz) = 12959471 Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Mon Jun 29 22:06:57 2020 (r540836) +++ head/german/wordpress/Makefile Mon Jun 29 22:24:46 2020 (r540837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ @@ -19,7 +19,8 @@ CONFLICTS_INSTALL= wordpress-[0-9].* ja-wordpress-[0-9 NO_ARCH= yes NO_BUILD= yes USES= php:web cpe -USE_PHP= curl ftp gd hash json mysqli pcre tokenizer xml zip zlib +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} CPE_LANG= de Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Mon Jun 29 22:06:57 2020 (r540836) +++ head/german/wordpress/distinfo Mon Jun 29 22:24:46 2020 (r540837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117542 -SHA256 (wordpress-5.3.3-de_DE.tar.gz) = e4aabe9b5a640e33170bcbba2facab6209bd3670686ecf5cb303e481b63a4d62 -SIZE (wordpress-5.3.3-de_DE.tar.gz) = 12473746 +TIMESTAMP = 1593435903 +SHA256 (wordpress-5.4.2-de_DE.tar.gz) = 84ce8354154b789bea05d70791c2b1f4ac79be70728c004225ab9ce7d1baa129 +SIZE (wordpress-5.4.2-de_DE.tar.gz) = 12962460 Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Mon Jun 29 22:06:57 2020 (r540836) +++ head/japanese/wordpress/Makefile Mon Jun 29 22:24:46 2020 (r540837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ @@ -19,7 +19,8 @@ CONFLICTS_INSTALL= wordpress-[0-9].* de-wordpress-[0-9 NO_ARCH= yes NO_BUILD= yes USES= cpe php:web -USE_PHP= curl ftp gd json mysqli pcre tokenizer xml zip zlib +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} CPE_LANG= ja Modified: head/japanese/wordpress/distinfo ============================================================================== --- head/japanese/wordpress/distinfo Mon Jun 29 22:06:57 2020 (r540836) +++ head/japanese/wordpress/distinfo Mon Jun 29 22:24:46 2020 (r540837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117597 -SHA256 (wordpress-5.3.3-ja.tar.gz) = 3c96aadc0d84f3cb0b15e85f2b628781f169f03a72d2181fa417eeca36844349 -SIZE (wordpress-5.3.3-ja.tar.gz) = 12470335 +TIMESTAMP = 1593435999 +SHA256 (wordpress-5.4.2-ja.tar.gz) = b3d86dd5e6ed9279a405228050e2c02f1e0e977021cd064cade2306fedb0e229 +SIZE (wordpress-5.4.2-ja.tar.gz) = 12960483 Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Mon Jun 29 22:06:57 2020 (r540836) +++ head/russian/wordpress/Makefile Mon Jun 29 22:24:46 2020 (r540837) @@ -18,7 +18,8 @@ CONFLICTS_INSTALL= wordpress-[0-9].* de-wordpress-[0-9 NO_ARCH= yes NO_BUILD= yes USES= php:web cpe -USE_PHP= curl ftp gd hash json mysqli pcre tokenizer xml zip zlib +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} CPE_LANG= ru Modified: head/russian/wordpress/distinfo ============================================================================== --- head/russian/wordpress/distinfo Mon Jun 29 22:06:57 2020 (r540836) +++ head/russian/wordpress/distinfo Mon Jun 29 22:24:46 2020 (r540837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117649 -SHA256 (wordpress-5.3.3-ru_RU.tar.gz) = 59e38b5160d61fe60193ac32a8d4b05ac1586a289b526f30ae5a2066860b5736 -SIZE (wordpress-5.3.3-ru_RU.tar.gz) = 12534324 +TIMESTAMP = 1593436104 +SHA256 (wordpress-5.3.3-ru_RU.tar.gz) = c7d331f0ae67a735cee3a8368b6f2cfdcf43a9ae6af62d2a2df7582e818f6783 +SIZE (wordpress-5.3.3-ru_RU.tar.gz) = 12536939 Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Mon Jun 29 22:06:57 2020 (r540836) +++ head/www/wordpress/Makefile Mon Jun 29 22:24:46 2020 (r540837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -17,7 +17,8 @@ CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[ NO_ARCH= yes NO_BUILD= yes USES= php:web cpe -USE_PHP= curl ftp gd hash json mysqli pcre tokenizer xml zip zlib +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} .if ${DISTVERSION:N*.*.*} Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Mon Jun 29 22:06:57 2020 (r540836) +++ head/www/wordpress/distinfo Mon Jun 29 22:24:46 2020 (r540837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117711 -SHA256 (wordpress-5.3.3.tar.gz) = d85e0e37ab2e1a42931db6d4553e1c180e6211ac6e6e88b3e8afbc42bcc5a38f -SIZE (wordpress-5.3.3.tar.gz) = 11775962 +TIMESTAMP = 1593436249 +SHA256 (wordpress-5.4.2.tar.gz) = f0ea02279f53491d7e8247bb8592a89bc6e2d92fe803ec5a69220bcd7d08d4de +SIZE (wordpress-5.4.2.tar.gz) = 12238031