svn commit: r390042 - in head: . deskutils deskutils/zim editors editors/zim

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Jun 18 18:58:46 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list