diff options
author | clsung <clsung@FreeBSD.org> | 2005-05-23 11:34:31 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-05-23 11:34:31 +0800 |
commit | 9f4bd17a20dc00d77e7d7f2f3c372be70055c700 (patch) | |
tree | 0fdcfdda3f83bdcb2b5f6104182c8096dee65de7 /www/wordpress | |
parent | c425bf88bcf073c16d1e179ffb9d337140c6c4dc (diff) | |
download | freebsd-ports-gnome-9f4bd17a20dc00d77e7d7f2f3c372be70055c700.tar.gz freebsd-ports-gnome-9f4bd17a20dc00d77e7d7f2f3c372be70055c700.tar.zst freebsd-ports-gnome-9f4bd17a20dc00d77e7d7f2f3c372be70055c700.zip |
- update to 1.5.11
* Security update, http://codex.wordpress.org/Changelog/1.5.1
PR: 81377
Submitted by: Yuan-Chung Hsiao (maintainer)
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 5 | ||||
-rw-r--r-- | www/wordpress/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 8d8113740966..6cbd5ad62c8b 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.11 CATEGORIES= www MASTER_SITES= ftp://ftp.stu.edu.tw/pub/wordpress/ MASTER_SITE_SUBDIR= cafelog @@ -32,7 +32,8 @@ 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 + if [! -f ${WRKSRC}/wp-config-sample.php]; then ${CP} \ + ${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi do-install: -@${MKDIR} ${PREFIX}/${WORDPRESS} diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index ebdbbf28d3e7..515dab0a2bee 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,2 +1,2 @@ -MD5 (wordpress-1.5.1.tar.gz) = e69c712bfe4bbe696a660c79274daeeb -SIZE (wordpress-1.5.1.tar.gz) = 298012 +MD5 (wordpress-1.5.11.tar.gz) = b7930def667ec9476dbd77a7d9867bff +SIZE (wordpress-1.5.11.tar.gz) = 297654 |