[Midnightbsd-cvs] mports [15681] trunk: add new meta category for MidnightBSD infrastructure ports.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Dec 19 20:33:24 EST 2013
Revision: 15681
http://svnweb.midnightbsd.org/mports/?rev=15681
Author: laffer1
Date: 2013-12-19 20:33:23 -0500 (Thu, 19 Dec 2013)
Log Message:
-----------
add new meta category for MidnightBSD infrastructure ports.
"core"
Modified Paths:
--------------
trunk/Makefile
trunk/Mk/bsd.mport.mk
Added Paths:
-----------
trunk/core/
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2013-12-20 01:32:41 UTC (rev 15680)
+++ trunk/Makefile 2013-12-20 01:33:23 UTC (rev 15681)
@@ -7,6 +7,7 @@
SUBDIR += benchmarks
SUBDIR += comms
SUBDIR += converters
+SUBDIR += core
SUBDIR += databases
SUBDIR += deskutils
SUBDIR += devel
Modified: trunk/Mk/bsd.mport.mk
===================================================================
--- trunk/Mk/bsd.mport.mk 2013-12-20 01:32:41 UTC (rev 15680)
+++ trunk/Mk/bsd.mport.mk 2013-12-20 01:33:23 UTC (rev 15681)
@@ -1674,7 +1674,7 @@
.else
VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \
- benchmarks biology cad comms converters databases \
+ benchmarks biology cad comms converters core databases \
deskutils devel dns editors elisp emulators finance french ftp \
games geography german gnome gnustep graphics hamradio haskell hebrew hungarian \
ipv6 irc japanese java kde kld korean lang linux lisp lua \
@@ -4219,6 +4219,7 @@
benchmarks) c="System" ;; \
biology) c="Biology Science Education" ;; \
cad) c="Engineering" ;; \
+ core) c="MidnightBSD Meta" ;; \
databases) c="Database" ;; \
deskutils) c="Utility" ;; \
devel) c="Development" ;; \
More information about the Midnightbsd-cvs
mailing list