From owner-svn-ports-all@freebsd.org Thu Jun 23 12:13:05 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 06EE8B739FE; Thu, 23 Jun 2016 12:13:05 +0000 (UTC) (envelope-from amdmi3@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 B06181876; Thu, 23 Jun 2016 12:13:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5NCD3cl039926; Thu, 23 Jun 2016 12:13:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5NCD3xh039924; Thu, 23 Jun 2016 12:13:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606231213.u5NCD3xh039924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 23 Jun 2016 12:13:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417369 - head/russian/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-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: Thu, 23 Jun 2016 12:13:05 -0000 Author: amdmi3 Date: Thu Jun 23 12:13:03 2016 New Revision: 417369 URL: https://svnweb.freebsd.org/changeset/ports/417369 Log: - Update to 4.5.3 [1] - While here: [2] - Fix LICENSE - Remove bogus BROKEN_powerpc64 - this port does not even have build phase, so any build failures indicate infrastructure, not port's problems - 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] Modified: head/russian/wordpress/Makefile head/russian/wordpress/distinfo Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Thu Jun 23 12:00:36 2016 (r417368) +++ head/russian/wordpress/Makefile Thu Jun 23 12:13:03 2016 (r417369) @@ -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,12 +10,9 @@ 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 -BROKEN_powerpc64= Does not build - CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ja-wordpress-3.* NO_ARCH= yes @@ -52,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: head/russian/wordpress/distinfo ============================================================================== --- head/russian/wordpress/distinfo Thu Jun 23 12:00:36 2016 (r417368) +++ head/russian/wordpress/distinfo Thu Jun 23 12:13:03 2016 (r417369) @@ -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