aboutsummaryrefslogtreecommitdiff
path: root/www/wordpress
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-05-23 03:34:31 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-05-23 03:34:31 +0000
commit7838bc929cf8295ca9c9aaaee5eec5b2870d161b (patch)
tree55bfa5bdfe9018d8dd632f0d1cafdd3f743503e4 /www/wordpress
parent515fd92d20b2bfa7b1a5cf44787e80a242ee1064 (diff)
downloadports-7838bc929cf8295ca9c9aaaee5eec5b2870d161b.tar.gz
ports-7838bc929cf8295ca9c9aaaee5eec5b2870d161b.zip
Notes
Diffstat (limited to 'www/wordpress')
-rw-r--r--www/wordpress/Makefile5
-rw-r--r--www/wordpress/distinfo4
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