* Security update, http://codex.wordpress.org/Changelog/1.5.1 How-To-Repeat: root@FreeBSD [/home/ychsiao/project/wordpress] (9:27) svn diff Index: distinfo =================================================================== --- distinfo (revision 393) +++ distinfo (working copy) @@ -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 Index: Makefile =================================================================== --- Makefile (revision 393) +++ Makefile (working copy) @@ -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 @@ && ${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}
State Changed From-To: open->closed Committed, Thank you.