aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKenji Takefu <takefu@airport.fm>2022-01-05 16:35:11 +0000
committerXin LI <delphij@FreeBSD.org>2022-01-06 06:25:32 +0000
commitc44d822e8d558b399cfc0428a6f68fa3e9a217c6 (patch)
treefeaaa38b14dfa97b80e6c1258bc265bb94cd48d9 /japanese
parent79dcec7b6d3f531a7f233f5f566abd75b1256527 (diff)
downloadports-c44d822e8d558b399cfc0428a6f68fa3e9a217c6.tar.gz
ports-c44d822e8d558b399cfc0428a6f68fa3e9a217c6.zip
*/wordpress*: Update to 5.8.2
For all languages: Make the port portlint(1),portclippy(1) compliant. For www,french,german,japanese,russian: Fix pkg-message.in to only show upgrade message when upgrading. For www,zh_CN,zh_TW,french,german: Use do-install-DOCS-on for documentation. For zh_CN,zh_TW: Add CPE information PR: 260013 Approved by: maintainer timeout
Diffstat (limited to 'japanese')
-rw-r--r--japanese/wordpress/Makefile24
-rw-r--r--japanese/wordpress/distinfo6
-rw-r--r--japanese/wordpress/files/pkg-message.in4
3 files changed, 15 insertions, 19 deletions
diff --git a/japanese/wordpress/Makefile b/japanese/wordpress/Makefile
index 19792158e26c..b868c3d19e5e 100644
--- a/japanese/wordpress/Makefile
+++ b/japanese/wordpress/Makefile
@@ -1,38 +1,34 @@
# Created by: Takefu
PORTNAME= wordpress
-DISTVERSION= 5.8
+DISTVERSION= 5.8.2
DISTVERSIONSUFFIX= -ja
CATEGORIES= japanese www
-MASTER_SITES= http://ja.wordpress.org/
+MASTER_SITES= https://ja.wordpress.org/
MAINTAINER= joneum@FreeBSD.org
COMMENT= State-of-the-art semantic personal publishing platform
-BROKEN= fails to fetch (checksum mismatch)
-
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/license.txt
-CONFLICTS_INSTALL= wordpress-[0-9].* de-wordpress-[0-9].* ru-wordpress-[0-9].*
-
-NO_ARCH= yes
-NO_BUILD= yes
-USES= cpe php:web
-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
+USES= cpe php:web
.if ${DISTVERSION:N*.*.*}
CPE_VERSION= ${DISTVERSION}.0
.endif
-
+CPE_LANG= ja
+USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib
+CONFLICTS_INSTALL= ^wordpress-[0-9].* fr-wordpress-[0-9].* \
+ de-wordpress-[0-9].* ru-wordpress-[0-9].*
+NO_ARCH= yes
+NO_BUILD= yes
SUB_FILES= pkg-message
+WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST= ${WRKDIR}/pkg-plist
PORTDOCS= license.txt readme.html
-
OPTIONS_DEFINE= DOCS
pre-everything::
diff --git a/japanese/wordpress/distinfo b/japanese/wordpress/distinfo
index 139e0fcb01e6..2b7e3f000626 100644
--- a/japanese/wordpress/distinfo
+++ b/japanese/wordpress/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1630559657
-SHA256 (wordpress-5.8-ja.tar.gz) = 60fe501c6c6a0e325a9c126a6606c3b3ca9316154606411c6a0ce1eda9ad650d
-SIZE (wordpress-5.8-ja.tar.gz) = 15819092
+TIMESTAMP = 1641447844
+SHA256 (wordpress-5.8.2-ja.tar.gz) = 2f8c2a479106e32ff44cc94e7bee9631ca4a511c130620a24e17ce138f857878
+SIZE (wordpress-5.8.2-ja.tar.gz) = 15832214
diff --git a/japanese/wordpress/files/pkg-message.in b/japanese/wordpress/files/pkg-message.in
index 92426c987e83..013f76dfc0e7 100644
--- a/japanese/wordpress/files/pkg-message.in
+++ b/japanese/wordpress/files/pkg-message.in
@@ -9,8 +9,8 @@ EOM
{ type: upgrade
maximum_version: 3
message: <<EOM
-If you are upgrading from 1.x or 2.x to 3.x, please run
-http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x
+If you are upgrading from 1.x or 2.x to 3.x to 4.x, please run
+http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 4.x
EOM
}
]