diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-05-23 03:34:31 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-05-23 03:34:31 +0000 |
commit | 7838bc929cf8295ca9c9aaaee5eec5b2870d161b (patch) | |
tree | 55bfa5bdfe9018d8dd632f0d1cafdd3f743503e4 /www/wordpress | |
parent | 515fd92d20b2bfa7b1a5cf44787e80a242ee1064 (diff) | |
download | ports-7838bc929cf8295ca9c9aaaee5eec5b2870d161b.tar.gz ports-7838bc929cf8295ca9c9aaaee5eec5b2870d161b.zip |
Notes
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 |