Bug 188422 - [maintainer update] upgrade russian/wordpress to 3.8.2
Summary: [maintainer update] upgrade russian/wordpress to 3.8.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 15:00 UTC by Mikhail Timofeev
Modified: 2014-04-12 22:50 UTC (History)
0 users

See Also:


Attachments
ru-wordpress.diff.txt (967 bytes, text/plain; charset=US-ASCII)
2014-04-10 15:03 UTC, Mikhail Timofeev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Timofeev 2014-04-10 15:00:00 UTC
upgrade to 3.8.2
Changes: http://codex.wordpress.org/Version_3.8.2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-10 15:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-12 22:47:07 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-04-12 22:48:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!