diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 56690c94065a..f9cdc3f3f415 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,62 +1,62 @@ # New ports collection makefile for: wordpress # Date created: 2004-07-29 # Whom: Elvis Chiang # # $FreeBSD$ # PORTNAME= wordpress -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ \ ftp://ftp.stu.edu.tw/pub/wordpress/ \ ftp://ftp.twaren.net/local-distfiles/wordpress/ MASTER_SITE_SUBDIR= cafelog DISTNAME= wordpress-${PORTVERSION:S/.0//} MAINTAINER= ychsiao@ychsiao.org COMMENT= A state-of-the-art semantic personal publishing platform WRKSRC= ${WRKDIR}/${PORTNAME} USE_PHP= mysql pcre xml NO_BUILD= YES WANT_PHP_WEB= YES WORDPRESS?= www/data/wordpress PLIST_SUB+= WORDPRESS=${WORDPRESS} PLIST= ${WRKDIR}/pkg-plist PORTDOCS= license.txt readme.html pre-everything:: @${ECHO_CMD} "If you want to upgrade, you must read upgrade document." @${ECHO_CMD} "" @sleep 1 pre-install: cd ${WRKSRC} && ${FIND} -s * -type f | \ ${SED} -e 's|^|${WORDPRESS}/|' > ${PLIST} \ && ${FIND} -d * -type d | \ ${SED} -e 's|^|@dirrm ${WORDPRESS}/|' >> ${PLIST} \ && ${ECHO_CMD} @dirrm ${WORDPRESS} >> ${PLIST} \ && ${ECHO_CMD} @dirrmtry www/data >> ${PLIST} if [ ! -f ${WRKSRC}/wp-config-sample.php ]; then ${CP} \ ${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi do-install: -@${MKDIR} ${PREFIX}/${WORDPRESS} @${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${WORDPRESS} @${CHMOD} 755 ${PREFIX}/${WORDPRESS} ${CP} -R ${WRKSRC}/ ${PREFIX}/${WORDPRESS} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/${i} .endfor .endif post-install: @${CAT} ${PKGMESSAGE} .include diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 9d73e85339da..51f44b73af7b 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,3 +1,3 @@ -MD5 (wordpress-2.3.1.tar.gz) = bd53264cbe80e470c5a9bc2cf7aa85e4 -SHA256 (wordpress-2.3.1.tar.gz) = 20004580fab20c8801ca7a86c6d57db0bc794f2b59ab583aa6b82457c67f8cf7 -SIZE (wordpress-2.3.1.tar.gz) = 883535 +MD5 (wordpress-2.3.2.tar.gz) = 7489b5f2433f3b2096aa02bbca09b069 +SHA256 (wordpress-2.3.2.tar.gz) = fb14e3d41964091be03772941d657dfba49f2598c14672466a39520e95272168 +SIZE (wordpress-2.3.2.tar.gz) = 884822