* update to version 1.5.1 How-To-Repeat: root@FreeBSD [~ychsiao/project/wordpress] (10:58) svn diff Index: distinfo =================================================================== --- distinfo (revision 392) +++ distinfo (working copy) @@ -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 Index: Makefile =================================================================== --- Makefile (revision 392) +++ Makefile (working copy) @@ -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 @@ && ${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}
State Changed From-To: open->closed Committed, thanks!