From owner-svn-ports-all@freebsd.org Sat Jun 25 23:21:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B93D2B816D1; Sat, 25 Jun 2016 23:21:11 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D79C2503; Sat, 25 Jun 2016 23:21:11 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5PNLAgq069782; Sat, 25 Jun 2016 23:21:10 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5PNLAAc069780; Sat, 25 Jun 2016 23:21:10 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201606252321.u5PNLAAc069780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 25 Jun 2016 23:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r417502 - branches/2016Q2/russian/wordpress X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2016 23:21:11 -0000 Author: junovitch Date: Sat Jun 25 23:21:10 2016 New Revision: 417502 URL: https://svnweb.freebsd.org/changeset/ports/417502 Log: MFH: r417369 - Update to 4.5.3 [1] - While here: [2] - Fix LICENSE - Switch to options helpers and fix some minor style nits (silence mkdirs) PR: 210480 [1] Submitted by: 9267096@gmail.com (maintainer) [1] Approved by: portmgr blanket [2] Security: CVE-2016-5832 Security: CVE-2016-5833 Security: CVE-2016-5834 Security: CVE-2016-5835 Security: CVE-2016-5836 Security: CVE-2016-5837 Security: CVE-2016-5838 Security: CVE-2016-5839 Security: https://vuxml.FreeBSD.org/freebsd/bfcc23b6-3b27-11e6-8e82-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q2/russian/wordpress/Makefile branches/2016Q2/russian/wordpress/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/russian/wordpress/Makefile ============================================================================== --- branches/2016Q2/russian/wordpress/Makefile Sat Jun 25 23:18:43 2016 (r417501) +++ branches/2016Q2/russian/wordpress/Makefile Sat Jun 25 23:21:10 2016 (r417502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.5.2 +PORTVERSION= 4.5.3 DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ @@ -10,8 +10,7 @@ MASTER_SITES= http://ru.wordpress.org/ MAINTAINER= 9267096@gmail.com COMMENT= State-of-the-art semantic personal publishing platform -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license.txt CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ja-wordpress-3.* @@ -50,10 +49,12 @@ pre-install: ${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi do-install: - ${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR}/ + @${MKDIR} ${STAGEDIR}${WWWDIR}/ ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/ ${FIND} ${STAGEDIR}${WWWDIR}/ -type d -exec ${CHMOD} g+w '{}' \; - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include Modified: branches/2016Q2/russian/wordpress/distinfo ============================================================================== --- branches/2016Q2/russian/wordpress/distinfo Sat Jun 25 23:18:43 2016 (r417501) +++ branches/2016Q2/russian/wordpress/distinfo Sat Jun 25 23:21:10 2016 (r417502) @@ -1,2 +1,3 @@ -SHA256 (wordpress-4.5.2-ru_RU.tar.gz) = 044bc403388a40e2e4a92cb2a4df8534d1a2fcab26dea02c1e6f5070f5353b46 -SIZE (wordpress-4.5.2-ru_RU.tar.gz) = 8239953 +TIMESTAMP = 1466650714 +SHA256 (wordpress-4.5.3-ru_RU.tar.gz) = eb1a6bc2a031c6ca92d38dc6e98bfe7b1cc2eface11184d4018eee3077ff1bfa +SIZE (wordpress-4.5.3-ru_RU.tar.gz) = 8267234