svn commit: r327069 - head/japanese/wordpress

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 12 14:27:22 UTC 2013


Author: sunpoet
Date: Thu Sep 12 14:27:21 2013
New Revision: 327069
URL: http://svnweb.freebsd.org/changeset/ports/327069

Log:
  - Update to 3.6.1
  
  Changes:	http://ja.wordpress.org/2013/09/12/wordpress-3-6-1-maintenance-and-security-release/

Modified:
  head/japanese/wordpress/Makefile
  head/japanese/wordpress/distinfo

Modified: head/japanese/wordpress/Makefile
==============================================================================
--- head/japanese/wordpress/Makefile	Thu Sep 12 14:20:16 2013	(r327068)
+++ head/japanese/wordpress/Makefile	Thu Sep 12 14:27:21 2013	(r327069)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wordpress
-PORTVERSION=	3.6
+PORTVERSION=	3.6.1
 CATEGORIES=	japanese www
 MASTER_SITES=	http://ja.wordpress.org/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-ja
@@ -27,6 +27,8 @@ PORTDOCS=	license.txt readme.html
 
 OPTIONS_DEFINE=	DOCS
 
+.include <bsd.port.options.mk>
+
 pre-everything::
 	@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
 	@${ECHO_CMD} ""
@@ -39,8 +41,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} ${WWWDIR}/
 	${CP} -R ${WRKSRC}/ ${WWWDIR}/

Modified: head/japanese/wordpress/distinfo
==============================================================================
--- head/japanese/wordpress/distinfo	Thu Sep 12 14:20:16 2013	(r327068)
+++ head/japanese/wordpress/distinfo	Thu Sep 12 14:27:21 2013	(r327069)
@@ -1,2 +1,2 @@
-SHA256 (wordpress-3.6-ja.tar.gz) = 425ccb35c5e79171447334d4187b38abe0d8876b4f2d41c67a1b602a215213a9
-SIZE (wordpress-3.6-ja.tar.gz) = 5993251
+SHA256 (wordpress-3.6.1-ja.tar.gz) = 4ff58644f31d490586adba1d260f49020bf488fe13f87a11cfcf0517035c4466
+SIZE (wordpress-3.6.1-ja.tar.gz) = 6003428


More information about the svn-ports-all mailing list