From owner-svn-ports-head@FreeBSD.ORG Wed Aug 7 17:44:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 53F0EF93; Wed, 7 Aug 2013 17:44:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2710B2BFC; Wed, 7 Aug 2013 17:44:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r77HiGM3018920; Wed, 7 Aug 2013 17:44:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r77HiFqB018917; Wed, 7 Aug 2013 17:44:15 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308071744.r77HiFqB018917@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 7 Aug 2013 17:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324361 - head/www/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 17:44:16 -0000 Author: sunpoet Date: Wed Aug 7 17:44:15 2013 New Revision: 324361 URL: http://svnweb.freebsd.org/changeset/ports/324361 Log: - Update to 3.6 - While I'm here, remove LICENSE_FILE for well-known licenses Changes: http://wordpress.org/news/2013/08/oscar/ PR: ports/181099 Submitted by: Yuan-Chung Hsiao (maintainer) Added: head/www/wordpress/pkg-message (contents, props changed) Modified: head/www/wordpress/Makefile head/www/wordpress/distinfo Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Wed Aug 7 16:58:59 2013 (r324360) +++ head/www/wordpress/Makefile Wed Aug 7 17:44:15 2013 (r324361) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 3.5.2 +PORTVERSION= 3.6 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -11,7 +11,6 @@ MAINTAINER= ychsiao@ychsiao.org COMMENT= A state-of-the-art semantic personal publishing platform LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/license.txt CONFLICTS_INSTALL= de-wordpress-3.* ja-wordpress-3.* ru-wordpress-3.* Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Wed Aug 7 16:58:59 2013 (r324360) +++ head/www/wordpress/distinfo Wed Aug 7 17:44:15 2013 (r324361) @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.5.2.tar.gz) = 4cce99c3fb245db8ebbfd1f1f7772a1b132a32abdd1483a2b26facc57ee652b1 -SIZE (wordpress-3.5.2.tar.gz) = 4988077 +SHA256 (wordpress-3.6.tar.gz) = cf3dac69cd1810d8f4880b2c982fee869a0c56e1c4f793bbfc6d7021fd6da97c +SIZE (wordpress-3.6.tar.gz) = 4028740 Added: head/www/wordpress/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/wordpress/pkg-message Wed Aug 7 17:44:15 2013 (r324361) @@ -0,0 +1,6 @@ + **** NOTE **** +Before the first use of WordPress, copy wp-config-sample.php to wp-config.php +in ${WWWDIR} and modify it to fit your MySQL. +Maybe you need 'mysqladmin create wordpress' first. +If you are upgrading from 1.x or 2.x to 3.x, please run +http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x