diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-08-04 15:28:20 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-08-04 15:28:20 +0800 |
commit | 53a3c6157a479def4212315b8655f68a3316025a (patch) | |
tree | 3a826a5ccb48ada697a48d48ae7b69398d013fd8 /www | |
parent | cfea434b005709fe8c5d6d045388b577ff2e94cc (diff) | |
download | freebsd-ports-gnome-53a3c6157a479def4212315b8655f68a3316025a.tar.gz freebsd-ports-gnome-53a3c6157a479def4212315b8655f68a3316025a.tar.zst freebsd-ports-gnome-53a3c6157a479def4212315b8655f68a3316025a.zip |
- Update to 3.0.1
PR: ports/149144
Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/wordpress/Makefile | 4 | ||||
-rw-r--r-- | www/wordpress/distinfo | 6 | ||||
-rw-r--r-- | www/wordpress/pkg-message | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index b9695b016afb..c73655962cae 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -6,14 +6,14 @@ # PORTNAME= wordpress -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ \ ftp://ftp.stu.edu.tw/pub/wordpress/ \ ftp://ftp.twaren.net/local-distfiles/wordpress/ MASTER_SITE_SUBDIR= cafelog -DISTNAME= wordpress-${PORTVERSION:S/.0//} +#DISTNAME= wordpress-${PORTVERSION:S/.0//} MAINTAINER= ychsiao@ychsiao.org COMMENT= A state-of-the-art semantic personal publishing platform diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 8bca7658e9d9..f38512770784 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,3 +1,3 @@ -MD5 (wordpress-3.0.tar.gz) = cba15b344d53654255394769e4c865af -SHA256 (wordpress-3.0.tar.gz) = 73414effa3dd10a856b0e8e9a4726e92288fad7e43723106716b72de5f3ed91c -SIZE (wordpress-3.0.tar.gz) = 2683109 +MD5 (wordpress-3.0.1.tar.gz) = 8fa5373ed805fb9a6ee56dfd236dcb64 +SHA256 (wordpress-3.0.1.tar.gz) = fd76fb7683c32c4f2d65f5b2cd015cb62d19f1017e3b020f34a98d1b480e1818 +SIZE (wordpress-3.0.1.tar.gz) = 2684855 diff --git a/www/wordpress/pkg-message b/www/wordpress/pkg-message index 6e515a7af55b..1e3bb52ff1f2 100644 --- a/www/wordpress/pkg-message +++ b/www/wordpress/pkg-message @@ -3,5 +3,5 @@ in ${PREFIX}/${WORDPRESS} And Modify it to fit your MySQL. Maybe you need 'mysqladmin create wordpress' first - If you are upgrading from 1.x or 2.0 to 2.x, please run - http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 2.5.1 + 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.0.0 |