Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 14:14:24 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r442993 - in branches/2017Q2/french: . wordpress
Message-ID:  <201706091414.v59EEO2T009382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.subdir.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706091414.v59EEO2T009382>