[Midnightbsd-cvs] mports [15682] trunk: Move desktop meta port into core.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 19 20:35:53 EST 2013


Revision: 15682
          http://svnweb.midnightbsd.org/mports/?rev=15682
Author:   laffer1
Date:     2013-12-19 20:35:52 -0500 (Thu, 19 Dec 2013)
Log Message:
-----------
Move desktop meta port into core.

Modified Paths:
--------------
    trunk/core/midnightbsd-desktop/Makefile
    trunk/misc/Makefile

Added Paths:
-----------
    trunk/core/Makefile
    trunk/core/midnightbsd-desktop/

Removed Paths:
-------------
    trunk/misc/midnightbsd-desktop/

Added: trunk/core/Makefile
===================================================================
--- trunk/core/Makefile	                        (rev 0)
+++ trunk/core/Makefile	2013-12-20 01:35:52 UTC (rev 15682)
@@ -0,0 +1,7 @@
+# $MidnightBSD$
+
+COMMENT= Core MidnightBSD Infrastructure
+
+SUBDIR += midnightbsd-desktop
+
+.include <bsd.port.subdir.mk>

Modified: trunk/core/midnightbsd-desktop/Makefile
===================================================================
--- trunk/misc/midnightbsd-desktop/Makefile	2013-12-03 12:31:36 UTC (rev 15649)
+++ trunk/core/midnightbsd-desktop/Makefile	2013-12-20 01:35:52 UTC (rev 15682)
@@ -3,7 +3,7 @@
 
 PORTNAME=	midnightbsd-desktop
 PORTVERSION=	1.7
-CATEGORIES=	misc
+CATEGORIES=	core
 MASTER_SITES=	# none
 DISTFILES=	# none
 

Modified: trunk/misc/Makefile
===================================================================
--- trunk/misc/Makefile	2013-12-20 01:33:23 UTC (rev 15681)
+++ trunk/misc/Makefile	2013-12-20 01:35:52 UTC (rev 15682)
@@ -42,7 +42,6 @@
 SUBDIR += mc
 SUBDIR += mc-light
 SUBDIR += metalink-tools
-SUBDIR += midnightbsd-desktop
 SUBDIR += mime-support
 SUBDIR += mirmon
 SUBDIR += newer



More information about the Midnightbsd-cvs mailing list