Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 18:58:44 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390042 - in head: . deskutils deskutils/zim editors editors/zim
Message-ID:  <201506181858.t5IIwigC076236@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Jun 18 18:58:44 2015
New Revision: 390042
URL: https://svnweb.freebsd.org/changeset/ports/390042

Log:
  editors/zim: move to deskutils
  
  Zim is more than just editor, it's desktop wiki system with rich text
  capabilities, so it's more appropriate to move it deskutils category.

Added:
  head/deskutils/zim/
     - copied from r390021, head/editors/zim/
Deleted:
  head/editors/zim/
Modified:
  head/MOVED
  head/deskutils/Makefile
  head/deskutils/zim/Makefile
  head/editors/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Jun 18 18:57:55 2015	(r390041)
+++ head/MOVED	Thu Jun 18 18:58:44 2015	(r390042)
@@ -7638,3 +7638,4 @@ databases/postgresql84-server||2015-06-1
 ftp/ncftp1||2015-06-12|Unfetchable
 multimedia/avidemux2||2015-06-13|Branch no longer maintained upstream, use multimedia/avidemux26
 multimedia/avidemux26|multimedia/avidemux|2015-06-13|Renamed
+editors/zim|deskutils/zim|2015-06-13|Move to more appropriate category

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Thu Jun 18 18:57:55 2015	(r390041)
+++ head/deskutils/Makefile	Thu Jun 18 18:58:44 2015	(r390042)
@@ -277,6 +277,7 @@
     SUBDIR += xpostitPlus
     SUBDIR += xrolo
     SUBDIR += xwrits
+    SUBDIR += zim
     SUBDIR += znotes
     SUBDIR += zorro
 

Modified: head/deskutils/zim/Makefile
==============================================================================
--- head/editors/zim/Makefile	Thu Jun 18 07:07:37 2015	(r390021)
+++ head/deskutils/zim/Makefile	Thu Jun 18 18:58:44 2015	(r390042)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zim
 PORTVERSION=	0.63
-CATEGORIES=	editors python
+CATEGORIES=	deskutils python
 MASTER_SITES=	http://www.zim-wiki.org/downloads/
 
 MAINTAINER=	rm@FreeBSD.org

Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile	Thu Jun 18 18:57:55 2015	(r390041)
+++ head/editors/Makefile	Thu Jun 18 18:58:44 2015	(r390042)
@@ -266,7 +266,6 @@
     SUBDIR += yui
     SUBDIR += yzis
     SUBDIR += zile
-    SUBDIR += zim
     SUBDIR += zoinks
 
 .include <bsd.port.subdir.mk>



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