From owner-svn-ports-all@freebsd.org Fri Jun 9 14:14:26 2017 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 B7526BF59C4; Fri, 9 Jun 2017 14:14:26 +0000 (UTC) (envelope-from miwi@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 B50696A200; Fri, 9 Jun 2017 14:14:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v59EEO12009384; Fri, 9 Jun 2017 14:14:24 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v59EEO2T009382; Fri, 9 Jun 2017 14:14:24 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201706091414.v59EEO2T009382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 9 Jun 2017 14:14:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442993 - in branches/2017Q2/french: . 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.23 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: Fri, 09 Jun 2017 14:14:26 -0000 Author: miwi Date: Fri Jun 9 14:14:24 2017 New Revision: 442993 URL: https://svnweb.freebsd.org/changeset/ports/442993 Log: MFH: r439030 r439052 - Repocopy www/wordpress -> french/wordpress PR: 218161 Submitted by: joneum@bsdproject.de - Fix sanity check by adding correct category Reported by: dan@ Approved by: ports-secteam (myself) Added: branches/2017Q2/french/wordpress/ - copied from r439030, head/french/wordpress/ Modified: branches/2017Q2/french/Makefile branches/2017Q2/french/wordpress/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/french/Makefile ============================================================================== --- branches/2017Q2/french/Makefile Fri Jun 9 14:09:04 2017 (r442992) +++ branches/2017Q2/french/Makefile Fri Jun 9 14:14:24 2017 (r442993) @@ -22,5 +22,6 @@ SUBDIR += php_doc SUBDIR += trytond28_account_fr SUBDIR += verbiste + SUBDIR += wordpress .include Modified: branches/2017Q2/french/wordpress/Makefile ============================================================================== --- head/french/wordpress/Makefile Fri Apr 21 08:50:21 2017 (r439030) +++ branches/2017Q2/french/wordpress/Makefile Fri Jun 9 14:14:24 2017 (r442993) @@ -5,7 +5,7 @@ PORTNAME= wordpress PORTVERSION= 4.7.3 PORTEPOCH= 1 DISTVERSIONSUFFIX= -fr_FR -CATEGORIES= www +CATEGORIES= french www MASTER_SITES= http://fr.wordpress.org/ MAINTAINER= joneum@bsdproject.de