View | Details | Raw Unified | Return to bug 109398
Collapse All | Expand All

(-)/home/ychsiao/project/bsd/wordpress/Makefile (-3 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	wordpress
8
PORTNAME=	wordpress
9
PORTVERSION=	2.1.0
9
PORTVERSION=	2.1.1
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://wordpress.org/beta/ \
12
MASTER_SITES=	ftp://ftp.stu.edu.tw/pub/wordpress/ \
13
		ftp://ftp.stu.edu.tw/pub/wordpress/ \
14
		ftp://ftp.twaren.net/local-distfiles/wordpress/
13
		ftp://ftp.twaren.net/local-distfiles/wordpress/
15
MASTER_SITE_SUBDIR=	cafelog
14
MASTER_SITE_SUBDIR=	cafelog
16
15
(-)/home/ychsiao/project/bsd/wordpress/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (wordpress-2.1.0.tar.gz) = a8ffd0063b080de4789b928696c1fb26
1
MD5 (wordpress-2.1.1.tar.gz) = d32a275dc4014e763780f0fb7e765bf5
2
SHA256 (wordpress-2.1.0.tar.gz) = f4dad1e09c7a9f29e3e13d008fd55562a9a6d928065c81b7e816a6b8bac2fcac
2
SHA256 (wordpress-2.1.1.tar.gz) = b0198008a217aad9cf568668ad984f526d416f7120ec0a8067dfb5e611c6f0aa
3
SIZE (wordpress-2.1.0.tar.gz) = 694611
3
SIZE (wordpress-2.1.1.tar.gz) = 694873
(-)/home/ychsiao/project/bsd/wordpress/pkg-message (-3 lines)
Lines 1-10 Link Here
1
2
                  **** NOTE ****
1
                  **** NOTE ****
3
        Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
2
        Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
4
        in ${PREFIX}/${WORDPRESS}
3
        in ${PREFIX}/${WORDPRESS}
5
        And Modify it to fit your MySQL.
4
        And Modify it to fit your MySQL.
6
        Maybe you need 'mysqladmin create wordpress' first
5
        Maybe you need 'mysqladmin create wordpress' first
7
8
        If you are upgrading from 1.x or 2.0 to 2.1, please run
6
        If you are upgrading from 1.x or 2.0 to 2.1, please run
9
        http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 2.1
7
        http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 2.1
10

Return to bug 109398