Summary: | [maintainer update] upgrade russian/wordpress to 3.8.2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mikhail Timofeev <9267096> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Mikhail Timofeev
2014-04-10 15:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Author: sunpoet Date: Sat Apr 12 21:47:03 2014 New Revision: 351142 URL: http://svnweb.freebsd.org/changeset/ports/351142 QAT: https://qat.redports.org/buildarchive/r351142/ Log: - Update to 3.8.2 - While I'm here, remove .include <bsd.port.options.mk> Changes: http://wordpress.org/news/2014/04/wordpress-3-8-2/ PR: ports/188422 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) Modified: head/russian/wordpress/Makefile head/russian/wordpress/distinfo Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Sat Apr 12 21:46:20 2014 (r351141) +++ head/russian/wordpress/Makefile Sat Apr 12 21:47:03 2014 (r351142) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 3.8.1 +PORTVERSION= 3.8.2 CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ru_RU @@ -39,8 +39,6 @@ pre-install: if [ ! -f ${WRKSRC}/wp-config-sample.php ]; then ${CP} \ ${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi -.include <bsd.port.options.mk> - do-install: ${INSTALL} -d -g ${WWWGRP} -m 755 -o ${WWWOWN} ${STAGEDIR}${WWWDIR}/ ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/ Modified: head/russian/wordpress/distinfo ============================================================================== --- head/russian/wordpress/distinfo Sat Apr 12 21:46:20 2014 (r351141) +++ head/russian/wordpress/distinfo Sat Apr 12 21:47:03 2014 (r351142) @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.8.1-ru_RU.tar.gz) = f1b699f9d8c40ede96f744604241df6a5a21b49a723636dd2157a2e664e9c287 -SIZE (wordpress-3.8.1-ru_RU.tar.gz) = 6336677 +SHA256 (wordpress-3.8.2-ru_RU.tar.gz) = 6d0d68e02da0ac651a0298e35e74f4567af13cc0f38464a450d30eb70741fab7 +SIZE (wordpress-3.8.2-ru_RU.tar.gz) = 6346886 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |