svn commit: r442993 - in branches/2017Q2/french: . wordpress

Martin Wilke miwi at FreeBSD.org
Fri Jun 9 14:14:26 UTC 2017


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 at 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 at bsdproject.de


More information about the svn-ports-branches mailing list