diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2012-01-04 08:01:27 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2012-01-04 08:01:27 +0000 |
commit | e7819657a71df9ac8815a3a3eb40110a553f30dc (patch) | |
tree | 2c3f63050c528ced31fd6cd6977c751a3b1c5866 | |
parent | 19f67e5aaeaeaef91a28138ec5ae66556785cb07 (diff) | |
download | ports-e7819657a71df9ac8815a3a3eb40110a553f30dc.tar.gz ports-e7819657a71df9ac8815a3a3eb40110a553f30dc.zip |
Notes
-rw-r--r-- | www/wordpress/Makefile | 4 | ||||
-rw-r--r-- | www/wordpress/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 01ebc3a47721..c8d19df57c26 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.3 +PORTVERSION= 3.3.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -17,7 +17,7 @@ COMMENT= A state-of-the-art semantic personal publishing platform CONFLICTS_INSTALL= de-wordpress-de-3.* ja-wordpress-ja-3.* NO_BUILD= yes -USE_PHP= gd mysql pcre tokenizer xml zip +USE_PHP= curl gd mysql pcre tokenizer xml zip WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 81099a246ac1..89d55779a9ed 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.3.tar.gz) = ba32a18d3fe263cbe095d846817173b808a74a497c3eab016149cdf8fcbb3e43 -SIZE (wordpress-3.3.tar.gz) = 3879891 +SHA256 (wordpress-3.3.1.tar.gz) = e884db6e551c155f022533b6653867b048088cd3cbcbfe546b404696dd960dc2 +SIZE (wordpress-3.3.1.tar.gz) = 3879784 |