diff options
author | joneum <joneum@FreeBSD.org> | 2017-12-02 20:20:31 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2017-12-02 20:20:31 +0800 |
commit | 39b636faf54bf00c982e067d67f5cf2c40f14171 (patch) | |
tree | 3d05ce190bfa500b4c84f92e859231404d8607fc /german | |
parent | 0034575978ceec12a3d87a60887a9a5c0dd43470 (diff) | |
download | freebsd-ports-gnome-39b636faf54bf00c982e067d67f5cf2c40f14171.tar.gz freebsd-ports-gnome-39b636faf54bf00c982e067d67f5cf2c40f14171.tar.zst freebsd-ports-gnome-39b636faf54bf00c982e067d67f5cf2c40f14171.zip |
Securityupdate to 4.9.1:
www/wordpress
russian/wordpress [1]
chinese/wordpress-zh_CN
japanese/wordpress
german/wordpress
french/wordpress
Changelog:
https://codex.wordpress.org/Version_4.9.1
https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/
PR: 223982 [1]
Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer) [1]
Approved by: tcberner (mentor)
MFH: 2017Q4
Security: a2589511-d6ba-11e7-88dd-00e04c1ea73d
Differential Revision: https://reviews.freebsd.org/D13337
Diffstat (limited to 'german')
-rw-r--r-- | german/wordpress/Makefile | 6 | ||||
-rw-r--r-- | german/wordpress/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile index 4ecbb7c1325d..2d579bb2c641 100644 --- a/german/wordpress/Makefile +++ b/german/wordpress/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.9 +DISTVERSION= 4.9.1 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ @@ -23,8 +23,8 @@ USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp WRKSRC= ${WRKDIR}/${PORTNAME} CPE_LANG= de -.if ${PORTVERSION:N*.*.*} -CPE_VERSION= ${PORTVERSION}.0 +.if ${DISTVERSION:N*.*.*} +CPE_VERSION= ${DISTVERSION}.0 .endif SUB_FILES= pkg-message diff --git a/german/wordpress/distinfo b/german/wordpress/distinfo index 133cf359ae1f..334bdfe6314a 100644 --- a/german/wordpress/distinfo +++ b/german/wordpress/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1511544157 -SHA256 (wordpress-4.9-de_DE.tar.gz) = 32edf757c9c7ca992d589945a7aaf78cb21ede380f8fb4aeff16516f2e3cc3a5 -SIZE (wordpress-4.9-de_DE.tar.gz) = 10151279 +TIMESTAMP = 1512203646 +SHA256 (wordpress-4.9.1-de_DE.tar.gz) = 6a9374103a8e895b37ed4abf4b2a68d61434c440d0eaf8aa7fc2e388cf8f0e11 +SIZE (wordpress-4.9.1-de_DE.tar.gz) = 10151519 |