svn commit: r553252 - in head: deskutils deskutils/calendar-data misc/calendar-data

Stefan Eßer se at FreeBSD.org
Sun Oct 25 10:46:12 UTC 2020


Author: se
Date: Sun Oct 25 10:46:11 2020
New Revision: 553252
URL: https://svnweb.freebsd.org/changeset/ports/553252

Log:
  Move calendar-data port	from category misc to deskutils
  
  The to be committed calendar port will also be in this category and this
  will place the data files into the same category as the program.
  
  No revision bump since this port had not been added to misc/Makefile, yet,
  and thus no packages have been built that mention the original category.

Added:
  head/deskutils/calendar-data/
     - copied from r553251, head/misc/calendar-data/
Deleted:
  head/misc/calendar-data/
Modified:
  head/deskutils/Makefile
  head/deskutils/calendar-data/Makefile

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Sun Oct 25 10:43:01 2020	(r553251)
+++ head/deskutils/Makefile	Sun Oct 25 10:46:11 2020	(r553252)
@@ -25,6 +25,7 @@
     SUBDIR += caja-extensions
     SUBDIR += cal
     SUBDIR += calcurse
+    SUBDIR += calendar-data
     SUBDIR += calibre
     SUBDIR += cartotheque
     SUBDIR += cfiles

Modified: head/deskutils/calendar-data/Makefile
==============================================================================
--- head/misc/calendar-data/Makefile	Sun Oct 25 10:43:01 2020	(r553251)
+++ head/deskutils/calendar-data/Makefile	Sun Oct 25 10:46:11 2020	(r553252)
@@ -3,7 +3,7 @@
 PORTNAME=	calendar-data
 DISTVERSION=	2020.10
 DISTVERSIONPREFIX=	v
-CATEGORIES=	misc
+CATEGORIES=	deskutils
 
 MAINTAINER=	se at FreeBSD.org
 COMMENT=	Calendar files for the BSD calendar program


More information about the svn-ports-head mailing list