diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-16 21:56:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-16 21:56:17 +0000 |
commit | 21f5305c15f66054b79b7b588132e60fec0b9b8c (patch) | |
tree | bc60c9e137f73b4cbf4adf79fe4f849f304e8e98 /www/wordpress | |
parent | a7679d4fab041a7ac062c692fffe208c0ca7448b (diff) | |
download | ports-21f5305c15f66054b79b7b588132e60fec0b9b8c.tar.gz ports-21f5305c15f66054b79b7b588132e60fec0b9b8c.zip |
- Update to 1.5.1
PR: ports/81087
Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=135417
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 3 | ||||
-rw-r--r-- | www/wordpress/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 3bb03e1f518f..8d8113740966 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 CATEGORIES= www MASTER_SITES= ftp://ftp.stu.edu.tw/pub/wordpress/ MASTER_SITE_SUBDIR= cafelog @@ -32,6 +32,7 @@ pre-install: && ${FIND} -d * -type d | \ ${SED} -e 's|^|@dirrm ${WORDPRESS}/|' >> ${PLIST} \ && ${ECHO_CMD} @dirrm ${WORDPRESS} >> ${PLIST} + ${CP} ${WRKSRC}/wp-config-sample.php ${WRKSRC}/wp-config.php do-install: -@${MKDIR} ${PREFIX}/${WORDPRESS} diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 6759035c9319..ebdbbf28d3e7 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,2 +1,2 @@ -MD5 (wordpress-1.5.tar.gz) = df6dc18a7a0d93fa6bb187eb48b41612 -SIZE (wordpress-1.5.tar.gz) = 280251 +MD5 (wordpress-1.5.1.tar.gz) = e69c712bfe4bbe696a660c79274daeeb +SIZE (wordpress-1.5.1.tar.gz) = 298012 |