japanese/wordpress - Update to 3.3.2 - add conflict list change file ownership to www wp-content directory german/wordpress - Update to 3.3.2 change file ownership to www wp-content directory Port maintainer (miwi@FreeBSD.org) is cc'd. Fix: --- japanese/wordpress.patch begins here --- PORTNAME= wordpress -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ PKGNAMESUFFIX= -ja @@ -18,14 +18,17 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt -CONFLICTS_INSTALL= wordpress-3.* de-wordpress-de-3.* ru-wordpress-ru-3.* +CONFLICTS_INSTALL= wordpress-3.* de-wordpress-de-3.* ru-wordpress-ru-3.*\ + zh-wordpress-zh_CN-3.* zh-wordpress-zh_TW-3.* NO_BUILD= yes USE_PHP= curl gd mysql pcre tokenizer xml zip WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} -SUB_FILES= pkg-message +SUB_FILES= pkg-message pkg-install +SUB_LIST= CHGRP="${CHGRP}" CHOWN="${CHOWN}" FIND="${FIND}"\ + WWWGRP="${WWWGRP}" WWWOWN="${WWWOWN}" PLIST= ${WRKDIR}/pkg-plist PORTDOCS= license.txt readme.html @@ -50,6 +53,7 @@ .endif post-install: + @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> --- german/wordpress.patch begins here --- PORTNAME= wordpress -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= german www MASTER_SITES= http://static.wordpress-deutschland.org/de-edition/ PKGNAMESUFFIX= -de @@ -22,12 +22,15 @@ CONFLICTS_INSTALL= wordpress-3.* ja-wordpress-ja-3.* \ zh-wordpress-zh_CN-3.* zh-wordpress-zh_TW-3.* \ ru-wordpress-ru-3.* -USE_ZIP= yes +EXTRACT_SUFX:= .zip NO_BUILD= yes USE_PHP= curl gd mysql pcre tokenizer xml zip WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} +SUB_FILES= pkg-message pkg-install +SUB_LIST= CHGRP="${CHGRP}" CHOWN="${CHOWN}" FIND="${FIND}"\ + WWWGRP="${WWWGRP}" WWWOWN="${WWWOWN}" PLIST= ${WRKDIR}/pkg-plist PORTDOCS= license.txt readme.html @@ -52,6 +55,7 @@ .endif post-install: + @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include <bsd.port.mk>
Minor fix. - change fileowner and group
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
Responsible Changed From-To: scheidell->miwi Takefu. You cannot do a maintainer-update on wordpress/german since it belongs to miwi@.
State Changed From-To: open->feedback Miwi needs to approve this before going forward.
State Changed From-To: feedback->open - Approved
Responsible Changed From-To: miwi->scheidell please handle it. thx
scheidell 2012-05-27 10:06:54 UTC FreeBSD ports repository Modified files: german/wordpress Makefile distinfo Added files: german/wordpress/files pkg-install.in pkg-message.in Removed files: german/wordpress pkg-message Log: - Update to 3.3.2 - change file ownership to www wp-content directory PR: ports/167219 Submitted by: Takefu <takefu@airport.fm> Approved by: miwi (maintainer) Revision Changes Path 1.45 +6 -2 ports/german/wordpress/Makefile 1.38 +2 -2 ports/german/wordpress/distinfo 1.1 +12 -0 ports/german/wordpress/files/pkg-install.in (new) 1.1 +6 -0 ports/german/wordpress/files/pkg-message.in (new) 1.6 +0 -6 ports/german/wordpress/pkg-message (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
scheidell 2012-05-27 10:08:17 UTC FreeBSD ports repository Modified files: japanese/wordpress Makefile distinfo Added files: japanese/wordpress/files pkg-install.in Log: - Update to 3.3.2 - Add conflict list - Change file ownership to www wp-content directory PR: ports/167219 Submitted by: Takefu <takefu@airport.fm> (maintainer) Revision Changes Path 1.4 +7 -3 ports/japanese/wordpress/Makefile 1.4 +2 -2 ports/japanese/wordpress/distinfo 1.1 +12 -0 ports/japanese/wordpress/files/pkg-install.in (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!