- Update to 2.1.1
PR: ports/109398 Submitted by: maintainer (Yuan-Chung Hsiao)
This commit is contained in:
parent
acb2b411a2
commit
073f825690
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185642
3 changed files with 5 additions and 9 deletions
|
@ -6,11 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= wordpress
|
||||
PORTVERSION= 2.1.0
|
||||
PORTVERSION= 2.1.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://wordpress.org/beta/ \
|
||||
ftp://ftp.stu.edu.tw/pub/wordpress/ \
|
||||
MASTER_SITES= ftp://ftp.stu.edu.tw/pub/wordpress/ \
|
||||
ftp://ftp.twaren.net/local-distfiles/wordpress/
|
||||
MASTER_SITE_SUBDIR= cafelog
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (wordpress-2.1.0.tar.gz) = a8ffd0063b080de4789b928696c1fb26
|
||||
SHA256 (wordpress-2.1.0.tar.gz) = f4dad1e09c7a9f29e3e13d008fd55562a9a6d928065c81b7e816a6b8bac2fcac
|
||||
SIZE (wordpress-2.1.0.tar.gz) = 694611
|
||||
MD5 (wordpress-2.1.1.tar.gz) = d32a275dc4014e763780f0fb7e765bf5
|
||||
SHA256 (wordpress-2.1.1.tar.gz) = b0198008a217aad9cf568668ad984f526d416f7120ec0a8067dfb5e611c6f0aa
|
||||
SIZE (wordpress-2.1.1.tar.gz) = 694873
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
|
||||
**** NOTE ****
|
||||
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
|
||||
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.1, please run
|
||||
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 2.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue